
/*------------------------------
商品紹介 リセッタ
-------------------------------*/


body .product .bg_rbox{
	position:relative;
	width:774px;
	margin:0 auto 0 auto;
	background-color:#edf7fc;
}

body .product .bg_rbox .logo{
	position:absolute;
	top:0px;
	left:679px;
	z-index:4;
}

body .product .bg_rbox .r_box{
	text-align:left;
	background:url(../../product/images/r_product.jpg) top right no-repeat;
	padding-bottom:10px;
	z-index:3;
}

body .product .bg_rbox .r_box .r_contents{
width:480px;
margin-left:29px;
}

body .product .bg_rbox .r_box .r_contents h4{
margin:15px 0 10px 0;
}

body .product .bg_rbox .r_box .r_contents p.text{
margin:0 13px 10px 10px;
}

body .product .bg_rbox .r_box h5{
margin:15px 0 10px 0;
}

/*------------------------------
商品紹介 コレステ
-------------------------------*/

body .product .bg_cbox{
	position:relative;
	width:774px;
	margin:0 auto 0 auto;
	background-color:#fef6dc;
}

body .product .bg_cbox .logo{
	position:absolute;
	top:0px;
	left:679px;
	z-index:4;
}

body .product .bg_cbox .c_box{
	text-align:left;
	background:url(../../product/images/c_product.jpg) top right no-repeat;
	padding-bottom:10px;
	z-index:3;
}

body .product .bg_cbox .c_box .c_contents{
width:480px;
margin-left:29px;
}

body .product .bg_cbox .c_box .c_contents h4{
margin:15px 0 10px 0;
}

body .product .bg_cbox .c_box .c_contents p.text{
margin:0 13px 10px 10px;
}

body .product .bg_cbox .c_box h5{
margin:15px 0 10px 0;
}
