/* state */

.state{
	border:1px solid #ccc;
	background:#f9f9f9;
	margin-top:20px;
	padding:10px;
	height:200px;
}

.state_l{
	height:250px !important;
}

.content .state h4{
	font-size:18px;
	margin:0 0 10px;
	background:none;
	border:0;
	padding:0 0 5px;
	border-bottom:1px solid #ccc;
}

.state p{ margin:5px 0 0; }

#section001,
#section002,
#section003,
#section004,
#section005{
	padding-top:100px;
	margin-top:-100px;
}

/* calendar */

.calendar-t th{
	font-size:65px;
	font-family: 'Fjalla One', sans-serif;
	text-align:center;
	color:#d32424;
	line-height:1;
}

.calendar-t th span{
	display:block;
	font-size:24px;
}

.calendar-t td ul{
	float:left;
	width:50%;
}

.calendar{
	margin-top:40px;
}

.index.calendar .layout-frame .layout-unit dl dd{
	background-image:none;
}

.index.calendar .layout-frame .layout-unit .index-title{
	position:absolute;
	top:-15px;
	left:0;
	right:0;
	font-family: 'Fjalla One', sans-serif;
	font-size:36px;
	line-height:36px;
}

.index.calendar .layout-frame .layout-unit .index-title span{
	display:block;
	color:#000;
	font-size:22px;
}

.index.calendar .layout-frame .layout-unit .index-text{
	margin-top:40px;
	text-align:left;
}

/* --- wschool --- */

table.wschool{
	border-top:1px solid #ccc;
}

table.wschool th{
	width: 160px;
	padding:30px 0;
	color:#d32424;
	font-size:48px;
	line-height:48px;
	font-family: 'Fjalla One', sans-serif;
	vertical-align:middle;
	background:none;
	border:none;
	border-bottom:1px solid #ccc;
}
table.wschool th span{
	padding:0 20px 0 0;
	font-size:16px;
	vertical-align:middle;
}

table.wschool td {
	border:none;
	border-bottom:1px solid #ccc;
	font-size:22px;
	background:none;
	line-height:1.5;
}

/* --- nyugaku --- */

dl.nyugaku{
	width:75%;
	margin:0 auto;
}

.nyugaku dt {
	clear: left;
	float: left;
	width: 160px;
	height:4.5em;
	padding:0 5px;
	background: #d32424;
	color:#fff;
	font-size:16px;
	line-height:4.5em;
	text-align:center;
}

.nyugaku dd {
	padding:0 15px 0 180px;
	/*border-bottom:1px solid #cccabd;*/
}


.layout-unit.grid-4 dl dt img{
	margin-bottom:10px;
}