@charset "UTF-8";
/*==================================================================*/
/* 商品詳細CSS */
/*==================================================================*/
/* 通常タイプは見せない */
body .disp_type_nor {
  display: none;
}

div#qa-list h4 span.disp_type_nor {
  display: none;
}

body div#search-eng h4 span.norm {
  display: none;
}

body div#review-area h4 span.disp_type_nor {
  display: none;
}

body #search-eng ul.norm {
  display: none;
}

/* リセット
--------------------------------------*/
body, h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li, dl, dt, dd,
table, tr, th, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

#header #topic-path {
  padding-bottom: 0;
}

/* mac用テキストサイズ */
body.mac div#container {
  font-size: 16px;
}

/* ヘッダー
--------------------------------------*/
/*
#header .header-bottom {
	background-color: #444;
}

#header-global-navi li#gl-space,
#header-global-navi-top li#gl-space {
	position: relative;
}

#header-global-navi li#gl-space::before,
#header-global-navi-top li#gl-space::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #444;
	display: block;
	z-index: 3;
}

#header-global-navi li:nth-child(2) {
	border-left: 1px solid #9D9D9D;
}
#header-global-navi li:last-child {
	border-right: 1px solid #9D9D9D;
}
*/
/* コンテナ枠
--------------------------------------*/
#container {
  /*	width: 736px; /* 伸ばすときは'auto' */
  /*	min-width: 736px; */
  width: 1200px;
  /* 伸ばすときは'auto' */
  min-width: 1200px;
  float: none;
  margin: 0;
  padding-left: 5px;
}

#wrap-container {
  /*	position: relative;*/
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  /*	font-family: Meiryo,メイリオ,"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#main-contents {
  display: flex;
}

/* 以下、Type B */
/* サンワチャンネル用
--------------------------------------*/
div#sanwach-link {
  text-align: right;
  margin-bottom: 15px;
}

div#sanwach-link a {
  display: block;
  background: url(/static/images/syousai_right/banner_3ch.png) no-repeat 0 0;
  width: 212px;
  height: 65px;
  font-size: 0;
}

div#side_bar a:hover {
  opacity: 0.6;
}

/* ラックバナー用 */
div#rack_link {
  margin-bottom: 15px;
}

/* 商品詳細（特長・仕様・対応機種） */
div#syousai {
  margin-top: 10px;
}

div#syousai h4 {
  background-color: #004da2;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.15em;
  padding: 11px 15px 8px;
}

div#syousai div#syousai-inner {
  /*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 20px; */
  padding: 0;
}

div#fix-nav-cont + div#syousai div#syousai-inner > div:first-child {
  margin-top: -50px;
}

div#syousai div#syousai-inner > div:last-child {
  padding-bottom: 0;
}

div#syousai div#syousai-inner h4.syousai-inner-title {
  /*	border-bottom: 2px solid #004da2;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 11px 15px 3px 0px;
	margin-bottom: 12px; */
  border-left: 4px solid #174DAD;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px 15px 3px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
}

/* ----- 製品画像 モーダル表示 -----*/
#s-photo-modal-scroll {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  /*	padding-bottom: 1px;*/
  padding: 0 0 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2007;
}

#s-photo-modal-popover {
  width: 980px;
  position: absolute;
  min-width: 0;
  max-width: 90%;
  padding: 0;
  z-index: 2008;
  height: auto;
  margin: 40px 0;
  opacity: 1;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#syohin-photo-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
  z-index: 2009;
}

#syohin-photo-container {
  width: 1000px;
  /*	max-height: calc(90vh - 40px);*/
  height: auto;
  /*	overflow-y: auto;*/
  margin: 0;
  padding: 15px 20px 30px;
  text-align: left;
  /*	position: fixed;
	top: 40px;
	left: 50%;*/
  background-color: #FFF;
  z-index: 2010;
  /*	display: none;*/
  /*	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);*/
}

#modal-overlay {
  /*	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2006;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;*/
}

#syohin-photo-container h1.syohin-photo-ttl {
  /*	border-left: solid 4px #5B95C5; */
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 0.95em;
  position: relative;
  border: 0;
  font-weight: bold;
  font-weight: 600;
}

#syohin-photo-container h1.syohin-photo-ttl > span {
  display: inline-block;
  /*	width: 473px;
	padding-right: 10px; */
  vertical-align: middle;
  width: calc(100% - 60px);
}

#syohin-photo-container h1.syohin-photo-ttl > span > span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  width: auto;
}

#syohin-photo-container h1.syohin-photo-ttl span span#part_number {
  /*	font-weight: normal; */
  font-size: 1em;
  line-height: 1.3;
}

#syohin-photo-container h1.syohin-photo-ttl a {
  position: absolute;
  right: 0;
  top: 0;
}

#syohin-photo-container #gallery {
  /*	border: 1px solid #CCCCCC; */
  padding: 0;
}

#syohin-photo-container #main-photo-inner {
  padding: 0 156px;
}

#syohin-photo-container #main-photo-left,
#syohin-photo-container #main-photo-mid,
#syohin-photo-container #main-photo-right {
  float: left;
}

#syohin-photo-container #main-photo-left {
  padding-right: 20px;
}

#syohin-photo-container #main-photo-right {
  padding-left: 20px;
}

#syohin-photo-container #main-photo-left,
#syohin-photo-container #main-photo-right {
  min-height: 320px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 320px;
  /* for IE */
  padding-top: 280px;
}

#syohin-photo-container #main-photo-mid {
  width: 600px;
  min-height: 600px;
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  height: 600px;
  /* for IE */
  margin: 0 auto;
  vertical-align: middle;
}

#syohin-photo-container #main-photo-mid img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

#syohin-photo-container #main-photo-mid .item {
  margin: 0 auto;
}

#syohin-photo-container #main-photo-mid .photo {
  /*	margin: 12px 0 5px;*/
  margin: 0;
  width: 600px;
  height: 600px;
  position: relative;
}

#syohin-photo-container #main-photo-mid .movie {
  margin: 0;
  width: 600px;
  height: 600px;
  position: relative;
  background-color: #000;
}

#syohin-photo-container #main-photo-mid .movie .movie-inner {
  position: relative;
  height: 0;
  padding: 0 0 56.15%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}

#syohin-photo-container #main-photo-mid .movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mp4 */
#syohin-photo-container #main-photo-mid .autoplay-movie {
  margin: 0;
  width: 600px;
  height: 600px;
  position: relative;
}

#syohin-photo-container #main-photo-mid .autoplay-movie .movie-inner {
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}

#syohin-photo-container #main-photo-mid .autoplay-movie .movie-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#syohin-photo-container #main-photo-mid .text {
  margin: 0 0 20px;
  font-size: 0.8em;
}

#syohin-photo-container #thumbs {
  /*	border-top: 1px dotted #CCCCCC; */
  padding: 20px 15px 0;
}

#syohin-photo-container #thumbs li {
  float: left;
  margin: 0;
  padding: 0 0 8px 8px;
  letter-spacing: normal;
  vertical-align: top;
}

#syohin-photo-container #thumbs li img {
  vertical-align: bottom;
}

#syohin-photo-container #thumbs li a {
  outline: none;
  display: block;
  position: relative;
}

#syohin-photo-container #thumbs li a img.thum-movie-auto {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}

/*
#thumbs li a:link img,
#thumbs li a:visited img {
	border: 1px solid #0000FE;
}

#thumbs li a:hover img,
#thumbs li a:active img {
	border: 1px solid #FF0000;
}

#thumbs li.active a img {
	border: 1px solid #FF0000;
}
*/
#syohin-photo-container #thumbs li a img.movie {
  padding: 0;
}

#syohin-photo-container #thumbs li a:link img,
#syohin-photo-container #thumbs li a:visited img {
  border: 1px solid #d1d1d1;
  vertical-align: bottom;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
}

#syohin-photo-container #thumbs li a:hover img,
#syohin-photo-container #thumbs li a:active img {
  border: 3px solid #01AEF0;
  vertical-align: bottom;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  margin: -2px -2px -4px -2px;
}

#syohin-photo-container #thumbs li:nth-of-type(16n) a:hover img,
#syohin-photo-container #thumbs li:nth-of-type(16n) a:active img {
  margin: -2px;
}

#syohin-photo-container #thumbs li.active a img {
  border: 3px solid #01AEF0;
  vertical-align: bottom;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  margin: -2px -2px -4px -2px;
}

#syohin-photo-container #thumbs li:nth-of-type(16n).active a img {
  margin: -2px;
}

#syohin-photo-container .photo-comment {
  margin: 15px 0 0;
  font-size: 0.8em;
  text-align: center;
}

#syohin-photo-container .photo-comment a img {
  width: 420px;
  margin: 0 auto;
}

#syohin-photo-container .close {
  margin: 20px 0 0;
  text-align: center;
}

/* ----- キーボード拡大 モーダル表示 -----*/
#keylayout-modal-scroll {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  padding: 0 0 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2007;
}

#keylayout-modal-popover {
  width: 990px;
  position: absolute;
  min-width: 0;
  max-width: 90%;
  padding: 0;
  z-index: 2008;
  height: auto;
  margin: 40px 0;
  opacity: 1;
  display: inline-block;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#keylayout-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
  z-index: 2009;
}

#keylayout-container {
  width: 950px;
  height: auto;
  margin: 0;
  padding: 15px 20px 30px;
  text-align: left;
  background-color: #FFF;
  z-index: 2010;
}

#keylayout-container h1.keylayout-ttl {
  margin: 0 0 10px;
  padding: 10px 0 0;
  font-size: 0.95em;
  position: relative;
  border: 0;
  font-weight: bold;
  font-weight: 600;
}

#keylayout-container h1.keylayout-ttl > span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

#keylayout-container h1.keylayout-ttl > span > span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  width: auto;
}

#keylayout-container h1.keylayout-ttl a {
  position: absolute;
  right: 0;
  top: 0;
}

#keylayout-container .keylayout-zoom-area {
  border: 1px solid #C0C0C0;
  width: 950px;
  margin: 20px 0 0;
  padding-bottom: 130px;
}

#keylayout-container .keylayout-zoom-image {
  float: left;
  padding: 20px 5px 10px 10px;
}

#keylayout-container .keylayout-zoom-note {
  float: left;
  padding: 50px 0 0;
}

#keylayout-container .close {
  margin: 20px 0 0;
  text-align: center;
}

