@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 0px;
	overflow: hidden;
}
#gallery dl {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 45px;
}
#gallery dl:nth-of-type(3n) {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
}
#gallery dl dd.image a {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
#gallery dl dd{

}
#gallery dl dd.comment {
	line-height: 1.4;
}
