/*製品一覧*/
#productlist {
	min-height: 160px;
}

#productlist img {
	width: 140px;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
}

.productlist_com {
	float: right;
	width: 530px;
}

.product_catch {
	font-size: 20px;
}

#product_item {
	float: left;
	width: 150px;
	margin-right: 10px;
}

#product_item_img {
	display: table;
	width: 150px;
	height: 150px;
	border: 1px solid #aaa;
}

#product_item_img p {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	line-height: 0;
}

#product_item_img img {
	max-width: 140px;
	max-height: 140px;
}

#product_contents {
	float: left;
	width: 700px;
	font-size: 13px;
	line-height: 1.7;
	margin-right: 20px;
	margin-bottom: 50px;
}

#product_contents p {
	margin-bottom: 10px;
}

.down {
	margin: 80px 0 15px 0;
}

.indoor {
	display: inline-block;
	width: 60px;
	background: #f15a40;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

#productlist .outdoor {
	display: inline-block;
	width: 60px;
	background: #00aeef;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

/* サブ */

#product_subcontents {
	float: right;
	width: 240px;
}

/* アイコン */
.mailbn {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	background-color: #00095c;
	color: #fff;
	text-decoration: none;

}

.mailbn .font, .catalogbn .font {
	font-size: 30px;
	vertical-align: -6px;
	margin-right: 5px;
}

.mailbn:hover{
	background-color: #fff;
	box-shadow: 0 0 0 3px #00095c inset;
	text-decoration: none;
}

.catalogbn {
	padding: 20px 0;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
	background-color: #ff9800;
	color: #fff;
	text-decoration: none;
}

.catalogbn:hover{
	background-color: #fff;
	box-shadow: 0 0 0 3px #ff9800 inset;
	text-decoration: none;
}

#product_subcontents .banner {
	margin-bottom: 15px;
}

#product_subcontents dl {
	margin-bottom: 20px;
}

#product_subcontents dt {
	display: block;
	border: 1px solid #aaa;
	padding: 15px 10px 15px 10px;
}

#product_subcontents dt span {
	border-left: 5px solid;
	padding-left: 10px;
	font-weight: bold;
}

#product_subcontents dd {
	display: list-item;
	list-style-image: url(../img/point.png);
	list-style-position: inside;
	border-bottom: 1px dotted #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
}

#product_subcontents dd:last-child {
	border-bottom: 1px solid #aaa;
}

#product_subcontents dd img {
	padding-left: 10px;
	margin-right: 10px;
}

#product_subcontents .now {
	background-color: #eee;
}

#product_subcontents .sub_m {
	margin-left: 24px;
}

.product_seNavi li {
	float: left;
	width: 50%;
	border: 1px solid #ccc;
	margin-top: -1px;
	margin-right: -2px;
	background: #f6f6f6;
	background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -o-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
	background-image: linear-gradient(top, #ffffff, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE7,8,9 */
}

.product_seNavi li img {
	float: left;
	border: 1px solid #ddd;
	margin: 10px 0 0 10px;
}

.product_seNavi li span {
	float: left;
	margin: 1em;
}


/* 商品詳細ページ */

#productimageBox {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#productimageBox img {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	margin-bottom: 10px;
}

#productimageBox span {
	margin-bottom: 20px;
}

h1 .catalog {
	float: right;
	width: 230px;
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
	font-size: 14px;
}

h1 .catalog .gt{
	font-size: 16px;
	font-family: modern;
	margin: 5px;
}

h2 .catalog {
	float: right;
	width: 230px;
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
	font-size: 14px;
}

h2 .catalog .gt{
	font-size: 16px;
	font-family: modern;
	margin: 5px;
}

#productimageBox .catalog{
	font-size: 14px;
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
}

#productimageBox .catalog .gt{
	font-size: 16px;
	font-family: modern;
	margin: 5px;
}

#productcomBox {
	float: left;
	width: 450px;
}

#productcomBox .silicon{
	width: 530px;
	margin-left: -80px;
}

#productcomBox .spec {
	width: 420px;
	font-size: 11px;
	text-align: center;
}

.spec th, .spec td {
	vertical-align: middle;
	border-collapse: collapse;
}

.spec tr:nth-child(odd) {
	background: #f5f5f5;
}

#productBox p {
	margin-bottom: 20px;
}

#productBox .tempred {
	color: #ff0000;
	font-size: 11px;
}

#product_contents .productcom {
	margin-bottom: 10px;
}

#product_contents ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}

#product_contents table {
	width: 700px;
	margin-bottom: 10px;
}

#product_contents table,tr,td {
	border: 1px solid #666;
	padding: 5px;
}

/* 20-04-03 #product_contents td b */
#product_contents td b {
	font-weight: bold;
}

#product_contents tr .left_bg {
	width: 140px;
	background-color: #eee;
	vertical-align: middle;

}

#product_contents tr .row_bg {
	background-color: #eee;
	vertical-align: middle;
	font-weight: bold;
}

#product_contents .leftimg {
	width: 300px;
	float: left;
	margin: 0 25px 15px 0;
}