/* ----- 画像ダウンロード  -----*/
div.imagedb_banner {
  /*	margin: 40px 0; */
  margin: 80px 0;
  text-align: center;
}

/* relational.cssへ移動させる */
/*---------------- ここからrelationalに含める -----------------*/
div#lineup-area-open {
  /*	margin-top: 60px; */
  margin-top: 40px;
  padding: 56px 0 0;
}

div#lineup-area-open h4 {
  /*	background-color: #004da2;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.15em;
	padding: 11px 15px 8px; */
  border-left: 4px solid #174DAD;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px 15px 3px 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

div#line-up-outer {
  /*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 20px 15px;
	margin-top: 0; */
}

/*div#line-up-outer dl dt {*/
div#line-up-outer .dl .dt {
  /*	border-bottom: 2px solid #004da2;
	font-size: 1.2em;
	font-weight: normal;
	padding: 11px 0 3px;
	margin-bottom: 10px; */
  border-bottom: 1px solid #AAAAAA;
  padding: 0;
  margin-bottom: 15px;
}

/*div#line-up-outer dl dt a {*/
div#line-up-outer .dl .dt a {
  background: url(/static/images/common/yaji_kaku_bl_12.png) no-repeat right 6px;
  display: block;
  float: right;
  padding-right: 14px;
  padding-top: 5px;
}

/*body.mac div#line-up-outer dl dt a {*/
body.mac div#line-up-outer .dl .dt a {
  background: url(/static/images/common/yaji_kaku_bl_12.png) no-repeat right 5px;
  display: block;
  float: right;
  padding-right: 14px;
  padding-top: 5px;
}

/*div#line-up-outer dl dt a span {*/
div#line-up-outer .dl .dt a span {
  font-size: 0.7em;
}

/*div#line-up-outer dl {*/
div#line-up-outer .dl {
  margin: 20px 0 0;
}

div#line-up-outer .dl + .dl {
  margin: 50px 0 0;
}

/*div#line-up-outer dl:after {*/
div#line-up-outer .dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*div#line-up-outer dl dt:before {*/
div#line-up-outer .dl .dt:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*div#line-up-outer dl dt span.lineup-reason-block {*/
div#line-up-outer .dl .dt span.lineup-reason-block {
  background-color: #E7E7E7;
  padding: 0 40px 0 10px;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
}

div#line-up-outer .dl .dt span.lineup-reason-block.count-blank {
  padding-right: 45px;
}

/*div#line-up-outer dl dt span.lineup-reason-block::after {*/
div#line-up-outer .dl .dt span.lineup-reason-block::after {
  content: "";
  display: block;
  border-right: 35px solid #FFFFFF;
  border-bottom: 35px solid #E7E7E7;
  position: absolute;
  top: 0;
  right: 0;
}

/*div#line-up-outer dl dt span.lineup-num {*/
div#line-up-outer .dl .dt span.lineup-num {
  font-size: 0.8em;
  /*	font-weight: normal; */
}

/*div#line-up-outer dl dt span span.lineup-num-inner {*/
div#line-up-outer .dl .dt span span.lineup-num-inner {
  font-size: 1.2em;
  display: inline-block;
  margin: 0 2px;
}

div#line-up-outer .dl .dd .lineup-all-slide {
  width: 925px;
  overflow: hidden;
  float: left;
}

div#line-up-outer .dl .dd .lineup-slider {
  width: 3000%;
  position: relative;
  top: 0;
  left: 0;
}

div#line-up-outer .dl .dd .page-unit.slide {
  float: left;
  width: 925px;
}

div#line-up-outer .dl.no-slide .dd .lineup-all-slide {
  overflow: visible;
}

div#line-up-outer .dl.no-slide .dd .lineup-slider {
  width: 100%;
}

div#line-up-outer .dl.no-slide .dd .page-unit.slide {
  float: none;
}

div#line-up-outer .dl.no-slide .dd .page-unit.slide + .page-unit.slide {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #CCC;
}

/* img-view */
/*div#line-up-outer dl dd.img-view { */
div#line-up-outer div.img-view {
  float: left;
  /*	padding: 15px;
	margin-bottom: 15px;*/
  padding: 15px 15px 0;
  margin-bottom: 0;
  margin-top: -10px;
  width: 155px;
  font-size: 1.2em;
  font-weight: normal;
  font-weight: 500;
  position: relative;
}

/*div#line-up-outer dl dd.img-view a img {*/
div#line-up-outer div.img-view a img {
  display: block;
  padding-bottom: 12px;
  width: 148px;
}

/*div#line-up-outer dl dd.img-view span.rel-text {*/
div#line-up-outer div.img-view span.rel-text {
  font-size: 0.85em;
  /*	text-align: center; */
  text-align: left;
  display: block;
  padding-bottom: 5px;
  word-break: break-all;
}

/*div#line-up-outer dl dd.img-view span.sku {*/
div#line-up-outer div.img-view span.sku {
  font-size: 0.85em;
  /*	text-align: center; */
  text-align: left;
  display: block;
  padding-bottom: 5px;
}

div#line-up-outer div.img-view span.sku a img {
  width: auto !important;
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: -1px;
}

/*div#line-up-outer dl dd.img-view span.sku::before {*/
div#line-up-outer div.img-view span.sku::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/static/images/product/ya.gif) left center no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
}

/*div#line-up-outer dl dd.img-view span.price {*/
div#line-up-outer div.img-view span.price {
  font-size: 0.85em;
  /*	text-align: center; */
  text-align: left;
  display: block;
}

div#line-up-outer div.img-view span.price span.std-price {
  font-size: 0.92em;
  line-height: 1.5;
  display: block;
}

div#line-up-outer div.img-view span.price span.lineup-offer {
  font-weight: bold;
  color: #F00;
  font-size: 1em;
}

div#line-up-outer div.img-view span.note {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0px;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #666;
  padding: 10px;
  line-height: 1.3;
  font-size: 0.8em;
  border-radius: 10px;
}

div#line-up-outer div.img-view:hover span.note {
  display: block;
  color: #EE0000;
}

div.btnOpen-lineup, div.btnClose-linup, div#btnOpen-option, div#btnClose-option, #btnOpen-option-recommend, #btnClose-option-recommend {
  text-align: center;
  margin-top: 3px;
}

/* list-view */
/*div#line-up-outer dl dd.list-view {*/
div#line-up-outer div.list-view {
  float: left;
  /*	width: 139.5px;*/
  /*	width: 155px;*/
  width: 164px;
  margin: 0 -1px 10px 0;
}

div#line-up-outer .dl .page-unit:nth-of-type(1) div.list-view {
  margin-top: 0;
}

div.list-name {
  background-color: #eeeeee;
  border: 1px solid #999999;
  border-collapse: collapse;
  font-size: 0.85em;
  text-align: center;
  padding: 3px 0;
}

div.list-sku {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-collapse: collapse;
  font-size: 0.85em;
  text-align: center;
  padding: 8px 0;
  min-height: 15px;
}

/*
div#line-up-outer dl dd.list-view div.table {
	display: table;
}

div#line-up-outer dl dd.list-view div.tr {
	display: table-row;
}

div#line-up-outer dl dd.list-view div.th {
	float: left;
	width: 138px;
	background-color: #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 10px;
}

div#line-up-outer dl dd.list-view div.td {
	clear: both;
	width: 138px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 10px;
}
*/
#line-up-outer div[id$="-prev-btn"] {
  float: left;
  text-align: left;
  width: 24px;
  min-height: 1px;
}

#line-up-outer div[id$="-next-btn"] {
  float: right;
  text-align: right;
}

#line-up-outer div[id$="-prev-btn"].disp-table {
  min-height: 0;
}

#line-up-outer .navi-btn img {
  position: relative;
  top: 55px;
}

/* レコメンド位置にオプション表示 */
div#lineup-option-recommend-top {
  margin: 40px auto;
  width: 1200px;
  padding-bottom: 20px;
  /* img-view */
}

div#lineup-option-recommend-top .dt {
  position: relative;
}

div#lineup-option-recommend-top .dt span.lineup-reason-block {
  background-color: #e7e7e7;
  padding: 0 40px 0 10px;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
}

div#lineup-option-recommend-top .dt span.lineup-reason-block.count-blank {
  padding-right: 45px;
}

div#lineup-option-recommend-top .dt span.lineup-reason-block::after {
  content: "";
  display: block;
  border-right: 35px solid #fff;
  border-bottom: 35px solid #e7e7e7;
  position: absolute;
  top: 0;
  right: 0;
}

div#lineup-option-recommend-top .dt span.lineup-num {
  font-size: 0.8em;
}

div#lineup-option-recommend-top .dt span span.lineup-num-inner {
  font-size: 1.2em;
  display: inline-block;
  margin: 0 2px;
}

div#lineup-option-recommend-top .dt {
  border-bottom: 1px solid #aaa;
  padding: 0;
  margin-bottom: 15px;
}

div#lineup-option-recommend-top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#lineup-option-recommend-top .dt:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#lineup-option-recommend-top .dd .lineup-all-slide {
  width: 100%;
  overflow: hidden;
  float: left;
}

div#lineup-option-recommend-top .dd .lineup-slider {
  width: 3000%;
  position: relative;
  top: 0;
  left: 0;
}

div#lineup-option-recommend-top .dd .page-unit {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

div#lineup-option-recommend-top.no-slide .dd .lineup-all-slide {
  overflow: visible;
}

div#lineup-option-recommend-top.no-slide .dd .lineup-slider {
  width: 100%;
}

div#lineup-option-recommend-top div.img-view {
  float: left;
  padding: 15px 15px 0;
  margin-bottom: 0;
  margin-top: -10px;
  width: 162px;
  font-size: 1.2em;
  font-weight: normal;
  font-weight: 500;
  position: relative;
}

div#lineup-option-recommend-top div.img-view a img {
  display: block;
  padding-bottom: 12px;
  width: 148px;
}

div#lineup-option-recommend-top div.img-view span.rel-text {
  font-size: 0.85em;
  text-align: left;
  display: block;
  padding-bottom: 5px;
}

div#lineup-option-recommend-top div.img-view span.sku {
  font-size: 0.85em;
  text-align: left;
  display: block;
  padding-bottom: 5px;
}

div#lineup-option-recommend-top div.img-view span.sku a img {
  width: auto !important;
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: -1px;
}

div#lineup-option-recommend-top div.img-view span.sku::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/static/images/product/ya.gif) left center no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
}

