@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content p.top {
	margin-bottom: 50px;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
 /zoom: 1;
}
#product dl {
	float: left;
	width: 190px;
	margin:0 35px 15px 0;
}
#product dl:nth-child(3) {
	margin:0 0 15px 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;
}
#content .btn {
	text-align:center;
}

/*-------------------------------------------------------------------
	.topics
-------------------------------------------------------------------*/
#content .topics {
	overflow-y: scroll;
	height: 150px;
	line-height: 1.6;
	margin-bottom: 50px;
}
#content .topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 5px 0 3px 15px;
	border-bottom:1px dotted #929292;
}
#content .topics dt {
	float: left;
}
#content .topics dd {
	margin-left: 100px;
}


