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

#first {
	margin-bottom: 40px;
	text-align: center;
}
#first p.last {
	margin-top: 30px;
	text-align:right;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin:0 20px 15px 0;
}
#product dl dd a{
	border:1px solid #6BB72D;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 196px;
	height:196px;
	padding:1px;
}
#product dl:nth-child(3n){
	margin:0 0 15px 0;
}
#product dl dt {
	margin: 5px 0 0;
}
#product dl dd.comment {
	font-size:0.85em;
	margin-right:10px;
}
#content p.btn {
	margin:0 0 40px;
	text-align:right;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 160px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
	border:1px solid #6BB72D;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 10px 0 7px 20px;
}
#topics dl:nth-child(2n-1){
	background:#F7F0E8;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 110px;
}