div#lineup-option-recommend-top div.img-view span.price {
  font-size: 0.85em;
  text-align: left;
  display: block;
}

div#lineup-option-recommend-top div.img-view span.price span.std-price {
  font-size: 0.92em;
  line-height: 1.5;
  display: block;
}

div#lineup-option-recommend-top div.img-view span.price span.lineup-offer {
  font-weight: bold;
  color: #f00;
  font-size: 1em;
}

div#lineup-option-recommend-top div.img-view span.note {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #666;
  padding: 10px;
  line-height: 1.3;
  font-size: 0.8em;
  border-radius: 10px;
}

div#lineup-option-recommend-top div.img-view:hover span.note {
  display: block;
  color: #e00;
}

div#lineup-option-recommend-top div.list-view {
  float: left;
  width: 164px;
  margin: 0 -1px 10px 0;
}

div#lineup-option-recommend-top .dl .page-unit:nth-of-type(1) div.list-view {
  margin-top: 0;
}

div#lineup-option-recommend-top div.list-name {
  background-color: #eee;
  border: 1px solid #999;
  border-collapse: collapse;
  font-size: 0.85em;
  text-align: center;
  padding: 3px 0;
}

div#lineup-option-recommend-top div.list-sku {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
  font-size: 0.85em;
  text-align: center;
  padding: 8px 0;
  min-height: 15px;
}

div#lineup-option-recommend-top .option-link-btn-outer {
  text-align: center;
  margin: 30px 0 0;
}

div#lineup-option-recommend-top .option-link-btn-outer .option-link-btn {
  padding: 0;
}

div#lineup-option-recommend-top .option-link-btn-outer .option-link-btn a {
  font-size: 0.97em;
  font-weight: bold;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid;
  padding: 0.4em 1.1em 0.4em 0.6em;
  border-radius: 4px;
  line-height: 1.4;
}

div#lineup-option-recommend-top .option-link-btn-outer .option-link-btn a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1c64b3;
  border-right: 2px solid #1c64b3;
  border-color: inherit;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 4px;
  margin-left: 0.5em;
}

/*---------------- ここまでrelationalに含める -----------------*/
/* お客様のご意見 */
div#qa-list h4 {
  background-color: #004da2;
  color: #ffffff;
  font-weight: bold;
  padding: 11px 15px 8px;
}

/* レビュー */
dl#review_link.disp_type_b {
  margin-top: 10px;
}

#review-inner {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  position: relative;
}

div#review-area h4 {
  margin-top: 40px;
}

dl#review_link.disp_type_b a {
  display: block;
  padding: 15px 40px;
  background: url(/static/images/common/yaji_kaku_bl_12.png) no-repeat 99% 90%;
  border: 1px solid #CCCCCC;
  font-size: 1.05em;
  font-weight: bold;
  font-weight: 500;
}

dl#review_link.disp_type_b a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
}

dl#review_link.disp_type_b a img {
  float: left;
  padding-right: 33px;
}

span.review_btn_title, span.review_btn_note {
  float: left;
  display: block;
  color: #333333;
}

span.review_btn_title {
  font-size: 1.15em;
  width: 50%;
  padding-top: 8px;
}

span.review_btn_note {
  font-size: 0.8em;
  padding-top: 8px;
}

/* レビューあり */
div#syousai div#review-area dl#review_link.disp_type_b {
  margin-top: 7px;
}

div#syousai div#review-area #review-inner {
  position: relative;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

div#syousai div#review-area #review-inner hr {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0px solid #CCCCCC;
  border-right: 0px solid #CCCCCC;
  border-top: 0px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 0;
}

div#syousai div#review-area #review-inner dl#review_link.disp_type_b a {
  display: block;
  padding: 15px 40px;
  margin: 20px 10px 10px;
  background: url(/static/images/common/yaji_kaku_bl_12.png) no-repeat 99% 90%;
  border: 1px solid #CCCCCC;
}

div#syousai div#review-area #review-inner dl#review_link.disp_type_b a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div#syousai div#review-area #review-inner a img {
  float: left;
  padding-right: 33px;
}

div#syousai div#review-area span.review_btn_title, div#syousai div#review-area span.review_btn_note {
  float: left;
  display: block;
  color: #333333;
}

div#syousai div#review-area span.review_btn_title {
  font-size: 1.15em;
  width: 50%;
  padding-top: 6px;
}

div#syousai div#review-area span.review_btn_note {
  font-size: 0.8em;
  padding-top: 10px;
}

/* この製品の情報を検索サイトでみる */
body div#search-eng h4 {
  font-weight: normal;
  font-size: 1.3em;
  padding: 0 0 5px;
  border-bottom: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  color: #333333;
}

div#search-eng ul li {
  /*	border: 1px solid #CCCCCC;*/
  margin-right: 10px;
}

body div#search-eng ul li a {
  font-size: 1.05em;
  display: block;
  /*	padding: 5px 14px 4px;*/
  padding: 0;
  width: 66px;
  text-align: center;
}

body div#search-eng ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

body div#search-eng ul li a:hover img {
  opacity: 0.3;
}

body div#search-eng ul li a.blue {
  /*	width: 140px;*/
  width: auto;
  /*	background-color: #F6FCFF;*/
}

body div#search-eng ul li a img {
  vertical-align: -1px;
  margin-left: 7px;
}

/* ここまで Type B */
/* 検索対象が無かった場合
--------------------------------------*/
#no-items {
  width: 736px;
}

.notfound {
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  padding: 32px 0px 32px 0px;
}

/* 印刷ページ入り口
--------------------------------------*/
/* プリント表示 */
#print-btn {
  float: right;
  margin: 0;
  padding: 8px 11px 0 0;
}

#print-btn a {
  font-size: 0.8em;
  line-height: 1.2;
  padding: 2px 7px 2px 29px;
  background: url(/static/images/product/ico_printer.png) no-repeat top 2px left 5px;
  border-bottom: 2px solid #AAAAAA;
  color: #666;
  font-weight: bold;
}

#print-btn a:hover {
  text-decoration: none;
  border-color: #FF0000;
  color: #FF0000;
}

/* 電子カタログリンク表示 */
#catalog-link {
  float: right;
  margin: 0 8px 0 0;
  padding: 8px 11px 0 0;
}

#catalog-link a {
  font-size: 0.8em;
  line-height: 1.2;
  padding: 2px 7px 2px 29px;
  background: url(/static/images/product/ico_catalog.png) no-repeat top 1px left 5px;
  border-bottom: 2px solid #AAAAAA;
  color: #666;
  font-weight: bold;
}

#catalog-link a:hover {
  text-decoration: none;
  border-color: #FF0000;
  color: #FF0000;
}

/* 通常画面表示 */
#display-btn {
  float: right;
  padding: 2px 5px 4px 24px;
  border-bottom: 2px solid #AAAAAA;
}

#display-btn a {
  font-size: 0.7em;
  line-height: 1.2;
}

/* キャプション
--------------------------------------*/
body h1 {
  clear: both;
  margin: 0 0 15px;
  padding: 2px 0 3px 5px;
  border-bottom: 1px solid #666666;
  font-size: 1.5em;
  line-height: 1.4;
  zoom: 1;
  /*IE6～7*/
}

/* 詳細エリア
--------------------------------------*/
#detail-area {
  /*	margin: 0 0 130px; */
  padding: 50px 0 0;
}

/* 詳細 左側
--------------------------------------*/
#detail-left {
  float: left;
  width: 567px;
  position: relative;
  top: -20px;
}

/* メイン画像
--------------------------------------*/
#main-photo-area {
  min-height: 520px;
  height: auto !important;
  text-align: center;
}

#main-photo-area #main-photo-area-inner {
  position: relative;
  height: auto !important;
  min-height: 520px;
  /* Preloader */
}

#main-photo-area #main-photo-area-inner .swiper-wrapper {
  max-height: 500px;
}

#main-photo-area #main-photo-area-inner .slide-img-outer {
  position: relative;
  min-height: 500px;
  height: 500px;
  width: 100%;
}

#main-photo-area #main-photo-area-inner .slide-img-outer a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
}

#main-photo-area #main-photo-area-inner .slide-img-outer a:hover img {
  opacity: 1 !important;
}

#main-photo-area #main-photo-area-inner .slide-img-outer div.autoplay-movie video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#main-photo-area #main-photo-area-inner .slide-movie-outer {
  width: 500px;
  max-width: 100%;
  padding-top: 0;
  height: 500px;
  position: relative;
  min-height: 500px;
  margin: 0 auto;
}

#main-photo-area #main-photo-area-inner .slide-movie-outer video {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#main-photo-area #main-photo-area-inner .swiper-lazy-preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
  border: 0;
}

#main-photo-area #main-photo-area-inner .swiper-lazy-preloader::after {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 11;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

#main-photo-area #main-photo-area-inner .swiper-button-prev,
#main-photo-area #main-photo-area-inner .swiper-button-next {
  width: 24px;
  height: 39px;
  color: transparent;
  display: none;
}

#main-photo-area #main-photo-area-inner .swiper-button-prev {
  left: 0;
  background: url(/static/images/product/syohin_photo/arrow_l_gr.png);
}

#main-photo-area #main-photo-area-inner .swiper-button-next {
  right: 0;
  background: url(/static/images/product/syohin_photo/arrow_r_gr.png);
}

#main-photo-area #main-photo-area-inner:hover .swiper-button-prev,
#main-photo-area #main-photo-area-inner:hover .swiper-button-next {
  display: flex;
}

#main-photo-area #main-photo {
  margin: 0 auto;
}

#main-photo-area.img-size-s #main-photo {
  /*	margin-top: 100px; */
}

#main-photo-area #main-photo-area-inner a.movie {
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  background-color: #000;
}

#main-photo-area #main-photo-area-inner a.movie .main-photo-movie {
  margin: 0 auto;
  max-width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#main-photo-area #main-photo-area-inner a.movie .main-photo-movie img {
  opacity: 1 !important;
  position: relative !important;
  max-width: 500px;
}

#main-photo-area #main-photo-area-inner a.movie:hover {
  opacity: 0.6;
}

#main-photo-area #main-photo-area-inner a.movie:after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(/static/images/product/syohin_photo/thum_movie.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
}

#movie-autoplay-area-outer {
  display: none;
}

div#main-photo-area-series-outer {
  position: relative;
  min-height: 500px;
  height: 500px;
  width: 100%;
  display: none;
}

