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

.no_gallery{
	margin-bottom:30px;
}

#content h3.spa{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#content .gallery {
	margin-bottom: 14px;
	overflow: hidden;
	/zoom: 1;
}
#content .gallery.ee{
	margin-bottom: 50px;
}
#content .gallery.ee2{
	margin-bottom: 44px;
}
#content .gallery dl {
	float: left;
	width: 190px;
	margin-right: 35px;
}
#content .gallery dl.none {
	margin-right: 0;
}
#content .gallery dl dt {
	margin: 8px 0 1px;
	font-weight:bold;
}
#content .gallery dl dd.image a {
	border: 1px solid #CCC;
	width: 180px;
	height: 180px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#content .gallery dl dd.comment {
	font-size: 0.85em;
}
#content .gallery dl dd.spa{
	margin-top: 8px;
}

#content .gallery ul{
	margin-top:10px;
}

/*-------------------------------------------------------------------
	.fir
-------------------------------------------------------------------*/
#content .fir {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .fir li{
	float:left;
	margin-right:8px;
}
#content .fir li.none{
	margin-right:0;
}
