@charset "utf-8";


/*---------------------
	プレハブ冷蔵庫
----------------------*/
#product div.characteristic {
	float: left;
	color: #00f;
	width: 250px;
	margin-right: 5px;
	padding-left: 2px;
}

#product div.specifications {
	float: left;
	padding-left: 3px;
	color: #080;
}

#product .section .section .section .summary {
	margin-left: -30px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px #aaa solid;
}

#product h3 {
	margin-left: -40px;
/*	padding-top: 15px; */
/*	border-top: 1px solid #777;*/
}

#product .summary h4 {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px 0 3px 5px;
	width: 450px;
	font-size: 160%;
}

#product .type1 h4 {
	border-left: 7px #090 solid;
}
#product .type2 h4 {
	border-left: 7px #07a solid;
}
#product .type3 h4 {
	border-left: 7px #046 solid;
}
#product .campaign h4 {
	border-left: 7px #f2f solid;
}

#product div.detail {
	margin-bottom: 5px;
	padding: 7px;
}

#product .type1 div.detail {
	background-color: #dfd;
}
#product .type2 div.detail {
	background-color: #dff;
}
#product .type3 div.detail {
	background-color: #cdf;
}
#product .campaign div.detail {
	background-color: #fdf;
}

#product div.summary div.detail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #product div.detail {
	padding-bottom: 21px;
}
*+html #product div.detail {
	padding-bottom: 21px;
}

* html #product .campaign div.detail {
	padding-bottom: 13px;
}
*+html #product .campaign div.detail {
	padding-bottom: 13px;
}

#product .summary .spec {
	margin-left: 205px;
	list-style-position: inside;
	line-height: 1.2;
	font-size: 95%;
}

#product .summary span.imgframe {
	margin-top: 0px;
	margin-right: 10px;
}

#product .summary span.imgframe {
	margin-left: 5px;
}

#product .summary .price {
	margin: 0;
	text-align: right;
}


/* キャンペーン特価 */
img.campaign {
	float: right;
	margin-top: -4.5em;
	margin-right: -17px;

}


/*---------------------
	エコルーム
----------------------*/
#product div.ecoroom_standard {
	clear: both;
	margin-bottom: 30px;
	margin-left: -25px;
}

#product div.ecoroom_standard:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #product div.ecoroom_standard {
	margin-bottom: 75px;
}
*+html #product div.ecoroom_standard {
	margin-bottom: 75px;
}

#product div.ecoroom_standard .modelnumber {
	margin-bottom: -10px;
	padding-left: 10px;
	font-size: 160%;
	font-family: "Verdna", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000;
	background: #eee;
}

p.price {
	margin-right: 10px;
	text-align: right;
}

#product div.ecoroom_standard p {
	font-size: 110%;
}

#product div.ecoroom_standard .verdana {
	font-family: "Verdna", "Arial", "Helvetica", "sans-serif";
}

#product div.ecoroom_standard .spec {
	font-size: 90%;
}

#product div.ecoroom_standard address {
	vertical-align: 13px;
	display: inline;
	margin-left: 10px;
	font-size: 140%;
}