div#main-photo-area-series-outer .img-series-outer {
  max-width: 500px;
  margin: 0 auto;
}

div#main-photo-area-series-outer .img-series-outer img {
  max-width: 100%;
}

#kakudai-btn {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 0.8em;
}

#photo-comment {
  visibility: hidden;
  margin: 10px 0 0;
  font-size: 0.8em;
  line-height: 1.2;
}

/* 詳細 右側
--------------------------------------*/
#detail-right {
  margin: 0 0 0 602px;
  padding: 58px 15px 0 0;
}

#detail-right #detail-right-inner {
  min-height: 421px;
}

/* ダイレクトに戻る
--------------------------------------*/
#direct-back {
  margin: -5px 0 8px;
  text-align: right;
  font-size: 0.8em;
}

/* 名前・品番など
--------------------------------------*/
#item-data {
  margin-left: 4px;
  zoom: 1;
  /* IE6 bug fix */
}

#item-data .inner {
  margin: 0;
  position: relative;
  /*
	margin: -1px 0px -1px 0px;
	padding: 10px 24px 5px 24px;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
*/
}

#item-data h2 {
  font-size: 1.1em;
  line-height: 1.4;
}

#item-data .item-sku-area h3 {
  font-family: 'Arial';
}

#item-data .item-price-area {
  position: relative;
}

#item-data dl {
  width: 100%;
  margin: 8px 0 0;
  /*	border-top: 1px solid #CCCCCC;
	border-collapse: collapse; */
}

#item-data dl.stock_inquiry {
  margin: 8px 0 0 0;
}

#item-data dl.stock_inquiry a {
  padding: 6px 20px 5px 10px;
  font-weight: bold;
  color: #163E99;
  background: #B4DEF4 url("/static/images/common/yaji_bl_6.png") no-repeat 97% center;
  border-radius: 4px;
  display: inline-block;
}

#item-data dl.stock_inquiry a:hover {
  opacity: 0.6;
}

/*
#item-data dl::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
*/
#item-data dl dt,
#item-data dl dd {
  padding: 2px 0;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
  height: 18px;
}

#item-data dl dt {
  width: auto;
  background: url(/static/images/product/delimiter.gif) no-repeat center right;
  /*	font-weight: normal; */
  white-space: nowrap;
  padding-right: 10px;
  float: left;
}

#item-data dl dt.revised_area {
  background: none;
}

#item-data dl dd {
  padding-left: 10px;
  /*	background-color: #FFFFFF; */
  position: relative;
  top: 0;
  left: 10px;
}

#item-data dl dd #price-percent-number {
  font-weight: bold;
  color: #F00;
}

div#detail-right #item-data dl dt.special_icon {
  display: none;
}

div#detail-right #item-data dl dt.special_icon + dd {
  margin: 10px 0 0;
  padding: 0;
  top: 0;
  left: 0;
  font-size: 1em;
  background: none;
}

div#detail-right #item-data dl dt.special_icon + dd a {
  padding: 3px 20px 2px 7px;
  background-image: url(/static/images/product/arrow_wt_rt_12px.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-color: #c40000;
  background-size: 8px 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
}

div#detail-right #item-data dl dt.special_icon + dd a:hover {
  opacity: 0.6;
}

div#detail-right #item-data dl dt.special_icon + dd + dt.special_icon + dd {
  margin-top: 12px;
}

#item-data .item-price-area dl#offer-price-area dd.price-notice {
  font-size: 0.87em;
  color: #f00;
  left: 50px;
  max-width: 275px;
  margin-top: 3px;
}

#item-data h3 {
  font-size: 2.2em;
  line-height: 1.4;
  font-weight: bold;
  word-wrap: break-word;
  /*	width: 285px; */
  width: 100%;
}

#item-data h3 img {
  margin-left: 5px;
  width: 46px;
  vertical-align: baseline;
}

#item-data .souryo_comment {
  margin: 5px 0 0 0;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3;
  color: #FF0000;
}

#item-data .nyuka_schedule {
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  font-weight: bold;
  color: #FF0000;
  border-top: 1px solid #CCC;
}

#item-data .nyuka_notice {
  margin: 8px 0 10px 0;
  font-size: 0.8em;
}

/* 在庫ありマーク */
#zaiko {
  color: #DD0000;
  font-size: 0.5em;
  vertical-align: 3px;
}

/* 近日発売マーク */
#kinjitsu {
  color: #FF0000;
  font-size: 0.5em;
  vertical-align: 3px;
}

/* 発売予定 */
#ind-text {
  display: block;
  color: #FF0000;
  font-size: 0.43em;
  vertical-align: 3px;
  font-weight: normal;
}

/* 販売施策上の限定製品 */
#shop-gentei {
  color: #f00;
  font-size: 0.5em;
  vertical-align: 3px;
}

/* 非公開マーク */
#hikoukai {
  color: #0000DD;
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: 1px;
}

/* 新価格表示 */
#price-new {
  position: relative;
  top: -3px;
}

.mac .chrome #price-new {
  top: -1px;
}

.mac .safari #price-new {
  top: -2px;
}

#item-data .roundedcorner-top {
  display: none;
}

#item-data .roundedcorner-bottom {
  display: none;
}

/* 特設バナー */
div#item-special div#tokusetsu-area ul li {
  display: block;
}

/* 似ている製品
--------------------------------------*/
#koukei-link {
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
}

#koukei-link a {
  margin: 0;
  text-align: center;
  display: block;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #fff;
  color: #174eaf;
  border: 1px solid;
  font-size: 0.92em;
  position: relative;
  padding: 0 7px 0 3px;
  /*	box-sizing: border-box; */
  font-weight: normal;
  font-weight: 500;
  width: 130px;
}

#koukei-link a::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 6.5%;
  background: url(/static/images/product/arrow_bl_rt_12px.png) right center no-repeat;
  background-size: 100% auto;
}

#koukei-link a.orange {
  border: 0;
  border: 1px solid #F55A17;
  background-color: #F55A17;
  color: #FFF;
}

#koukei-link a.orange::after {
  background-image: url(/static/images/product/arrow_wt_rt_12px.png);
}

#koukei-link a span {
  /*	vertical-align: middle;
	position: relative;*/
}

#koukei-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* 取説・ダウンロードなど
--------------------------------------*/
#item-support {
  margin: 12px 0 0;
  padding: 12px 0 0;
  /*	background-color: #EEF3F7; */
  border-top: 1px solid #DDDDDD;
  zoom: 1;
  /* for IE6 */
  /*	min-height: 264px; */
}

#item-support ul {
  margin: -4px 0 -1px;
  /*	padding: 0 0 0 6px; */
  padding: 0;
  /*	background-color: #EEF3F7;*/
  overflow: hidden;
  zoom: 1;
  /* for IE6 */
}

#item-support li {
  float: left;
  margin: 0 26px 3px 3px;
}

#item-support li:nth-of-type(4n) {
  margin-right: 0;
}

body.mac #item-support li {
  margin-right: 23px;
}

body.mac #item-support li:nth-of-type(4n) {
  margin-right: 0;
}

#item-support li a {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-align: left;
}

#item-support li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#item-support li a img.support-icn {
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
}

#item-support li a img.support-icn-ov {
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
  display: none !important;
}

#item-support li a:hover img.support-icn {
  display: none !important;
}

#item-support li a:hover img.support-icn-ov {
  display: inline !important;
  opacity: 1 !important;
}

#item-support li a > span {
  vertical-align: middle;
  font-size: 0.87em;
  font-weight: bold;
  font-weight: 500;
}

#item-support li.driver a > span {
  letter-spacing: -0.04em;
}

#item-support .roundedcorner-top {
  display: none;
}

#item-support .roundedcorner-bottom {
  display: none;
}

/* 関連製品
--------------------------------------*/
#item-series {
  margin: 14px 0 0;
  zoom: 1;
  /* IE6 bug fix */
}

#item-series .title {
  margin: 0;
  padding: 0;
  /*	border-left: 4px solid #5B95C5; */
  color: #333333;
  font-size: 1em;
  line-height: 1.2;
  font-weight: bold;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  text-align: left;
}

#item-series .title.clfx:after {
  font-size: 0;
}

#item-series table {
  width: 100%;
  margin: 4px 0 0;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

#item-series table th,
#item-series table td {
  padding: 4px 7px 3px 10px;
  border: 1px solid #CCCCCC;
  font-size: 0.87em;
  line-height: 1.4;
  font-weight: normal;
  font-weight: 500;
}

#item-series table th {
  background-color: #F4F4F4;
  text-align: center;
  letter-spacing: 0.2em;
  /*	white-space: nowrap;*/
}

#item-series table th:last-child {
  width: 73px;
  letter-spacing: 0;
}

#item-series table td.photo {
  width: 60px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

#item-series table td.photo img {
  max-width: 54px;
  margin: 0 auto;
}

#item-series table td.hinban {
  white-space: nowrap;
}

#item-series table td.price {
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

#item-series table td.price span.relational-offer {
  font-weight: bold;
  color: #F00;
}

#item-series #sub-none-table {
  display: none;
}

#item-series #sub-none-table table {
  /*	margin-top: -276px; */
  margin-top: 0;
  border-top: 0;
}

#item-series #sub-none-table table tr:nth-of-type(1) td {
  border-top: 0;
}

#item-series p.sub-text {
  font-size: 0.8em;
  text-align: center;
}

#item-series p.sub-text a {
  display: block;
  text-align: center;
  height: 20px;
  padding-top: 5px;
  /*		padding-right: 6px;*/
  padding-right: 0;
  border: 1px solid #CCC;
  border-top: 0;
  width: calc(100% - 2px);
  background-color: #E9F3FA;
}

body.mac #item-series p.sub-text a {
  display: block;
  text-align: center;
  height: 18px;
  padding-top: 4px;
  /*		padding-right: 6px;*/
  padding-right: 0;
  border: 1px solid #CCC;
  border-top: 0;
}

#item-series p.sub-text a:hover {
  text-decoration: none;
  color: #1c64b3;
  opacity: 0.6;
}

#item-series p.sub-text a #sub-text::before,
#item-series p.sub-text a #sub-text::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #1C64B3;
  border-right: 2px solid #1C64B3;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#item-series p.sub-text a #sub-text.close::before,
#item-series p.sub-text a #sub-text.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#item-series p.sub-text a #sub-text::before {
  margin-right: 8px;
}

