@charset "utf-8";
/* CSS Document */

/* header */

.header{
	margin-bottom:10px;
}

/* 商品詳細 */

.contents .product{
	clear:both;
}

.contents .product-photo{
	float:left;
	width:440px;
	text-align:left;
}

.contents .product-detail{
	float:right;
	width:500px;
	padding-top:40px;
}

.contents .product-detail .comment{
	background:#EEEBE2 url(../img/icon_comment.gif) no-repeat 0 50%;
	margin:15px 0;
	padding:10px 10px 10px 50px;
}

.contents .product-detail .comment p{
	margin:0;
}

.contents .product-detail .number p{
	margin:5px 0 0;
}

.contents .product-detail .inner{
	float:right;
	width:465px;
}
