@charset "Shift-JIS";
/*///////////////////////////////////////////////////////////

	物置 /mo/input.html

//////////////////////////////////////////////////////////*/

.check_area_mo {
	margin-top: 10px;
}
.check_area_mo a {
	color: #0067ca;
}
.check_area_mo a:hover {
	text-decoration: underline;
}
/* 送料無料バナー 組み立て設置工事バナー
-----------------------------------------------------------*/
#item_box #item_summary .bnr_free_shipping,
#item_box #item_summary .bnr_fabrication {
	margin: 7px 0;
	border: 1px solid #ccc;
}
#item_box #item_summary .bnr_free_shipping dl dt,
#item_box #item_summary .bnr_fabrication dl dt {
	padding: 5px 5px 5px 37px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #0a4355;
}
#item_box #item_summary .bnr_free_shipping dl dd,
#item_box #item_summary .bnr_fabrication dl dd {
	padding: 9px;
	font-size: 11px;
}
#item_box #item_summary .bnr_free_shipping dl dt {
	background: url("/public/img/img_search/estimate/input/ico_shipping.png") 11px 4px no-repeat #e8f3f6;
}
#item_box #item_summary .bnr_fabrication dl dt {
	background: url("/public/img/img_search/estimate/input/ico_fab.png") 12px 3px no-repeat #e8f3f6;
}
#item_box #item_summary .bnr_free_shipping dl dd ul li {
	margin-left: 16px;
	margin-bottom: 3px;
	list-style: disc;
	line-height: 1.25;
}
#item_box #item_summary .bnr_free_shipping dl dd ul li.last {
	margin-bottom: 0;
}
#item_box #item_summary .bnr_fabrication dl dd {
}

/* 型番
-----------------------------------------------------------*/
#item_box #item_name .model-number::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  height: 17px;
  background-color: #ccc;
  box-shadow: 1px 1px 1px #666 inset;
  vertical-align: middle;
}
/* 商品の詳細
-----------------------------------------------------------*/
.detail_mo img { /*画像とtableの中央揃え*/
	display: block;
	margin: 10px auto;
}

/* 製品のサイズの選び方
------------------------------------------------------------------------*/
#item_detail H3.h_item_detail {
	*position: relative; /* IE7 */
}

/* 物置の選び方
------------------------------------------------------------------------*/
.esim_align p.show_info {
	*position: static; /* IE7 */
}

/* 割引率の訴求
------------------------------------------------------------------------*/
#item_box #item_summary .right {/* 右カラムエリアをポジションの基準点に */
	position: relative;
}
#item_box #item_summary ul.discount_list {
	position: absolute;
	top: 75px;
	right: -8px;
	*top: 75px;
}
#item_box #item_summary dl.price_box {
	*padding-top: 12px; /* IE7 */
}
#item_box #item_summary dl.price_box dd {
	margin-top: 7px;
}
#item_box #item_summary ul.discount_list li:only-child:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 26px;
	border-width: 8px 5px 0;
	border-style: solid;
	border-color: #fcff00 transparent;
}

/* ===========================================================
	シリーズ別サイズ一覧表
===========================================================*/
.size_series {
	margin: 40px 0 20px;
}
.size_series table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: arial, helvetica, meiryo;
}
.size_series th {
	text-align: center;
}
.size_series table a {
	padding-left: 10px;
	background: url("/public/img/global/left/icon_link.png") left center no-repeat;
	color: #00f;
}
.size_series table a:hover {
	text-decoration: underline;
}
.size_series table.box {
	width: 100%;
}
.size_series table.box .ttl {
	padding: 5px 0;
	background-color: #496aaf;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.size_series table.box .col-first {
  width: 50%;
  vertical-align: top;
  border-right: 2px solid #aaa;
}
.size_series table.box .col-second{
  width: 50%;
  vertical-align: top;
}
/* 中身
------------------------------------------------------------------------*/
.size_series table.cont {
	width: 100%;
}
.size_series .col-first table.cont {
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.size_series .col-second table.cont {
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.size_series table.cont th,
.size_series table.cont td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.size_series table.cont th.h_width,
.size_series table.cont th.h_depth,
.size_series table.cont th.h_height,
.size_series table.cont th.h_model {
	background-color: #E2EAFB;
	color: #002d77;
	font-weight: normal;
}
.size_series table.cont th {
	padding: 3px;
	border-right-color: #aaa;
	background-color: #f8f8f8;
	font-size: 12px;
}
.size_series table.cont tr:first-child th {
	border-bottom-color: #aaa;
}
.size_series table.cont td {
	padding: 5px 0 5px 5px;
	font-size: 12px;
	text-align: left;
}

.size_series table.cont td:first-child,
.size_series table.cont th + td,
.size_series table.cont td:first-child + td,
.size_series table.cont th + td + td {
	padding-right: 5px;
	text-align: right;
}
.size_series table.box table.cont td.last {
	padding-left: 5px;
	text-align: left;
}
.size_series table.box table.cont td.last a {
	font-weight: bold;
}
.size_series table.box td.col.first,
.size_series table.box td.col.second {
	vertical-align: top;
}
/* シリーズ別サイズ一覧表へのリンク
------------------------------------------------------------------------*/
.size_diff_search .size_diff_nav .item_series {
	width: auto !important;
}
.size_diff_search .size_diff_nav .item_series p.name {
	width: 365px !important;
}
.size_diff_search .size_diff_nav .item_series p.name a {
	color: #00f;
	text-decoration: underline;
}
.size_diff_search .size_diff_nav .item_series p.name a:hover {
	text-decoration: none;
}
/* ------------------------------------------------------------------------
	工事例の選択リスト　共通設定
------------------------------------------------------------------------*/
/* カラー画像設定
-----------------------------------*/
#voice_list .voice_list_color #TipLink ul.uLink li a span.voice_color_img img {
	position: absolute;
	top: -38px;
	left: -24px;
}