#item-series p.sub-text a #sub-text::after {
  margin-left: 8px;
}

/* 仕様違い 比較リンク */
#item-series a.series-link-comp {
  display: inline-block;
  float: right;
  font-size: 0.8em;
  padding-right: 10px;
  position: relative;
  margin: .25em 3px 0 0;
}

#item-series a.series-link-comp::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  background: url(/static/images/product/yaji_bl_10.png) right center no-repeat;
  background-size: 100% auto;
  line-height: 1.2;
}

#item-series a.series-link-comp:hover {
  color: #1C64B3;
  text-decoration: none;
  opacity: 0.6;
}

#default-photo {
  margin: 5px 0 0;
  visibility: hidden;
  font-size: 0.8em;
}

#relational-items p {
  font-weight: bold;
  font-size: 0.9em;
  margin: 10px 0px;
}

#relational-items .prev {
  float: left;
  position: relative;
  top: 50px;
}

#relational-items .next {
  float: right;
  position: relative;
  top: 50px;
}

#relational-items .prev img,
#relational-items .next img {
  width: 25px;
  height: 25px;
}

#relational-items .items {
  margin: 0px 2px;
  width: 680px;
  float: left;
  text-align: center;
}

#relational-items .item {
  float: left;
  width: 110px;
  margin: 0px 1px;
}

#relational-items .item img {
  border: 1px solid #ffffff;
  width: 100px;
  height: 100px;
}

#relational-items .item span.item-sku {
  font-size: 0.9em;
}

#relational-items .item span.item-sku a {
  word-wrap: break-word;
}

#relational-items .item span.item-cap {
  font-size: 0.8em;
}

#relational-items table {
  border: 1px solid #999999;
  border-collapse: collapse;
  width: 738px;
}

#relational-items table td {
  border: 1px solid #999999;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.9em;
}

#relational-items table td div.item-cap {
  background-color: #eeeeee;
  margin: 0px;
  height: 20px;
}

#relational-items table td div.item-cap span {
  position: relative;
  top: 2px;
}

#relational-items table td div.item-sku {
  background-color: #ffffff;
  margin: 8px auto;
}

/* バリエーション
 * ----------------------------------- */
#variation-area {
  margin: 8px 0 0;
  text-align: right;
}

#variation-area a {
  margin: 0 0 0 auto;
  text-align: center;
  display: block;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #174eaf;
  border: 1px solid;
  background-color: #fff;
  font-size: 0.93em;
  position: relative;
  padding: 0 10px 0 0;
  /*	box-sizing: border-box; */
  width: calc(14em + 10px);
  font-weight: normal;
  font-weight: 500;
}

#variation-area a::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  background: url(/static/images/product/yaji_bl_10.png) right center no-repeat;
  background-size: 100% auto;
}

#variation-area a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*
#variation-area span {
	font-size: 0.9em;
	margin: 5px;
	position: relative;
	top: -2px;
}
body.mac #variation-area span {
	font-size: 0.8em;
	margin: 5px;
	position: relative;
	top: -2px;
}
*/
/* ツイッターキャンペーン
 * ----------------------------------- */
#twitter-area {
  margin: 10px 0 15px 0;
  padding: 10px 20px 10px 15px;
  background-color: #FFF3A7;
  height: 76px;
}

#twitter-area .twitter-detail {
  float: left;
}

#twitter-area .twitter-btn {
  margin: 20px 0 0 0;
  float: right;
}

/* 特設コーナー
--------------------------------------*/
#item-special {
  margin: 5px 0px 15px 0px;
}

#item-special ul {
  letter-spacing: -.40em;
  /* 間を詰めて隙間を削除する */
  text-align: right;
}

#item-special ul li {
  display: -moz-inline-box;
  /*for Firefox 2*/
  display: inline-block;
  /*for modern*/
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  margin: 0px 0px 5px 5px;
  vertical-align: top;
}

#item-special li a:link img,
#item-special li a:visited img {
  /*
	border: 1px solid #0000FE;
	*/
  vertical-align: bottom;
}

#item-special li a:hover img,
#item-special li a:active img {
  /*
	border: 1px solid #FF0000;
	*/
  vertical-align: bottom;
}

#item-special li img.enter {
  border: none;
  vertical-align: bottom;
}

/* 写真・動画エリア
--------------------------------------*/
#photo-movie-area {
  margin: 5px 0 0;
}

/* 写真エリア */
#photo-area {
  margin: 0;
  padding: 12px 7px 2px 0;
  /*	background-color: #e3edf5; */
}

#photo-area .swiper-container {
  left: -2px;
}

#photo-area .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
  position: relative;
  top: 2px;
  left: 2px;
}

#photo-area .photo-inner div {
  float: left;
  /*	margin-right: 6px;*/
  margin-right: 0;
  margin-bottom: 6px;
  width: 56px !important;
}

#photo-area .photo-inner div:nth-child(10n) {
  margin-right: 0;
}

#photo-area .photo-inner div a {
  display: block;
  padding-right: 6px;
  position: relative;
}

#photo-area .photo-inner div a img.thum-movie-auto {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}

#photo-area .photo-inner div a:link img,
#photo-area .photo-inner div a:visited img {
  border: 1px solid #d1d1d1;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}

#photo-area .photo-inner div a:link img.movie,
#photo-area .photo-inner div a:visited img.movie {
  padding: 0;
  background-color: #fff;
}

#photo-area .photo-inner div a:hover img,
#photo-area .photo-inner div a:active img,
#photo-area .photo-inner div.swiper-slide-thumb-active a img {
  border: 3px solid #01AEF0;
  vertical-align: bottom;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  margin: -2px -2px -4px -2px;
}

#photo-area .photo-inner div.thumbnail_single a:hover img,
#photo-area .photo-inner div.thumbnail_single a:active img,
#photo-area .photo-inner div.swiper-slide-thumb-active a img,
#photo-area .photo-inner div:nth-of-type(10n) a:hover img,
#photo-area .photo-inner div:nth-of-type(10n) a:active img {
  margin: -2px;
}

/* 動画エリア */
#movie-area {
  margin: 60px 0 0;
  /*	padding: 20px;*/
  text-align: center;
  /*	background-color: #d1d1d1; */
}

#movie-area .inner {
  margin-left: 0 !important;
}

#movie-area .movie-note {
  text-align: left;
  width: 770px;
  margin: 10px auto 0;
  line-height: 1.4;
}

#movie-area .movie-title {
  margin: 0 0 15px 0;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

#movie-area .movie-title img {
  margin: 0 7px 0;
  vertical-align: middle;
}

/* 動画複数の場合 */
#movie-area .movie-item {
  float: left;
}

#movie-area .movie-item.two {
  /*	margin: 0 0 10px 65px;*/
  margin: 0 0 10px 45px;
}

#movie-area .movie-item.three {
  margin: 0 18px 10px 10px;
}

#movie-area .movie-item.three:nth-child(3n) {
  margin-right: 0;
}

#movie-area .movie-item .movie-link {
  margin: 10px 0 0 0;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.2;
}

#movie-area .movie-item.two .movie-link {
  max-width: 400px;
}

#movie-area .movie-item.three .movie-link {
  max-width: 300px;
}

#movie-area .movie-item .movie-link img {
  vertical-align: 0px;
  margin: 0 4px 0 0;
}

/* 動画と代替画像の切替用 */
#movie-flash,
#movie-alternative {
  display: none;
}

/* 絵文字エリア
--------------------------------------*/
#emoji-area {
  clear: both;
  margin: 10px 0 0;
  padding: 2px 0 3px 0;
}

#emoji-area ul {
  list-style: none;
  position: relative;
}

#emoji-area li {
  float: left;
  margin: 3px 0;
  padding: 0 5px 0 0;
}

#emoji-area li.emoji-br {
  width: 0;
  height: 0;
  margin: 0 0 3px;
  padding: 0;
  float: none;
  display: block;
  clear: both;
}

#emoji-area ul li a.emoji {
  display: block;
  padding: 0 7px;
  color: #FFF;
  font-size: 0.9em;
  height: 24px;
  line-height: 24px;
  background-color: #9A9A9A;
}

#emoji-area ul li a.emoji > span {
  display: block;
  white-space: nowrap;
}

#emoji-area ul li a.emoji:hover {
  opacity: 0.7;
  text-decoration: none;
}

#emoji-area ul li span.emoji {
  display: block;
  padding: 0 7px;
  color: #707070;
  font-size: 0.9em;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  white-space: nowrap;
}

#emoji-area ul li span.emoji.e-cate-rohs {
  color: #60c060;
  background-color: #fff;
  border: 1px solid;
}

#emoji-area ul li span.emoji.e-cate-oomono {
  color: #ee7777;
  background-color: #fff;
  border: 1px solid;
}

#emoji-area ul li span.emoji.mouse-on {
  color: #fff;
  background-color: #174eaf;
  border: 1px solid #174eaf;
}

#emoji-area ul li div.emoji-popup {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: inherit;
  bottom: inherit;
}

#emoji-area ul li div.emoji-popup span {
  width: auto;
  position: absolute;
  left: -5px;
  bottom: 27px;
  max-width: 300px;
  padding: 0.8em 1em;
  text-align: left;
  color: #333;
  font-size: 0.9em;
  line-height: 1.5;
  background-color: #FFF;
  border: 1px solid #174EAF;
  border-radius: 5px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  display: none;
}

#emoji-area ul li div.emoji-popup span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(8% + 8px);
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #174EAF;
}

#emoji-area ul li div.emoji-popup span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(8% + 8px);
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #FFF;
}

#emoji-area ul li span.emoji:hover {
  cursor: default;
  color: #fff;
  background-color: #174eaf;
  border: 1px solid #174eaf;
}

#emoji-area ul li span.emoji:hover + div.emoji-popup span {
  /*	display: inline-block; */
}

/*
#emoji-area li img {
	vertical-align: bottom;
}
*/
/* 大物送料 */
div.size-l {
  margin: 1.2em 0 0;
  padding: 0.5em 0;
  text-align: left;
}

div.size-l p {
  margin: 0;
  padding: 0.5em;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.6em;
  color: #FF0000;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
  font-weight: normal;
  font-weight: 500;
  box-sizing: border-box;
}

/* 製品ラインナップ
--------------------------------------*/
#lineup-area {
  margin: 30px 0px 0px 0px;
}

#lineup-area iframe {
  margin: 0px 0px 0px 0px;
}

