@charset "UTF-8";
#container {
  width: 980px;
  color: #333333;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

#container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

img.top_banner {
  display: block;
  margin-bottom: 35px;
}

/* 実コンテンツ */
/* こんなことで困っていませんか？ */
#main-contents div#box1 {
  width: 935px;
  margin: 0 auto 35px auto;
}

#main-contents div#box1 #b1_left {
  float: left;
  width: 615px;
}

#main-contents div#box1 #b1_left h2 {
  margin: 0 0 10px 0;
}

#main-contents div#box1 #b1_left p {
  font-size: 0.85em;
  line-height: 180%;
}

#main-contents div#box1 #b1_right {
  float: right;
  width: 310px;
}

#main-contents div#box1 #b1_right img#b1IMG {
  width: 310px;
}

/* 長尺HDMIケーブルを使いましょう */
#main-contents div#box2 {
  width: 960px;
  margin: 0 auto 35px auto;
}

#main-contents div#box2 h3 {
  border-bottom: 1px solid #666666;
  font-size: 1.3em;
  line-height: 1.8;
  margin: 0 0 12px;
  padding: 0 0 0 8px;
}

#main-contents div#box2 p {
  font-size: 0.85em;
  line-height: 180%;
  padding: 0 0 0 10px;
}

#main-contents div#box2 p span {
  display: block;
  color: #656565;
  font-size: 90%;
  margin: 0 0 25px;
}

#main-contents div#box2 p#b2_img {
  text-align: center;
}

/* 例えばこんな時に便利 */
#main-contents div#example {
  width: 930px;
  margin: 0 auto 55px auto;
  padding: 30px 0 35px 0;
  background: #eeeeee;
}

#main-contents div#example h3 {
  border-left: 5px solid #fa220b;
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 0 22px 38px;
  padding: 0 0 0 8px;
}

#main-contents div#example #ex_left {
  float: left;
  margin: 0 0 0 35px;
}

#main-contents div#example #ex_right {
  float: right;
  margin: 0 35px 0 0;
}

#main-contents div#example #ex_left,
#main-contents div#example #ex_right {
  width: 405px;
}

#main-contents div#example #ex_left h4,
#main-contents div#example #ex_right h4 {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 0 6px 0;
}

#main-contents div#example #ex_left p,
#main-contents div#example #ex_right p {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

#main-contents div#example #ex_left img,
#main-contents div#example #ex_right img {
  width: 405px;
}

/* 光ファイバケーブルとアクティブケーブルの違い */
#main-contents div#compare {
  width: 960px;
  margin: 0 auto 45px auto;
}

#main-contents div#compare h3 {
  border-bottom: 1px solid #666666;
  font-size: 1.3em;
  line-height: 1.8;
  margin: 0 0 12px;
  padding: 0 0 0 8px;
}

#main-contents div#compare p {
  font-size: 0.85em;
  line-height: 180%;
  padding: 0 0 0 10px;
}

.hdmi-link-btn {
  display: block;
  width: 56.25%;
  margin: 3% auto 11%;
}

.hdmi-link-btn img {
  width: 100%;
}

/* 商品一覧 */
#main-contents div#syohin {
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px dashed #C8C8C8;
}

#main-contents div#syohin h3 {
  border-bottom: 1px solid #666666;
  font-size: 1.3em;
  line-height: 1.8;
  margin: 0 0 5px;
  padding: 0 0 0 8px;
}

#main-contents div#syohin h4 {
  font-size: 1.2em;
  background: #1b587e;
  color: #fff;
  padding: 1%;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

#main-contents div#syohin #product {
  width: 925px;
  margin: 0 auto 30px auto;
}

#main-contents div#syohin #product .p_left {
  float: left;
}

#main-contents div#syohin #product .p_left .p_photo img {
  width: 240px;
  height: 240px;
  border: 1px solid #dddddd;
}

#main-contents div#syohin #product .p_right {
  float: left;
  margin: 0 0 0 25px;
  width: 640px;
}

#main-contents div#syohin #product .p_right .p_name {
  font-size: 0.97em;
  margin: 0 0 12px 0;
  font-weight: bold;
}

#main-contents div#syohin #product .p_right .p_price {
  font-size: 0.75em;
  margin: 0 0 12px 0;
}

#main-contents div#syohin #product .p_right .p_icon {
  margin: 0 0 7px 0;
}

#main-contents div#syohin #product .p_right .p_icon span {
  font-size: 0.9em;
  font-weight: bold;
  padding: 8px 7px 6px;
  border-radius: 3px;
  background-color: #E4C613;
  vertical-align: top;
  display: inline-block;
}

