@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
 /zoom: 1;
}
#product dl {
	float: left;
	width: 190px;
	margin:0 35px 22px 0;
}
#product dl:nth-child(3) {
	margin:0 0 22px 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dd a {
	border:1px solid #BBBBBB;
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.comment {
	font-size:0.85em;
	margin-right:10px;
}



