@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	#staff
-------------------------------------------------------------------*/

#content #staff {
	overflow: hidden;
	/zoom: 1;
	padding-bottom:10px;
}
#content #staff dl {
	float: left;
	border: 1px solid #E4D1BE;
	width: 170px;
	padding: 9px 9px 12px 9px;
	margin-right: 35px;
	*margin-right: 32px;
	margin-bottom:20px;
}
#content #staff dl.none {
	margin-right: 0;
}
#content #staff dl dt {
	line-height:1.6;
	margin: 6px 0 5px;
	text-align:center;
	border-bottom:1px dotted #E4D1BE;
	padding-bottom:2px;
}
#content #staff dl dd.image a,
#content #staff dl dd.image span {
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#content #staff dl dd {
	font-size: 0.85em;
}

#content #staff dl dd.btn {
	margin-top:4px;
}