#lineup-area h4 {
  margin: 0px 0px 10px 0px;
  background: url(/static/images/product/title_bar_middle.png) repeat-x top left;
}

#lineup-area h4 span {
  display: block;
  background: url(/static/images/product/title_bar_right.png) no-repeat top right;
}

/* LANケーブル検索誘導バナー
 * -----------------------------------*/
#lancable-search {
  text-align: center;
  margin: 40px auto;
}

/* キーボード拡大画像バナー
--------------------------------------*/
.zoom-btn-area {
  width: 100%;
}

.zoom-btn-area p {
  margin: 5% 0 0 0;
  padding: 0;
  text-align: center;
}

/* インクルードHTML
--------------------------------------*/
#fix-nav-cont {
  margin: 86px 0 50px;
  padding-top: 1px;
}

#syousai-btn {
  margin: -36px 0 0;
  text-align: center;
  height: 32px;
  z-index: 149;
  display: block;
  padding: 15px 0 10px;
  /*	position: absolute; */
  background-color: #fff;
}

#syousai-btn.fixed {
  position: fixed;
  top: 0;
  margin: 0;
  width: 1200px;
}

#syousai-btn ul {
  margin: 0;
  padding: 0;
}

#syousai-btn ul li {
  display: inline-block;
  margin: 0 1px;
  width: calc(14% - 4px);
  max-width: 180px;
}

#syousai-btn ul li a {
  display: block;
  padding: 7px 0;
  text-align: center;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  font-weight: 500;
  background-color: #0D3d91;
  color: #fff;
  border-radius: 50px;
}

#syousai-btn ul li a:hover {
  opacity: 0.7;
}

#syousai-btn ul li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-color: inherit;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 2px;
  margin-left: 10px;
}

#syousai-btn ul li.direct-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 0;
  border-right: 0;
  border-color: inherit;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/static/images/common/header/external_white.svg) no-repeat;
  vertical-align: 1px;
  margin-left: 10px;
}

#syousai-btn ul li a span {
  display: inline-block;
  vertical-align: middle;
}

#syousai-btn ul li.direct-link a span {
  letter-spacing: -0.04em;
}

div[id^="product-html-"] {
  display: block;
  margin: 40px auto 0;
  padding: 0;
  width: 736px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

div#product-html-wide,
div#product-html-wide1 {
  display: block;
  margin: 40px 0 0;
  padding: 0;
  width: 980px;
}

.product-html {
  display: block;
  margin: 40px 0 0;
  padding: 0;
}

#wrap-container > div#product-html-wide {
  margin: 40px auto 0;
}

.product-html p {
  margin: 0;
  padding: 0;
}

.product-html dl {
  margin: 16px 0 0;
  padding: 0;
}

.product-html dt {
  margin: 0 0 10px;
  font-size: 0.9em;
  font-weight: bold;
}

.product-html dd {
  margin: 6px 0 0;
  font-size: 0.8em;
}

.product-html img {
  margin: 0;
}

.product-html table {
  margin: 0 auto;
}

/* 特集ページリンクバナー
--------------------------------------*/
.tokusyu-banner {
  margin: 0 0 40px 0;
  text-align: center;
}

/* バーコードリーダーよくある質問バナー
--------------------------------------*/
.barcode-qa-banner {
  margin: 60px 0 40px;
  text-align: center;
}

/* 導入チラシ・単品チラシダウンロード
--------------------------------------*/
.download-area {
  text-align: left;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.download-area.download-bottom {
  margin: 40px 0 0 0;
}

.download-area .download-banner {
  margin: 0 10px 0;
}

.download-area .download-banner:nth-child(n+3) {
  margin: 26px auto 0 12px;
}

.download-area #case-by.modal-content div.table {
  margin: 0px auto 0px;
}

.download-area #case-by.modal-content.modal-content div.td {
  padding: 17px 0 17px 20px;
  text-align: left;
}

.download-area #case-by.modal-content.modal-content div.td + div.td {
  text-align: center;
}

.download-area #case-by.modal-content.modal-content div.td a img {
  width: 72px;
}

/* 営業担当者コメント
--------------------------------------*/
.sales_pcomment_area {
  margin: 20px 0 0 0;
  padding: 15px 20px;
  border: 2px solid #046AC6;
  border-radius: 8px;
}

.sales_pcomment_area .sales_pcomment_title {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  color: #046AC6;
}

.sales_pcomment_area .sales_pcomment_title img {
  margin-right: 6px;
  width: 23px;
  vertical-align: -5px;
}

.sales_pcomment_area .sales_pcomment_area_inner {
  margin: 12px 0 0;
}

.sales_pcomment_area .sales_pcomment_area_inner p.comment_body {
  line-height: 1.4;
}

/* 検索システムへのバナー
--------------------------------------*/
.sys-search-banner {
  margin: 40px 0;
  padding: 25px 0;
  text-align: center;
  background-color: #EBF3FA;
}

.sys-search-banner a img {
  margin: 0 auto;
}

.sys-search-banner .link-banner.two {
  margin: 0 40px;
}

.sys-search-banner .link-banner.two a {
  float: left;
}

.sys-search-banner .link-banner.two a:nth-child(2n) {
  margin: 0 0 0 10px;
}

.sys-search-banner .link-banner.two a:nth-child(n+3) {
  margin-top: 10px;
}

.sys-search-banner .link-banner.two a img {
  width: 445px;
}

/* 動画・インクルードボタンエリア
--------------------------------------*/
.double_area,
.movie_btn_area,
.include_btn_area {
  padding: 20px 0;
  background-color: #F6F6F6;
}

.double_area .movie_detail {
  margin: 0 0 0 50px;
  float: left;
}

.movie_btn_area .movie_detail a,
.double_area .movie_detail a {
  padding: 13px;
  border: 2px solid #032ca1;
  background-color: #FFFFFF;
  color: #032ca1;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  background-image: url(/static/images/product/icn_movie.png), url(/static/images/product/yaji_1218_bl.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 5% center,95% center;
  width: 240px;
  text-align: center;
}

.double_area .include_detail {
  margin: 0 50px 0 0;
  float: right;
}

.include_btn_area .include_detail a,
.double_area .include_detail a {
  padding: 13px;
  border: 2px solid #1c8afb;
  background-color: #1c8afb;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  background-image: url(/static/images/product/icn_check.png), url(/static/images/product/yaji_1218_w.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 5% center,95% center;
  width: 320px;
  text-align: center;
}

.movie_btn_area .movie_detail {
  float: none;
  text-align: center;
}

.movie_btn_area .movie_detail a {
  margin: 0 auto;
}

.include_btn_area .include_detail {
  float: none;
  text-align: center;
}

.include_btn_area .include_detail a {
  margin: 0 auto;
}

/* 問い合わせフロー
--------------------------------------*/
.flow_banner {
  margin: 5% auto 0;
  padding: 3% 0 2%;
  background-color: #FEE100;
  width: 736px;
}

.flow_banner img {
  width: 100%;
}

.flow_banner .flow_top_area {
  position: relative;
}

.flow_banner .flow_top_area .fig1 {
  margin: 0 0 0 4%;
  padding: 0;
  width: 13.315%;
}

.flow_banner .flow_top_area .fig2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 20%;
  width: 68.478%;
}

.flow_banner .flow_top_area .text1 {
  margin: 0;
  position: absolute;
  top: 61%;
  left: 20.5%;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
  width: 66%;
}

.flow_banner .flow_bottom_area {
  margin: 2% auto 0;
  position: relative;
}

.flow_banner .flow_bottom_area .link_banner1 {
  margin: 0 0 0 2.5%;
  padding: 0;
  width: 46.739%;
}

.flow_banner .flow_bottom_area .link_banner2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  right: 2.5%;
  width: 46.739%;
}

/* 仕様エリア
--------------------------------------*/
#spec-area {
  padding: 56px 0 40px;
}

/* テーブル形式 */
#spec-area table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
}

#spec-area table th,
#spec-area table td {
  padding: 8px 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 0.9em;
  line-height: 1.6;
  vertical-align: top;
  font-weight: normal;
  font-weight: 500;
}

#spec-area table th {
  width: 135px;
  background-color: #F7F7F7;
  /*	font-weight: normal; */
  text-align: left;
}

#spec-area table th:not([colspan]) {
  border-right: 0;
}

/* リスト形式 */
#spec-area li {
  margin: 0 0 0.8em 1em;
  padding: 0 0 0 12px;
  font-size: 0.9em;
  line-height: 1.6;
  background: url(/static/images/product/list_mark_square.gif) no-repeat left 5px;
  font-weight: normal;
  font-weight: 500;
}

/* 特長エリア
--------------------------------------*/
#feature-area {
  padding: 56px 0 40px;
}

#feature-area li {
  /*	margin: 0 0 1em 1em;
	padding: 0 0 0 15px; */
  margin: 0 0 0.5em;
  padding: 0 0 0 17px;
  font-size: 0.9em;
  line-height: 1.6;
  position: relative;
  font-weight: normal;
  font-weight: 500;
}

#feature-area li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #AAAAAA;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}

#feature-area li.liststyle-n {
  padding-left: 0;
}

#feature-area li.liststyle-n::before {
  width: 0;
  height: 0;
  display: none;
}

/* 対応機種エリア
--------------------------------------*/
#compatible-area {
  padding: 56px 0 40px;
}

#compatible-area li {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: bold;
}

/* テーブル形式 */
#compatible-area table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
}

#compatible-area table th,
#compatible-area table td {
  word-break: break-all;
  padding: 15px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: normal;
  font-weight: 500;
}

#compatible-area table th {
  width: 135px;
  background-color: #F7F7F7;
  /*	font-weight: normal; */
  text-align: left;
  /*	white-space: nowrap;*/
  vertical-align: top;
}

#compatible-area table th:not([colspan]) {
  border-right: 0;
}

/* リスト形式 */
#compatible-area li {
  margin: 0 0 0.8em 1em;
  padding: 0 0 0 12px;
  font-size: 0.8em;
  line-height: 1.6;
  background: url(/static/images/product/list_mark_square.gif) no-repeat left 5px;
}

/* 表記調整 */
#spec-area table th.table-crosshead,
#compatible-area table th.table-crosshead {
  background-color: #fff;
  border-right: 0;
  position: relative;
  padding: 20px 8px 5px 3px;
  font-size: 1em;
  background-clip: padding-box;
}