/* 20-04-03 #product_contents .leftimg2 */
#product_contents .leftimg2 {
	width: 426px;
	float: left;
	margin: 0 25px 15px 0;
}

#product_contents .list_coment ul {
	list-style-position: inside;
}

#product_contents .maker {
	float: right;
	margin: 0 0 15px 15px;
	font-size: 11px;
}

#product_contents .marker_y {
	display:inline-block;
	font-size: 1.8em; 
	font-weight: bold;
	background: linear-gradient(transparent 55%, #ffff66 60%);
	margin-bottom: 10px;
}

#product_contents #des p {
}

#product_contents #des ul li {
	list-style: none;
	width: 640px;
	background: #efefef;
	padding: 20px 0 20px 20px;
	margin: 0 0 20px 0;
	vertical-align: middle;
}

#product_contents #des ul li strong {
	font-size: 1.4em;
}

#product_side  {
	float: left;
}

#product_side table {
	width: 424px;
}

/* 産業機器 */

#product_sangyo {
	clear: both;
	width: 700px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}

#product_sangyo_left .long {
	font-size: 15px;
}

#product_sangyo_right .long {
	font-size: 15px;
}


#product_sangyo td {
	vertical-align: middle;
	text-align: center;
}

#product_sangyo table .gray_bg {
	background: #eee;
}

#product_sangyo_left {
	float: left;
	width: 340px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}

#product_sangyo_right {
	width: 340px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}

#product_menu_l  {
	float: left;
	width: 340px;
	margin-right: 20px;
}

#product_menu_l table {
	width: 340px;
}

#product_menu_r {
	float: right;
	width: 340px;
}

#product_menu_r table {
	width: 340px;
}



/* 施工・特注 */

#product_sekkei_l {
	float: left;
	width: 340px;
	margin-right: 20px;
	text-align: center;
}

#product_sekkei_r {
	float: right;
	width: 340px;
	text-align: center;
}

.form_style {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.form_style p {
	margin-bottom: 20px;
}

.formgo {
	float: left;
	display: block;
	width: 305px;
	padding: 10px;
	border: 2px solid #aaa;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px;
}

.formgo:hover {
	border: 2px solid #ff9800;
}

.formgo .font {
	font-size: 15px;

}

.sekkei_form {
	margin-bottom: 15px;
	width: 700px;
	padding: 5px;
}

.sekkei_form input {
	padding: 2px;
}

.form_text {
	width: 400px;
}

.form_textarea {
	width: 500px;
	height: 200px;
}

.form_bg {
	background: #eee;
	width: 150px;
	vertical-align: middle;
}

.sekkei_form .required {
	background-color: #fa8506;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 10px;
}

.sekkei_form .formsize450 {
	width: 450px;
}

.sekkei_form .formsize40 {
	width: 40px;
}

.sekkei_form .formsize_zip {
	width: 100px;
}

.sekkei_form .formsize_textarea {
	width: 450px;
	height: 200px;
	padding: 5px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

.sekkei_form input,select,label {
	padding: 5px;
}

.sekkei_form label {
	display: inline-block;
}

.required {
	background-color: #ff9800;
	width: 50px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.image-R .image {
	float: right;
	margin: 10px 0 0 20px;
}

.image-L .image {
	float: left;
	margin: 10px 20px 0 0;
}

/* ホースヒーター */

#product_armor h1:before{
	content: "";
	display: block;
	width: 30%;
	border-bottom: 2px solid #f0042e;
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
}

#product_armor .point {
	color: #f0042e;
}

#product_demo h1:before{
	content: "";
	display: block;
	width: 30%;
	border-bottom: 2px solid #1393d0;
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
}

#product_demo .pointb {
	color: #1393d0;
}

#product_demo .point {
	color: #f0042e;
}

/* AED */

#product_aed {
	width: 970px;
}

#product_aed h1:before{
	content: "";
	display: block;
	width: 30%;
	border-bottom: 2px solid #007E3A;
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
}

#product_aed .point {
	color: #00843d;
}

#product_aed .point_pink {
	color: #df1995;
}

#product_aed .point_orange {
	color: #fa4616;
}

#aedsub {
	width: 120px;
	margin: 0 auto;
}

#aedsub ul li a {
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #00843d;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #00843d;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 15px;
}

#aedsub ul a:hover {
	display: inline-block;
	background: #fff;
	color: #00843d;
	border: 1px solid #00843d;
}

/* AED納入実績 */

#aedcasel {
	position: relative;
	float: left;
	width: 340px;
	margin: 0 20px 20px 0;
}

#aedcasel .tex {
	position: absolute;
	bottom: 10px;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 1em 0;
}

#aedcasel .tex p {
	margin: 0;
	padding: 0 1em;
	text-align: center;
	font-size: 110%;
}

#aedcaser {
	position: relative;
	float: left;
	width: 340px;
}

#aedcaser .tex {
	position: absolute;
	bottom: 10px;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 1em 0;
}

#aedcaser .tex p {
	margin: 0;
	padding: 0 1em;
	text-align: center;
	font-size: 110%;
}

.aedcase_title {
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

.aedcased {
	width: 250px;
	border: none;
}

/* pickup */
.pickupImage {
	margin-bottom: 20px;
}
