@charset "UTF-8";
/* タイトル
---------------------------*/
h1 {
  margin: 0px 0px 12px 0px;
  border-bottom: 1px solid #CCCCCC;
}

/* メイン
---------------------------*/
#main-contents {
  float: right;
  width: 814px;
}

.sp-v {
  display: none;
}

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

h2#ttl-image {
  height: 150px;
  width: 815px;
  background: url(/static/images/product/peripheral/changer/converter/title_converter_pc.jpg) 0 0 no-repeat;
  margin-bottom: 15px;
}

h3.s_midashi {
  border-bottom: 2px solid #333;
  padding: 0 0 2px;
  font-size: 1.3em;
  margin: 3% 0 1.5%;
}

h3.s_midashi_ml {
  border-bottom: 2px solid #333;
  padding: 0 0 2px;
  font-size: 1.3em;
  margin: 5% 0 1.5%;
}

/* メニュー
---------------------------*/
#cate-area {
  background: #EBF2FC;
  padding: 15px 10px 10px 10px;
}

#cate-area h3 {
  padding: 5px 8px 5px 8px;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#device ul li {
  float: left;
  margin: 0 3px 7px 0;
}

#device ul li:nth-child(4n) {
  margin: 0 0px 7px 0;
}

#device ul li:hover {
  opacity: 0.6;
  transition: 0.6;
}

.kanren-banner {
  margin: 15px 0 50px 0;
}

.kanren-banner li {
  float: right;
  margin: 0 13px 15px 0;
}

.kanren-banner li:nth-child(2n) {
  margin: 0 9px 15px 5px;
}

.kanren-banner li:hover {
  opacity: 0.6;
  transition: 0.6;
}

#kanren {
  margin-top: -25px;
  margin-bottom: 70px;
}

#kanren h3 {
  padding: 5px 8px 5px 8px;
  border-left: 6px solid #0060b1;
  font-size: 1.4em;
  margin-bottom: 15px;
}

#kanren ul {
  margin-bottom: 18px;
}

#kanren ul li {
  float: left;
  margin: 0 10px 12px 0;
}

#kanren ul li:nth-child(3n) {
  margin: 0 0 12px 0;
}

#kanren .banner {
  text-align: center;
}

/* ラインナップ一覧
---------------------------*/
.cate-area {
  margin-bottom: 85px;
}

h3.cate {
  padding: 8px 8px 8px 10px;
  border-bottom: 3px solid #004db7;
  color: #004db7;
  font-size: 1.9em;
  margin-bottom: 20px;
  margin-top: 10%;
}

.page-link {
  margin: 0 0 20px;
}

.page-link ul li {
  margin: 5px 0;
  float: left;
  width: 270px;
}

body.mac h3.cate {
  padding: 3px 8px 5px 50px;
  border-bottom: 3px solid #004db7;
  color: #004db7;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.cate-sub {
  background: #004db8;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  padding: 1.5% 0 1.4% 0;
  margin-bottom: 10px;
}

.cate-sub.text-min {
  font-size: 1.4em;
}

.cate-sub span {
  padding: 0 1% 0;
}

.cate-sub img {
  vertical-align: middle;
}

h4.convert {
  background: #004DB7;
  color: #fff;
  font-size: 1.3em;
  justify-content: center;
  align-items: start;
  display: flex;
  width: 814px;
  height: 49px;
  padding-bottom: 5px;
}

h4.convert span {
  font-size: 1.2em;
  padding-top: 15px;
}

h4 img {
  padding: 0 20px;
}

h4 img.arrow {
  padding-top: 19px;
}

@media all and (-ms-high-contrast: none) {
  h4 img.arrow {
    padding-top: 19px;
    width: 28px;
    height: 15px;
  }
}

body.mac h4 img.arrow {
  padding-top: 19px;
  height: 33%;
}

/* メニュー
---------------------------*/
h3.type-menu {
  color: #fff;
  font-size: 1.1em;
  background: #0049af;
  padding: 15px 15px 8px 19px;
}

#type-menu-area {
  margin-bottom: 20px;
}