#spec-area table th.table-crosshead::before,
#compatible-area table th.table-crosshead::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -1px;
}

#spec-area table th.table-crosshead.th-first,
#compatible-area table th.table-crosshead.th-first {
  padding-top: 10px;
}

#spec-area table th.table-crosshead.th-first::after,
#compatible-area table th.table-crosshead.th-first::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}

#spec-area table th.table-remarks,
#compatible-area table th.table-remarks {
  background-color: #fff;
  border: 0;
  position: relative;
  padding: 10px 10px 8px 3px;
}

#spec-area table th.table-remarks::before,
#compatible-area table th.table-remarks::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -1px;
}

#feature-area li span.fetr-remarks {
  display: block;
  position: relative;
  top: 0;
  left: -17px;
  margin-top: 1.6em;
}

/* エコマーク
--------------------------------------*/
div#ecomark-ico-area {
  margin: 12px 4px 0;
}

div#ecomark-ico-area img {
  width: 55px;
}

#ecology-area {
  margin-top: -40px;
  padding-top: 40px;
}

#ecology-area #ecology-area-inner {
  margin-top: 40px;
}

#ecology-area #ecology-area-inner table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

#ecology-area #ecology-area-inner table th,
#ecology-area #ecology-area-inner table td {
  word-break: break-all;
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: normal;
  font-weight: 500;
}

#ecology-area #ecology-area-inner table th {
  width: 135px;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}

#ecology-area #ecology-area-inner table th:not([colspan]) {
  border-right: 0;
}

#ecology-area #ecology-area-inner table th img {
  max-width: 86%;
}

#ecology-area #ecology-area-inner table td .eco-cate-area {
  color: #00aa71;
  font-size: 1.1em;
  line-height: 1.7;
  font-weight: bold;
  padding-top: 5px;
}

#ecology-area #ecology-area-inner table td .eco-cate-area span.eco-list {
  display: block;
}

#ecology-area #ecology-area-inner table td .eco-ex-area {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ex-title {
  font-weight: bold;
  padding-left: 10px;
  margin: 0 0 5px;
  font-size: 1.1em;
  line-height: 1.4;
  position: relative;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ex-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 1.2em;
  background-color: #00aa71;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ex-text {
  padding-left: 10px;
  font-size: 1.05em;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ecomark-link {
  padding-left: 10px;
  margin: 10px 0;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ecomark-link a {
  background-color: #00aa71;
  color: #fff;
  padding: 0.2em 1.8em 0.2em 0.8em;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1em;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ecomark-link a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(/static/images/product/arrow_wh.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
  top: -webkit-calc(50% - 0.45em);
  top: calc(50% - 0.45em);
  right: 0.6em;
}

#ecology-area #ecology-area-inner table td .eco-ex-area .ecomark-link a:hover {
  opacity: 0.6;
}

table + #ecology-area {
  margin-top: -65px;
}

.syousai-inner-title + #ecology-area #ecology-area-inner {
  margin-top: 0;
}

/* レビュー関連
--------------------------------------*/
div#review-area h4 span {
  display: block;
}

#review-area {
  margin: 0;
}

#review-area h5 {
  margin: 0 0 8px;
}

/* new */
div.review_list {
  width: 716px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 10px;
  border-top: 1px dotted #797979;
}

div.review_img {
  float: left;
  width: 52px;
  padding-left: 5px;
}

div.review_cont {
  float: right;
  width: 635px;
  padding-right: 5px;
}

div.review_cont dl dt {
  font-size: 0.75em;
  padding-top: 7px;
  color: #808080;
}

div.review_cont dl dd {
  font-size: 0.8em;
  padding-top: 10px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

span.left {
  display: block;
  float: left;
  line-height: 1.2;
}

span.left img.rank {
  vertical-align: -1px;
}

span.left span.honorific {
  margin-left: 3px;
}

span.right {
  display: block;
  float: right;
  line-height: 1.2;
}

/*
#review_link {
	padding: 18px 5px;
}
*/
#review_link dt {
  float: left;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#review_link dd {
  float: left;
  font-size: 0.8em;
  padding: 9px 14px;
}

/*     */
.review-list {
  margin: 0 0 8px;
}

.review-list td {
  padding: 4px 4px 8px 4px;
  font-size: 0.8em;
  line-height: 1.2em;
}

.review-list-star {
  background-color: #FFFFCC;
  color: #FF0000;
  font-weight: bold;
}

.review-dotted {
  background-image: url(/static/images/product/item_data_dot.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

#review-area ul {
  margin: 0 0 8px;
}

#review-area li {
  font-size: 0.8em;
}

/* 法人のお客様はこちら
--------------------------------------*/
#houjin {
  margin: 15px 0 0;
}

#houjin h4 {
  margin: 0 0 12px;
  background: url(/static/images/product/title_bar_middle.png) repeat-x top left;
}

#houjin span {
  display: block;
  background: url(/static/images/product/title_bar_right.png) no-repeat top right;
}

#houjin li {
  float: left;
  margin: 0 7px 0 0;
  font-size: 0.8em;
  line-height: 1.4;
}

/* 製品情報を他サイトでチェック
--------------------------------------*/
#search-eng {
  margin: 40px 0 0;
  text-align: center;
  border-top: 1px solid #AAAAAA;
  padding-top: 30px;
  display: none;
}

#search-eng h4 {
  margin: 0 0 10px;
}

#search-eng li {
  /*	float: left; */
  display: inline-block;
  /*	margin: 0 7px 0 0; */
  margin: 0;
  font-size: 0.8em;
  line-height: 1.4;
}

#search-eng li + li {
  margin-left: 7px;
}

/*
#search-eng li a:link img,
#search-eng li a:visited img {
	border: 1px solid #999999;
	vertical-align: bottom;
}

#search-eng li a:hover img,
#search-eng li a:active img {
	border: 1px solid #FF0000;
}
*/
/* カードリーダー詳細の対応メディア */
div.media-box {
  border-left: none;
}

div.media-box h3 {
  display: none;
}

div.media-box div.detail {
  display: none;
}

div.hyo {
  width: 100%;
}

/* OKWave エリア
--------------------------------------*/
#okwave {
  margin: 15px 0 0;
  border-top: 1px solid #999999;
}

#okwave p.banner {
  margin: 8px 0 0;
  font-size: 0.7em;
  line-height: 1.2;
}

#okwave p.banner img {
  margin: 0 0 2px;
}

/* 戻るボタン
--------------------------------------*/
#retune-area {
  clear: both;
  margin: 16px 0 0;
  padding: 0;
  border-top: 1px solid #666666;
  font-size: 0.8em;
  line-height: 1.4em;
}

#retune-area .retune-url {
  display: inline;
  float: left;
}

#retune-area .retune-text {
  display: inline;
  float: right;
}

/* スマートフォン用リンクボタン
--------------------------------------*/
div.smartphone-link {
  display: block;
  margin-top: 20px;
  padding: 0px;
  width: 990px;
  height: 100px;
  background: url(/static/images/product/smartphone_title_back.jpg) no-repeat top left;
  -webkit-background-size: 990px 100px;
  -webkit-background-origin: border;
}

div.smartphone-link .smartphone-link-left {
  float: left;
  margin-left: 20px;
}

div.smartphone-link .smartphone-link-right {
  float: right;
}

/* 商品が見つからない時のCSS
--------------------------------------*/
h1.result {
  clear: both;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 2em;
  line-height: 1.4;
}

.result-comment {
  margin: 4em 0em 4em 1em;
  font-weight: bold;
}

/* ARモーダル用
--------------------------------------*/
div#ar-modal-area {
  display: none;
  width: 65%;
  background-color: #FFFFFF;
  position: fixed;
  top: 10%;
  left: 17.5%;
  z-index: 2010;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8.5% 8.5% 4%;
  font-size: 1rem;
}

div#ar-modal-area div#ar-modal-image {
  position: relative;
}

div#ar-modal-area img.ar-detail-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

div#ar-modal-area span.ar-note {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  margin: 7% 0 0;
}

div#ar-modal-area ul.select-ar {
  margin: 7% 0 0;
  padding: 0 3%;
}

div#ar-modal-area ul.select-ar.uselink {
  margin: 0;
}

div#ar-modal-area ul.select-ar li {
  position: relative;
  background-color: #009CFF;
  border: 2px solid #009CFF;
  text-align: center;
  margin: 0 0 5%;
  border-radius: 2em;
  font-size: 0.9em;
}

div#ar-modal-area ul.select-ar li a {
  display: block;
  padding: 3.3% 0 2.5%;
  color: #FFFFFF;
  font-weight: bold;
}

div#ar-modal-area ul.select-ar li a:hover {
  text-decoration: none;
}

div#ar-modal-area ul.select-ar li.howto {
  background-color: #FFFFFF;
  border: 2px solid #009CFF;
}

div#ar-modal-area ul.select-ar li.howto a {
  color: #009CFF;
}

div#ar-modal-area ul.select-ar li svg {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5px;
  fill-rule: evenodd;
  width: 3%;
  vertical-align: middle;
  position: absolute;
  top: 29%;
  right: 3%;
}

div#ar-modal-area ul.select-ar li.howto svg {
  stroke: #009CFF;
}

div#ar-modal-image p.close-ar {
  position: absolute;
  top: -23%;
  right: -22%;
  width: 14%;
}

div#ar-modal-image p.close-ar img {
  width: 100%;
}

/* モーダル表示
--------------------------------------*/
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2009;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/* よくある質問 */
div#qa-list ul {
  margin-left: 10px;
}

div#qa-list ul li {
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 5px;
}

/* 関連製品表示 */
span.arrow_down {
  /*	display: block;*/
  display: none;
  float: right;
  background: url(/static/images/product/sankaku_01.png) no-repeat 0 4px;
  width: 8px;
  height: 12px;
  padding-right: 4px;
}

span.arrow_up {
  /*	display: block;*/
  display: none;
  float: right;
  background: url(/static/images/product/sankaku_02.png) no-repeat 0 3px;
  width: 8px;
  height: 12px;
  padding-right: 4px;
}

span.number_item {
  display: inline-block;
  /*	float: right;*/
  float: none;
  /*	color: #000000;*/
  vertical-align: middle;
}

body.mac span.number_item {
  display: inline-block;
  /*	float: right;*/
  float: none;
  /*	color: #000000;*/
  vertical-align: middle;
}

span.number_inner {
  font-size: 1.1em;
  /*	font-weight: bold;*/
  font-weight: normal;
  margin: 0 2px;
}

