@charset "UTF-8";
@import url(former_pccamera_common.css);
/* タイトル 
-----------------------------------------*/
h1 {
  margin: 0 0 16px 0;
}

/* コンテンツ
-----------------------------------------*/
h2 {
  height: 16px;
  margin: 0 0 8px 0;
  padding: 10px 0px 0px 75px;
  background: url(/static/images/product/peripheral/pccamera/qa_title.gif) left top no-repeat;
  color: #333333;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

#qa-menu {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  background-color: #E6E6E6;
}

#qa-menu ul {
  border: solid 1px #CCCCCC;
  background-color: #FFFFFF;
  overflow: hidden;
  /* ネガティブマージン対策 */
  zoom: 1;
  /* IEバグ対策 */
}

#qa-menu li {
  margin: -1px 0px 0px 0px;
  padding: 10px 0px 10px 35px;
  border-top: 1px dotted #999999;
  background: url(/static/images/product/peripheral/pccamera/qa_q.gif) 8px 8px no-repeat;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.4;
}

#qa-menu li.licolor1 {
  background-color: #FFFFFF;
}

#qa-menu li.licolor2 {
  background-color: #F4F4F4;
}

.qa-box {
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid #CCCCCC;
}

.qa-box dt {
  min-height: 21px;
  /*モダンブラウザに適用*/
  height: auto !important;
  /*モダンブラウザに適用*/
  height: 21px;
  /*IE6に適用*/
  margin: 0 0 6px 0;
  padding: 1px 0px 5px 28px;
  border-bottom: 1px dotted #999999;
  background: url(/static/images/product/peripheral/pccamera/qa_q.gif) left top no-repeat;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: bold;
}

.qa-box dd {
  min-height: 21px;
  /*モダンブラウザに適用*/
  height: auto !important;
  /*モダンブラウザに適用*/
  height: 21px;
  /*IE6に適用*/
  padding: 1px 0px 5px 28px;
  background: url(/static/images/product/peripheral/pccamera/qa_a.gif) left top no-repeat;
  font-size: 0.8em;
  line-height: 1.4;
}

.qa-box dd.link {
  margin: 10px 0 0 0;
  text-align: right;
}

.qa-box dd.link a img,
.qa-box dd.link a:visited img {
  border: 1px solid #999999;
}

.qa-box dd.link a:hover img,
.qa-box dd.link a:active img {
  border: 1px solid #FF0000;
}

/*  戻るボタン 
-----------------------------------------*/
.return {
  margin: -15px 0 5px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}
