@charset "UTF-8";
/* CSS Document */

#content-wrapper {
	min-height: 500px;
	height: auto;
	overflow-y: visible;
	margin-left: 40px;
}

/*-- スクロールバーカスタマイズ --*/
.scroll-pane
{
	/*overflow: auto;*/
}

.block {
	width: 1060px;
	overflow: auto;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	/*border: 1px solid #936;*/
}

.block h2 {
	color: #666;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.block .unit {
	width: 185px;
	margin-bottom: 80px;
	margin-right: 80px;
	float: left;
	/*border: 1px solid #0F0;*/
}
.unit a {
	text-decoration: none;
	color: #333;
}

.block .unit img {
	width: 185px;
	display: block;
	margin-bottom: -0px;
}

span {
	width: 980px;
	border-bottom: 1px solid #CCC;
	display: block;
	margin-left: 70px;
	margin-bottom: 30px;
}