#type-menu-area ul#type-menu {
  padding: 12px 2px 13px 8px;
  margin-bottom: 10px;
  background: #EBF2FC;
}

#type-menu-area ul#type-menu li {
  float: left;
  height: 94px;
  margin: 0 1px 10px 0;
  position: relative;
  width: 200px;
}

#type-menu-area ul#type-menu li:nth-child(3n) {
  margin: 0 0 10px 0;
}

#type-menu-area ul#type-menu li:hover {
  opacity: 0.6;
  transition: 0.6;
}

#type-menu-area ul#type-menu li.hdmi {
  background: url(/static/images/product/peripheral/changer/converter/menu_hdmi.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.dp {
  background: url(/static/images/product/peripheral/changer/converter/menu_dp.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.mini-dp {
  background: url(/static/images/product/peripheral/changer/converter/menu_mdp.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.vga {
  background: url(/static/images/product/peripheral/changer/converter/menu_vga.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.dvi {
  background: url(/static/images/product/peripheral/changer/converter/menu_dvi.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.type-c {
  background: url(/static/images/product/peripheral/changer/converter/menu_type-c.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.microhdmi {
  background: url(/static/images/product/peripheral/changer/converter/menu_microhdmi.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.composite {
  background: url(/static/images/product/peripheral/changer/converter/menu_composite.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.usba {
  background: url(/static/images/product/peripheral/changer/converter/menu_usba.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li.etc {
  background: url(/static/images/product/peripheral/changer/converter/menu_etc.png) 0 0 no-repeat;
}

#type-menu-area ul#type-menu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#type-menu-area ul#type-menu li .text-box {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.2;
  width: fit-content;
  color: #000;
}

#type-menu-area ul#type-menu li .text-box h4 {
  font-size: 1em;
  margin-top: 5px;
}

#type-menu-area ul#type-menu li .text-box h4 span {
  font-size: 0.8em;
}

#type-menu-area ul#type-menu li .text-box p {
  font-size: 0.9em;
}

#type-menu-area ul#type-menu li .cate {
  position: absolute;
  top: 17px;
  left: 12px;
  width: 18px;
  height: 18px;
}

#type-menu-area ul#option-menu {
  float: right;
  margin-bottom: 0;
}

#type-menu-area ul#option-menu li {
  float: left;
  margin: 0 8px 0 0;
  width: 381px;
  height: 62px;
  position: relative;
}

#type-menu-area ul#option-menu li:hover {
  opacity: 0.6;
  transition: 0.6;
}

#type-menu-area ul#option-menu li:last-child {
  margin: 0 0 0 0;
}

#type-menu-area ul#option-menu li.vgaa {
  background: url(/static/images/product/peripheral/changer/converter/vga/banner_vga_adapter_pc.png) 0 0 no-repeat;
}

#type-menu-area ul#option-menu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#type-menu-area ul#option-menu li .text-box {
  display: none;
}

#type-menu-area p.qa {
  margin: 10px 20px;
  font-size: 0.9em;
}

#type-menu-area p.qa a {
  padding-left: 1em;
  background: url(/static/images/product/peripheral/changer/converter/yaji_bl_1416.png) 3px center no-repeat;
  background-size: 0.7em;
}

/* ラインナップ一覧
---------------------------*/
.item-area {
  border: 1px solid #cecece;
  margin-bottom: 20px;
}

.item-area h4 {
  margin: 2px 2px 15px 2px;
  padding: 8px 10px 8px 10px;
  background: #e6f0fa;
  line-height: 1.2;
}

.item-area .photo-box {
  float: left;
  width: 160px;
  height: 160px;
  margin-left: 15px;
}

.item-area .photo-box img {
  width: 100%;
}

.item-area .top-box {
  float: right;
  width: 605px;
  margin: 0 15px 15px 0;
}

.item-area .detail-box {
  float: left;
  width: 205px;
  margin-left: 17px;
  margin-bottom: 15px;
}

.item-area .detail-box-w {
  float: left;
  width: 605px;
}

.item-area .detail-box p.hinban {
  float: left;
  margin-bottom: 10px;
  line-height: 1.2;
}

.item-area .detail-box p.hinban a {
  padding: 0 0 0 15px;
  font-weight: bold;
  font-size: 0.9em;
  background: url(/static/images/product/peripheral/changer/converter/ya.gif) left center no-repeat;
}

.item-area .detail-box p.price {
  float: left;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.item-area .detail-box .icon-area {
  width: 205px;
}

.item-area .detail-box-w .icon-area {
  width: 605px;
}

.item-area .detail-box .icon-area p {
  float: left;
  width: 100px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  font-size: 0.7em;
  margin: 0 5px 5px 0;
}

.item-area .detail-box .icon-area p:nth-child(2n) {
  margin-right: 0;
}

.item-area .detail-box .icon-area p:nth-last-child(2):nth-child(odd),
.item-area .detail-box .icon-area p:last-child {
  margin-bottom: 0;
}

.item-area .detail-box-w .icon-area p:nth-child(2n) {
  margin-right: 5px;
}

.item-area .detail-box-w .icon-area p:nth-last-child(2):nth-child(odd),
.item-area .detail-box-w .icon-area p:last-child {
  margin-bottom: 5px;
}

.icon-area .sky {
  background: #02a9e0;
  color: #fff;
}

.icon-area .blue {
  background: #004d8f;
  color: #fff;
}

.icon-area .lime {
  background: #79cc45;
  color: #fff;
}

.icon-area .green {
  background: #308f13;
  color: #fff;
}

.icon-area .orange {
  background: #fe6d4c;
  color: #fff;
}

.icon-area .pink {
  background: #d86cb2;
  color: #fff;
}

.icon-area .gold {
  background: #555;
  color: #ddd600;
}

.item-area .table-box {
  float: right;
  width: 380px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.item-area .table-box table {
  width: calc(100% - 1px);
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.item-area .table-box th,
.item-area .table-box td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding: 8px;
  line-height: 1.2;
}

.item-area .table-box th {
  background: #eee;
}

.item-area .table-box th.length {
  width: 42px;
}

.item-area .table-box th.price {
  width: 140px;
}

.item-area .table-box th.price span {
  font-size: 0.8em;
}

.item-area .table-box td span.zeinuki {
  font-size: 0.8em;
}

.item-area .table-box td span.zeinuki:before {
  content: "\A";
  white-space: pre;
}

.item-area .table-box th.hinban {
  width: 130px;
}

.item-area .table-box td.hinban {
  text-align: left;
}

.item-area .table-box td.hinban a {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(/static/images/product/peripheral/changer/converter/ya.gif) left center no-repeat;
}

.item-area .bottom-box {
  float: right;
  width: 605px;
  margin: 0 15px 20px 0;
  display: table;
}

.item-area .bottom-box .left-box {
  width: 400px;
  display: table-cell;
}

.item-area .bottom-box .left-box img {
  width: 100%;
}

.item-area .bottom-box .right-box {
  width: 182px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: bottom;
}

.item-area .bottom-box .right-box img {
  width: 100%;
}

.item-area .bottom-box .right-box a.modal-syncer {
  display: none;
  width: 182px;
  height: 40px;
  background-size: contain;
}

.item-area .bottom-box .right-box a.modal-syncer:hover {
  opacity: 0.6;
  transition: 0.6;
}

.adapter-area {
  background: #E6F0FA;
  padding: 15px 15px 1px 15px;
  margin-bottom: 40px;
}

h3.adapter {
  padding: 5px 5px 5px 10px;
  color: #004db7;
  font-size: 1.3em;
  margin-bottom: 18px;
}

.adapter-box {
  border: 1px solid #cecece;
  background: #fff;
  margin-bottom: 20px;
}

.adapter-box h5 {
  margin: 2px 2px 15px 2px;
  padding: 12px;
  background: #E5E5E5;
  line-height: 1.2;
}

.adapter-box .photo-box {
  float: left;
  width: 180px;
  height: 180px;
  margin-left: 20px;
}

.adapter-box .photo-box img {
  width: 100%;
}

.adapter-box .top-box {
  float: right;
  width: 550px;
  margin: 0 15px 15px 0;
}

.adapter-box .detail-box {
  float: right;
  width: 550px;
  margin-right: 12px;
  margin-bottom: 15px;
}

.adapter-box .detail-box-s {
  width: 205px;
}

.adapter-box .detail-box p.hinban {
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
}

.adapter-box .detail-box p.hinban a {
  padding: 0 0 0 15px;
  font-weight: bold;
  font-size: 1em;
  background: url(/static/images/product/peripheral/changer/converter/ya.gif) left 5px no-repeat;
}

.adapter-box .detail-box p.price {
  float: left;
  display: inline-block;
  font-size: 0.85em;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 2px;
}

.adapter-box .detail-box .icon-area-s {
  width: 205px;
}

.adapter-box .detail-box .icon-area p {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  height: 22px;
  line-height: 2em;
  margin: 0 5px 5px 0;
  padding: 1px 0 0;
  text-align: center;
  width: 100px;
}

body.mac .adapter-box .detail-box .icon-area p {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  height: 24px;
  line-height: 2em;
  margin: 0 5px 5px 0;
  padding: 0px 0 0;
  text-align: center;
  width: 100px;
}

.adapter-box .detail-box .icon-area-s p:nth-child(2n) {
  margin-right: 0;
}

.adapter-box .detail-box .icon-area-s p:nth-last-child(2):nth-child(odd),
.adapter-box .detail-box .icon-area-s p:last-child {
  margin-bottom: 0;
}

.adapter-box .table-box {
  float: right;
  width: 345px;
  margin-right: 16px;
  margin-bottom: 15px;
}

.adapter-box .table-box table {
  width: calc(100% - 1px);
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.adapter-box .table-box th,
.adapter-box .table-box td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding: 8px;
  line-height: 1.2;
}

.adapter-box .table-box th {
  background: #eee;
}

.adapter-box .table-box th.length {
  width: 42px;
}

.adapter-box .table-box th.price {
  width: 120px;
}

.adapter-box .table-box th.price span {
  font-size: 0.8em;
}

.adapter-box .table-box td span.zeinuki {
  font-size: 0.8em;
}

.adapter-box .table-box td span.zeinuki:before {
  content: "\A";
  white-space: pre;
}

.adapter-box .table-box th.hinban {
  width: 120px;
}

.adapter-box .table-box td.hinban {
  text-align: left;
}

.adapter-box .table-box td.hinban a {
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(/static/images/product/peripheral/changer/converter/ya.gif) left center no-repeat;
}

.adapter-box .bottom-box {
  float: right;
  width: 550px;
  margin: 0 12px 20px 0;
  display: table;
}

.adapter-box .bottom-box .left-box {
  width: 400px !important;
  display: table-cell;
}

.adapter-box .bottom-box .left-box img {
  width: 100%;
}

.adapter-box .bottom-box .right-box {
  width: 140px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: bottom;
}

body.mac .adapter-box .bottom-box .right-box {
  width: 140px;
  padding-left: 15px;
  display: table-cell;
  vertical-align: bottom;
}

.adapter-box .bottom-box .right-box img {
  width: 100%;
}

.adapter-box .bottom-box .right-box a {
  display: block;
  width: 140px;
  height: 40px;
  background: url(/static/images/product/peripheral/changer/converter/btn_seihin.gif) left center no-repeat;
  background-size: contain;
}

.adapter-box .bottom-box .right-box a:hover {
  opacity: 0.6;
  transition: 0.6;
}

.icon-area .sky {
  background: #02a9e0;
  color: #fff;
}

.icon-area .blue {
  background: #004d8f;
  color: #fff;
}

.icon-area .lime {
  background: #79cc45;
  color: #fff;
}

.icon-area .green {
  background: #308f13;
  color: #fff;
}

.icon-area .orange {
  background: #fe6d4c;
  color: #fff;
}

.icon-area .pink {
  background: #d86cb2;
  color: #fff;
}

.icon-area .gold {
  background: #555;
  color: #ddd600;
}

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