@charset "UTF-8";
/*---------------------------
デフォルトスタイル
---------------------------*/
p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

#container {
  width: 980px;
}

/*---------------------------
コンテキストリスト
---------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.6em;
  line-height: 1.2;
  margin: 0 0 20px;
  padding-bottom: 2px;
}

ul#question-list {
  margin: 0 auto 30px;
  padding: 0;
  width: 88%;
  font-size: 0.9em;
}

ul#question-list li {
  float: left;
  width: 280px;
  margin: 0 8px 8px 0;
}

ul#question-list li:nth-of-type(3n) {
  margin: 0 0 8px;
}

ul#question-list li a {
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 0.3em;
  box-shadow: 2px 2px 3px #EEEEEE;
  padding: 6% 3%;
  color: #333333;
}

ul#question-list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

ul#question-list li img {
  vertical-align: -1px;
  margin: 0 4px 0 0;
}

#contents .qa-block {
  margin: 0 0 5px 0;
}

#contents .qa-block h2 {
  width: 100%;
  margin: 0 0 2px;
  font-size: 1.05em;
  color: #000;
  background-position: left 1px;
  background-repeat: no-repeat;
}

#contents .qa-block h2 span {
  display: block;
  height: 19px;
  margin: 0 0 0 40px;
  background-color: #F4F4F4;
  padding: 8px 0 0;
}

#contents .qa-block p {
  margin: 12px 0 25px;
  padding: 0 0 2px 40px;
  font-size: 0.95em;
  line-height: 1.6em;
  background-position: left 2px;
  background-repeat: no-repeat;
}

#contents .qa-block p#a5 {
  margin: 12px 0 10px;
  padding: 0 0 2px 40px;
  font-size: 0.95em;
  line-height: 1.6em;
  background-position: left 2px;
  background-repeat: no-repeat;
}

.answer {
  margin: 0 0 0 0;
}

.a5-text {
  float: left;
  width: 476px;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}

.a5-image {
  float: right;
  width: 200px;
}

.a5-image a img,
.a5-image a:visited img {
  border: 1px solid #0000FF;
}

.a5-image a:hover img,
.a5-image a:active img {
  border: 1px solid #FF0000;
}

.a6-text {
  float: left;
  width: 526px;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}

div.a6-text strong {
  display: block;
  margin: 10px 0 5px;
}

.a6-image {
  float: right;
  width: 150px;
  vertical-align: top;
}

.a6-text2 {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}

.usb-type {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}

.type-title {
  margin: 0 0 8px 0;
}

.type-mark {
  float: left;
  width: 110px;
}

.type-text {
  float: left;
  width: 586px;
  font-size: 0.8em;
  line-height: 1.4em;
}

/*---------------------------
Q番号
---------------------------*/
h2#q1 {
  background-image: url(/static/images/product/cable/howto/title_question_1.gif);
}

h2#q2 {
  background-image: url(/static/images/product/cable/howto/title_question_2.gif);
}

h2#q3 {
  background-image: url(/static/images/product/cable/howto/title_question_3.gif);
}

h2#q4 {
  background-image: url(/static/images/product/cable/howto/title_question_4.gif);
}

h2#q5 {
  background-image: url(/static/images/product/cable/howto/title_question_5.gif);
}

h2#q6 {
  background-image: url(/static/images/product/cable/howto/title_question_6.gif);
}

/*---------------------------
A番号
---------------------------*/
p#a1 {
  background-image: url(/static/images/product/cable/howto/qa_a1.gif);
}

p#a2 {
  background-image: url(/static/images/product/cable/howto/qa_a2.gif);
}

p#a3 {
  background-image: url(/static/images/product/cable/howto/qa_a3.gif);
}

p#a4 {
  background-image: url(/static/images/product/cable/howto/qa_a4.gif);
}

p#a5 {
  background-image: url(/static/images/product/cable/howto/qa_a5.gif);
}

p#a6 {
  background-image: url(/static/images/product/cable/howto/qa_a6.gif);
}

/*---------------------------
USB 3.0対応製品はこちら
---------------------------*/
p.up {
  margin: 7% 0 0 0;
  padding: 0;
  text-align: left;
}

p#ichiran-link-usb {
  margin: 1% 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 0.9em;
}

p#ichiran-link-usb img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

p#ichiran-link-usb span.usb3category {
  margin: 0 3em 0 0;
  padding: 0;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