#main-contents div#syohin #product .p_right .p_icon img {
  height: 28px;
  margin: 0 7px 5px 0;
}

#main-contents div#syohin #product .p_right .p_tbl {
  margin: 0 0 12px 0;
}

#main-contents div#syohin #product .p_right .p_tbl table {
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}

#main-contents div#syohin #product .p_right .p_tbl table tr {
  border: 1px solid #c8c8c8;
}

#main-contents div#syohin #product .p_right .p_tbl table th {
  border: 1px solid #c8c8c8;
  background: #eeeeee;
  font-weight: normal;
  height: 22;
  line-height: 22px;
  font-size: 0.75em;
  padding: 2px 0 0 0;
}

#main-contents div#syohin #product .p_right .notice {
  margin: 5px 0 0 0;
  font-size: 0.8em;
}

#main-contents div#syohin #product .p_right .p_tbl table th.p_tbl_length {
  width: 135px;
}

#main-contents div#syohin #product .p_right .p_tbl table th.p_tbl_hinban {
  width: 235px;
}

#main-contents div#syohin #product .p_right .p_tbl table td {
  border: 1px solid #c8c8c8;
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 220%;
  padding: 3px 0 0 4%;
}

#main-contents div#syohin #product .p_right .p_tbl table td.center {
  border: 1px solid #c8c8c8;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 220%;
  padding: 3px 0 0 0;
}

#main-contents div#syohin #product .p_right .p_tbl table td img {
  margin-right: 4px;
  vertical-align: -5%;
}

/* HDMI商品一覧 */
#main-contents #go_list {
  margin: 40px 0 90px 0;
}

#main-contents #go_list p {
  text-align: center;
}

/* こちらもおすすめ */
.recommended-section h3 {
  font-size: 1.3em;
  background: #1b587e;
  color: #fff;
  padding: 1%;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.recommended-section .recommended-link-box {
  display: flex;
  justify-content: center;
}

.recommended-section .recommended-link-box a {
  display: block;
  margin: 0 2%;
  width: 44.8979%;
}

/* 関連製品・ピックアップコンテンツ */
.relation-area {
  margin: 100px auto 80px;
}

.relation-title {
  padding: 1.3%;
  box-sizing: border-box;
  font-size: 1.5625em;
  color: #fff;
  background-color: #1b587e;
  font-weight: bold;
}

.relation-area-inner {
  display: flex;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.relation-area-inner .elation-item-text {
  font-size: 0.9333em;
  text-align: center;
  word-break: keep-all;
  font-weight: bold;
  line-height: 1.3;
}

.relation-area-inner img {
  width: 100%;
}

.relation-product .relation-item {
  width: 120px;
  margin: 0 21px 20px;
}

.relation-page .relation-area-inner {
  margin: 32px 0 0;
}

.relation-page .relation-item {
  text-align: center;
  margin: 0 51px 0;
}

.relation-page .elation-item-img {
  width: 66px;
  margin: 0 auto;
}

h2 {
  font-size: 1.15em;
  margin-bottom: 15px;
}

/*--------------------------------
    カタログ
--------------------------------*/
div#catalog-pc {
  border: 0.3em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 30px 50px;
  margin: 3.5% auto;
  width: 100%;
  box-sizing: border-box;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125eaa;
  color: #fff;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

/*----------------------------
関連ページ
----------------------------*/
.related-area {
  width: 100%;
  margin: 78px auto;
}

.related-area h2 {
  padding: 1.3%;
  box-sizing: border-box;
  font-size: 1.5625em;
  color: #fff;
  background-color: #1b587e;
}

.related-area ul {
  margin: 1.9% 0 0;
}

.related-area ul li {
  display: inline-block;
  width: 235px;
  margin-right: 0.8%;
}

.related-area ul li:nth-of-type(4n) {
  margin-right: 0;
}

.related-area ul li a {
  display: block;
  width: 100%;
}

.related-area ul li a img {
  width: 100%;
}

/* 実コンテンツ */
div#content_area h3 {
  background-color: #EEEEEE;
  font-size: 1.3em;
  margin-bottom: 19px;
}

div#content_area h3 img, div#content_area h3 p {
  float: left;
}

br.smart {
  display: none;
}

div#content_area h3 p {
  padding: 13px 15px 10px;
}

div.comment div.comment_left {
  float: left;
  width: 250px;
}

div.comment div.comment_right {
  float: right;
  width: 540px;
}

div.comment div.comment_left img.product_img {
  width: 250px;
  height: 250px;
  border: 1px solid #E6E6E6;
}

