@charset "UTF-8";
/* CSS Document */

/*------------------------------



------------------------------*/
#pageTtlWrap{
	background: url(../../images/school/pagettl_bg.jpg) no-repeat right #FFFFFF;
	background-size: auto 140px;
	height: 140px;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}


#pageTtl{
	padding-left: 20px;
}
#pageTtl img{
	margin-top: 60px;
	height: 30px;
	width: auto;
}

.contentsboxWrap{
	background-color: #ffffff;
}
.contentsbox{
	padding: 0 10px;
}
/*------------------------------

スクール紹介

------------------------------*/
#school .contentsbox{
	overflow: hidden;
}
#school .contentsboxBg{
	background: url(../../images/school/bg.png);
	padding: 10px 0;
}
.sc_ttl{
	background: url(../../images/school/ttl_bg.png) repeat-x left;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 45px;
	margin-bottom: 10px;
	text-align: center;
}
.boxL{
}
.boxS{
	text-align: center
}
.boxS a{
	display: block;
	text-decoration: none;
}
.boxS a:hover{
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity: 0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */
}

.boxS img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.boxS_txt{
	background: #28cbe3 url(../../images/school/kids_txt_bg.png) bottom  right no-repeat;
	padding-bottom: 27px;
	width: 100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.boxS_txt span{
	background: #28cbe3;
	padding: 15px 20px 0 20px;
	display: block;
	color: #FFFFFF;
	line-height: 1.5em;
	font-size: 12px;
	text-align: left;
}
.schoolBox{
	padding: 10px;
	margin-bottom: 15px;
	background: #FFFFFF;
}
.schoolBox .moreBtn{
	text-align: center;
	margin-top:20px;

}
.schoolBox dt{
	border-bottom: 1px dashed #C9C9C9;
	padding: 0px 10px 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #028dd6;
	font-size: 16px;
}
.schoolBox dd{
	line-height: 1.5em;
	font-size: 12px;
	padding: 0 10px;
}
