@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);



/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 15px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 180px;
	margin-right: 45px;
	margin-bottom: 22px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 7px;
	
}
#product dl dd.image a {
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #CCCCCC;
}
#product dl dd.comment {
	font-size: 0.85em;
}