div.comment div.comment_right h4 {
  font-size: 1em;
  margin-bottom: 10px;
}

div.comment div.comment_right a.product_link {
  font-weight: bold;
  font-size: 1em;
}

div.comment div.comment_right a.product_link img {
  vertical-align: 0px;
  margin-right: 3px;
}

div.comment div.comment_right p.price {
  margin-top: 5px;
  font-size: 0.9em;
}

div.comment div.comment_right p.comment_note {
  font-size: 0.87em;
  line-height: 1.6;
  margin-top: 15px;
}

div.comment div.comment_right p.product_list_outer {
  margin-top: 15px;
  padding-left: 247px;
}

div.comment div.comment_right a.product_list {
  border: 1px solid #0675ce;
  display: block;
  font-size: 0.8em;
  padding: 12px 10px 10px;
  text-align: center;
  width: 270px;
}

div.comment div.comment_right a.product_list:hover {
  background-color: #EEEEEE;
  text-decoration: none;
  color: #1C64B3;
}

div.comment div.comment_right a.product_list img {
  margin-left: 4px;
  vertical-align: 0px;
}

div.comment {
  margin-bottom: 82px;
}

/* タイトル
-------------------------------*/
#wrap-container #container h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 12px;
  padding-bottom: 0;
}

#main-contents {
  /*border:1px solid #fff;
    padding:0 0 0 0 ;
    letter-spacing:1px;*/
  width: 100%;
}

#main-contents .inner_area {
  padding-bottom: 35px;
}

#main-contents #mainTxt {
  font-size: 0.90em;
  line-height: 1.65em;
  padding: 13px 7px 0;
}

#main-contents .right_area {
  margin: -10px 0 20px 0;
  text-align: center;
}

#main-contents .bottom_banner {
  margin: 30px 0 20px 0;
  text-align: center;
}

ul#speakerType {
  background: #fff;
  width: 980px;
}

ul#speakerType:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  padding: 0 0 30px 0;
}

ul#speakerType li {
  width: 480px;
  background: #fff;
  float: left;
  text-align: left;
}

p#gotoSpeaker {
  clear: both;
  border-top: 1px dotted #ccc;
  padding: 15px 0 0 0;
  text-align: right;
}

p#gotoSpeaker a {
  border: 1px solid #bcbcbc;
  background: #f6f6f6;
  padding: 5px;
  font-size: 0.9em;
}

p#gotoSpeaker a:hover {
  padding: 5px;
  font-size: 0.9em;
}

/* パッシブラジエーター対応製品一覧 */
div.product_list {
  margin-bottom: 47px;
}

div.product_list_inner {
  margin-left: -15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #CCCCCC;
  margin: 0;
}

#container dl {
  float: left;
  width: 180px;
  padding-left: 27px;
}

#container dl dt {
  text-align: left;
  padding-right: 0;
}

#container dl dt a img {
  margin: 0 auto 10px;
  display: block;
}

div.product_list a, .product_list span.note {
  display: block;
}

.product_list span.note {
  font-size: 0.85em;
}

.product_list span.note {
  margin-bottom: 4px;
}

div.product_list a {
  font-size: 0.9em;
  font-weight: bold;
}

div.product_list a.stock {
  font-size: 0.8em;
  font-weight: bold;
  margin: 8px 0px 4px;
}

div.product_list a.stock.link {
  font-size: 0.8em;
  font-weight: bold;
  margin: 8px 0px 4px;
  padding-left: 14px;
  background: url(/static/images/seihin_joho/long_hdmi/yajirushi.png) no-repeat 0 0;
}

.product_list span {
  font-size: 0.8em;
  line-height: 1.4;
}

/* おすすめ商品 */
/* お手入れを始める前に */
.bottom_banner_inner_top .text_before {
  display: block;
  margin-top: 10px;
  line-height: 1.55;
  font-size: 0.9em;
}

.bottom_banner_inner_top img {
  margin-right: 5px;
}

.text_before_ttl {
  font-weight: bold;
}

.bottom_banner_inner_top {
  background-color: #E6F2FE;
  border-radius: 5px;
  padding: 25px;
  width: 650px;
  margin: 0 auto;
}

.bottom_banner_inner_bottom {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 45px;
  border-top: 1px dotted #BBBBBB;
}

.bottom_banner_inner_bottom a {
  display: block;
  width: 480px;
  height: 100px;
  margin: 0 auto;
}

/* 価格 */
span.zeinuki {
  margin-right: -7px;
}

/* サイドメニュー */
div#side_sp {
  display: none;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