/* ソーシャルボタン */
div#social-btn {
  width: 100%;
  text-align: right;
  margin: 0 0 15px;
}

div#social-btn ul li span {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

div#social-btn ul li span.sns-count {
  color: #333;
  font-size: 1em;
  font-weight: normal;
}

.feedly {
  background-color: #6cc655;
}

.line {
  background-color: #5ae628;
}

.pocket {
  background-color: #ee4256;
}

div#social-btn ul {
  margin-right: 1%;
}

div#social-btn ul li {
  /*	float: left; */
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2%;
}

div#social-btn ul li#pocket {
  margin: 0 1.5%;
  display: none;
}

div#social-btn ul li#line {
  display: none;
}

.social {
  position: relative;
  display: block;
  /*	margin-right: 15px; */
}

.social.hatena {
  position: relative;
  display: block;
  margin-right: 0;
}

.social.googleplus {
  position: relative;
  display: block;
  float: left;
  margin-right: 0px;
}

div#social-btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  text-decoration: none;
}

.sns-count {
  position: absolute;
  right: 10px;
  bottom: 7px;
  display: block;
  padding: 2px 4px 2px;
  background-color: #FFF;
  font-size: 0.85em !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.social-icon {
  width: 25px;
}

/* 対応表一覧 */
div#taiou_link_outer {
  display: table;
  font-size: 0.8em;
  margin-top: 10px;
}

div#taiou_link_outer {
  display: table;
  font-size: 0.8em;
  margin-top: 10px;
  width: 101%;
}

div#taiou-link-area {
  padding: 10px 10px 2px;
}

p.taiou-notice {
  font-size: 0.7em;
  line-height: 1.4;
  margin: 5px 0px;
}

p.taiou-notice a {
  text-decoration: underline;
}

div#taiou-link-area a {
  font-size: 0.95em;
}

div#taiou-link-area p {
  font-size: 0.95em;
  margin-bottom: 5px;
  text-align: right;
}

div.taiou_tr {
  display: table-row;
}

div.taiou_th {
  display: table-cell;
  width: 22.3%;
  background-color: #F7F7F7;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5%;
  vertical-align: top;
}

div.taiou_td {
  display: table-cell;
  width: 76.8%;
  border: 1px solid #CCCCCC;
}

div.taiou_th.btn,
div.taiou_td.btn {
  border-top: none;
}

div.taiou_td dd {
  float: left;
  width: 250px;
  font-size: 1.1em;
  padding-bottom: 5px;
}

dl#taiou_sm {
  margin: 10px 0 0;
}

dl#taiou_sm dd,
dl#taiou_os dd {
  float: left;
  /*	width: 250px;*/
  width: 270px;
  font-size: 1em;
  line-height: 1.2;
  text-indent: -1.3em;
  padding-bottom: 5px;
  padding-left: 1em;
  margin-right: 1em;
}

div.taiou_td dt {
  font-weight: bold;
  border-left: 3px solid #054E9D;
  padding-left: 6px;
  margin-bottom: 10px;
}

dl#taiou_sm dt,
dl#taiou_os dt {
  /*	font-weight: bold;
	border-left: 3px solid #054E9D;
	padding-left: 6px;
	font-weight: normal; */
  margin-bottom: 5px;
  line-height: 1.2;
}

dl#taiou_sm + p,
dl#taiou_os + p {
  font-size: 0.90em;
  margin-bottom: 15px;
  text-align: left;
}

dl#taiou_os {
  /*	border-top: 1px solid #CCCCCC;*/
  border-top: 0;
  padding-top: 14px;
  /*	margin-top: 10px;*/
  margin-top: 0;
}

dt span.notice {
  font-size: 0.85em;
  font-weight: normal;
  margin-left: 5px;
}

dd span.notice {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 5px;
}

.red {
  color: #FF0000;
}

/* 浜松町バナー */
li.hamamatsu img {
  margin-left: 3px;
}

/* 製品関連ページ
--------------------------------------*/
div#rel-category {
  margin: 40px 0 0;
  padding: 35px 0 0;
  border-top: 1px solid #AAAAAA;
}

#qa-list + div#rel-category {
  margin-top: 0;
}

div#rel-category h4.rel-category-ttl {
  border-left: 4px solid #174DAD;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px 15px 3px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.15em;
}

#rel-category-inner {
  margin: 25px 0 0 22px;
}

#rel-category-inner dd {
  margin: 9px 0;
  font-size: 0.9em;
  line-height: 1.2;
}

#rel-category-inner dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/static/images/product/icn_page.gif) left center no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
}

/* 製品導入のご相談・お問い合わせ
---------------------------------------------*/
div#corp_inq {
  margin: 0 auto;
  width: 980px;
  border: 1px solid #1B4E9E;
  text-align: center;
}

#rel-category + div#corp_inq {
  margin-top: 4.6em;
}

div#corp_inq p {
  padding: 17px 0 16px;
  font-size: 1.8em;
  font-weight: bold;
  color: #FFF;
  background-color: #1B4E9E;
}

div#corp_inq div.corp_inq_inner {
  padding: 15px 0;
  line-height: 1.5;
  background-color: #FFF;
}

div#corp_inq div.corp_inq_inner span.note span.hoshi {
  font-size: 70%;
  vertical-align: super;
}

div#corp_inq div.corp_inq_inner span.note span.attention {
  font-size: 0.87em;
  color: #389BF6;
}

div#corp_inq span.att {
  display: block;
  color: #F00;
}

div#corp_inq a.inq_button {
  display: block;
  width: 540px;
  margin: 25px auto;
  background-color: #F38134;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 0 18px;
  border-radius: 0.35em;
  background-image: url(/static/images/common/arrow_wt_rt_10px.png);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  opacity: 1;
  transition: 0.2s;
}

div#corp_inq a.inq_button:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

/* -------------------------------
    main-cont-area-outer
-------------------------------- */
div#main-cont-area-outer {
  display: flex;
}

div#main-cont-area-outer div#main-cont-area-inner {
  width: 980px;
}

div#main-cont-area-outer div#side_bar {
  margin-top: 60px;
}

/* -------------------------------
    レコメンド
-------------------------------- */
body div#recommend-top-area #recommend-wrapper {
  margin: 40px 0 20px;
  overflow: hidden;
  padding: 0 10px 0 0;
  width: 100%;
  box-sizing: border-box;
}

body div#recommend-top-area #recommend-wrapper h4 {
  color: #333;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  background-color: #fff;
  display: inline-block;
  margin-bottom: -2px;
  padding: 0;
}

body div#recommend-top-area #recommend-wrapper h4 span.recommend-title-inner {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  width: 15em;
  height: -webkit-calc(1.7em + 10px);
  height: calc(1.7em + 10px);
  padding: 0;
  box-sizing: border-box;
  font-size: 0.87em;
  line-height: 1.7;
  text-align: center;
}

body div#recommend-top-area #recommend-wrapper h4 span.recommend-title-inner span {
  padding: 6px 0 0;
  font-size: 1em;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #d1d1d1;
  padding: 15px 10px;
  box-sizing: border-box;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit {
  width: 18.4%;
  margin: 0 0 0 2%;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit:nth-of-type(1) {
  margin-left: 0;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit:nth-of-type(n + 6) {
  display: none !important;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: relative;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item .recommend-item-image {
  width: 100%;
  height: 100%;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item .recommend-item-image img {
  width: 75px;
  height: 75px;
  margin: 0;
  border: 0 !important;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item a {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 87px;
  box-sizing: border-box;
  z-index: 2;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item a .item-sku {
  display: block;
  margin-top: 7px;
  font-size: 0.87em;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item a .item-name {
  display: block;
  margin-top: 5px;
  font-size: 0.87em;
}

body div#recommend-top-area #recommend-wrapper div#recommend-items .page-unit div.recommend-item a:hover + .recommend-item-image img {
  opacity: 0.6;
}

body div#recommend-side-right #recommend-wrapper {
  background-color: #fff;
  margin: 0 auto 8px;
  overflow: hidden;
  padding: 0 0 10px;
  width: 180px;
}

body div#recommend-side-right #recommend-wrapper h4 span.recommend-title-inner {
  font-size: 1em;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item {
  position: relative;
  width: 100%;
  height: 222px;
  box-sizing: border-box;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item a {
  padding-top: 160px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item .recommend-item-image {
  position: absolute;
  top: 10px;
  left: 10px;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item .item-sku-name .item-sku,
body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item .item-sku-name .item-name {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item .item-sku-name .item-name {
  margin-top: 3px;
}

body div#recommend-side-right #recommend-wrapper #recommend-items div.recommend-item:hover .recommend-item-image img {
  opacity: 0.6;
}

/* --------------------------------
    電動昇降デスクバナー
-------------------------------- */
div#large-banner-area {
  margin: 20px 0 40px;
}

div#large-banner-area .banner-link {
  width: 550px;
  float: left;
}

div#large-banner-area .banner-link + .banner-link {
  margin-left: 20px;
}

div#large-banner-area img {
  max-width: 100%;
}

/* --------------------------------
    スライド再生
-------------------------------- */
div#image-slide-btn-outer {
  text-align: center;
  margin: 10px 0 8px;
}

div#image-slide-btn-outer a.slide-change-btn {
  display: inline-block;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #888;
  padding: 0 12px;
  border-radius: 50px;
  line-height: 26px;
  height: 26px;
  font-size: 0.95em;
  width: 6.2em;
  text-align: center;
}

div#image-slide-btn-outer a.slide-change-btn:hover {
  opacity: 0.6;
}

/* フロート解除
---------------------------*/
/* 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;
}

.clfx_b:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 仕切ボタン表示 */
.offer-switch-label {
  margin: 0 8px 0 0;
  padding: 4px 11px 0 0;
  float: right;
  display: flex;
  align-items: center;
  position: relative;
}

.offer-switch-label input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
}

.offer-switch-label input:checked ~ .base {
  background-color: #41B549;
}

.offer-switch-label input:checked ~ .circle {
  transform: translateX(100%);
  background-color: #FFF;
}

.offer-switch-label .base {
  width: 44px;
  border-radius: 16px;
  height: 24px;
  background-color: #AAAAAA;
}

.offer-switch-label .title {
  margin-right: 4px;
  font-size: 0.9em;
}

.offer-switch-label .circle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #FFF;
}

.offer-switch-label .switch-area {
  position: relative;
}
