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

/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 70px;
	overflow: hidden;
	/zoom: 1;
}
#content ul.page{
	margin-top: -50px;
}

#gallery dl {
	float: left;
	width: 246px;
	margin-right: 22px;
	margin-bottom: 30px;
}
#gallery dl:nth-child(3n),
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.15em;
}
#gallery dl dd.image a {
	background: #F2EFEC;
	width: 246px;
	height: 246px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.comment {
	font-size: 0.85em;
}
