@charset "UTF-8";

/*--------------------------------------------------------------------
school.html
school.css
--------------------------------------------------------------------*/

/*------------about------------------------------------*/
div#about h4 {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.73em;
	font-weight: bolder;
}
div#about dl dt {
	margin-top: 0.5em;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.6em;
	font-weight: bolder;
}
div#about dl dd {
	margin-top: 1em;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.33em;
}

/*------------spirit------------------------------------*/
div#spirit h4 {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.73em;
	font-weight: bolder;
}
div#spirit dl dt {
	margin-top: 0.5em;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.6em;
	font-weight: bolder;
}
div#spirit dl dd {
	margin-top: 1em;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.33em;
}

/*------------facility------------------------------------*/
div.facTxt a {
	color : #4682b4;
}
div#facility div.Inner div.facTxt {}
div#facility div.Inner div.facTxt p + p { margin-top: 0.8em; }
div#facility div.Inner div.facPho { margin-top: 20px; }
div#facility div.Inner div.wid300 {}
div#facility div.Inner div.wid660 {}
div#facility div.Inner div.facPho dl + dl { margin-top: 1em; }
div#facility div.Inner div.facPho dl dt {
	margin-bottom: 0.35em;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
div#facility div.Inner div.facPho ul {
	width: 100%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
div#facility div.Inner div.facPho ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
	float: left;
}
div#facility div.Inner div.facPho ul li:nth-child(2n) { margin-right: 0; }

/*------------uniform------------------------------------*/
div#facility div.Inner div.uniform p + p { margin-top: 0.8em; }
div#facility div.Inner div.uniPho ul {
	width: 100%;
	margin-top: 2%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
div#facility div.Inner div.uniPho ul li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
div#facility div.Inner div.uniPho ul li:nth-child(4n) { margin-right: 0; }
div#facility div#fac01 {}
div#facility div#fac02 { margin-top: 20px; }
div#facility div#fac02 p + p { margin-top: 20px; }