@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#main{
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	margin-bottom:80px;
}

#content{
	font-size:1.1em;
	line-height: 2.7;
	width:100%;
}

#content h3{
	font-size: 1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:60px;
	background:url(../image/h3_back.png) repeat-x left bottom;
	text-align:center;
}
#content h4{
	font-size: 1.6em;
	line-height:2;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: url(../image/h4_back.jpg) repeat-x left bottom;
	margin:100px 0 20px 0;
	padding-left:10px;
}
.classbox1 {
	margin:50px 0 0 0;
}

.classbox2 {
	overflow:hidden;
	zoom:1;
}

.classbox2 ul{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}
.classbox2 li{
	float:left;
	width:200px;
	height:200px;
	margin-right:20px;
}
.classbox2 li.none{
	margin-right:0;
}
.classbox2 li span{
	width:193px;
	height:193px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border:#766863 solid 1px;

}
.classbox3 ul{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}
.classbox3 li{
	float:left;
	width:166px;
	height:166px;
	margin-right:20px;
}
.classbox3 li.none{
	margin-right:0;
}
.classbox3 li span{
	width:160px;
	height:160px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border:#766863 solid 1px;
}
#classbox{
	overflow:hidden;
	zoom:1;
}
#classbox #left{
	width:100%;
}
#classbox #right{
	width:100%;
}
.classbox4 ul{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}
.classbox4 li{
	float:left;
	width:220px;
	height:220px;
	margin-right:73px;
}
.classbox4 li.none{
	margin-right:0;
}
.classbox4 li span{
	width:213px;
	height:213px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border:#766863 solid 1px;
}
.classbox5 {
	margin:20px 0 0 0;
}
.classbox5 + p{
	text-align:center;
	margin-top:100px;
}
.classbox5 ul{
	list-style-type:decimal;
	padding-left:20px;
}
#content table{
	width:100%;
	border:1px solid #4A4340;
	margin-bottom:20px;
}
#content table th{
	width:170px;
	font-weight:normal;
	background-color:#766863;
}
#content table th,#content table td{
	border:1px solid #4A4340;
	padding:5px 10px 5px 10px;
}
