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

/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 0px;
	overflow: hidden;
}
#product dl {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom:35px;
}
#product dl:nth-child(3n) {
	margin-right: 0;
}
#product dl dt {
	margin-top: 11px;
}
#product dl dd.image a {
	width:232px;
	height: 232px;
	border: 1px solid #E6E6E6;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.comment {
	font-size: 0.85em;
	padding-right: 5px;
}