@charset "UTF-8";

/*-----------------------------------------------
製品紹介ページ
-----------------------------------------------*/

/* タブ */
#productsTab {
	position: relative;
	height: 40px;
	margin: 50px 0 25px;
	background: url(../img/common/tab_bg.gif) repeat-x bottom;
	zoom: 1;
  z-index: 1;
}
#productsTab:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#productsTab li {
	position: absolute;
	top: 0;
}
#productsTab li img {
	vertical-align: bottom;
}
#productsTab li.tab01 {
	left: 5px;
	z-index: 5;
}
#productsTab li.tab02 {
	left: 115px;
	z-index: 4;
}
#productsTab li.tab03 {
	left: 225px;
	z-index: 3;
}
#productsTab li.tab04 {
	left: 335px;
	z-index: 2;
}
#productsTab li.tab05 {
	left: 445px;
	z-index: 1;
}

.product_contents {
	margin-bottom: 40px;
	line-height: 1.6;
}
.product_contents h3 {
	margin: 0 0 20px;
	padding: 0 10px 10px;
	border: 0;
	background: url(../img/common/h3_line.gif) repeat-x bottom;
	font-size: 109%;
	line-height: 1.2;
}

.product_contents h3 strong {
	display: block;
	padding: 3px 0 1px 14px;
	color: #c30302;
}

.product_contents h4 {
	border-left:7px solid #A40C00;
	padding-left:3px; font-size:1em;
	padding-top:1px; margin-top:40px;
}

.product_contents .title {
	margin: 0 12px 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e42f00;
	font-size: 109%;
	line-height: 1.2;
	color: #c30302;
}
.product_contents .sub_title {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 109%;
	line-height: 1.2;
}
.product_contents .sub_title strong {
	display: block;
	padding: 2px 0 0 14px;
}

.product_contents .main_ph {
	margin-bottom: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.product_contents .section {
	margin: 0 12px 25px;
	zoom: 1;
}
.product_contents .section:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
.product_contents .border {
	border: 1px solid #cccccc;
}

/* 特徴・詳細 */
#productFeature {

}
#productFeature h3 {
	margin-top: 40px;
}
#productFeature .column2_wrap {
	margin: 0 0 25px 2px;
	zoom: 1;
}
#productFeature .column2_wrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#productFeature .column2_wrap .column {
	float: left;
	width: 270px;
	padding: 0 10px;
}

/* 仕様・スペック */
#productSpec {
}
/*#productSpec dt {
	float: left;
	font-weight: bold;
	padding-left: 25px;
}
#productSpec dd {
	margin-bottom: 1.2em;
	padding: 0 0 0.8em 18em;
	border-bottom: 1px solid #cccccc;
}*/
#productSpec table {
	width: 100%;
	font-size: 84%;
	line-height: 1.4;
}
#productSpec table th,
#productSpec table td {
	padding: 1.2em 0 0.8em;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
#productSpec table .first th,
#productSpec table .first td {
	padding-top: 0;
}
#productSpec table th strong {
	display: block;
	padding-left: 25px;
}
.product_deta {
	margin-top: 30px;
}

ul.equipment li {
	float:left;
	padding-right:27px;
	padding-bottom:20px;
}