@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	/*border: 1px solid #CCCCCC;*/
	width: 165px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 32px;
}
#gallery dl:nth-child(4n),
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 5px;
}
#gallery dl dt a{
	color:#FF7239;
	font-weight:bold;
}
#gallery dl dd.image a {
	background: url(../image/catlist_bg.jpg) no-repeat;
	background-size: 100% 100%;
	width: 165px;
	height: 165px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.comment {
	font-size: 0.85em;
}
