@charset "utf-8";
/* CSS Document */
/* バナー
----------------------------------*/
.top{
	width: 100%;
	height: auto;
	position: relative;
}
.top h2 img{
	max-width:100%;
	height:auto;
}

/* コンテンツ
----------------------------------*/
.toyoBox {
	background-image: url(/special/toyo2025/images/back.png);
	background-repeat: repeat;
	padding: 10px;
}
.toyoBoxIn {
	background-color: #FFF;
	width: auto;
	padding: 10px;
}
.toyoBox h3 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 20px;
	background-color: #014E9E;
	background-image: url(/special/toyo2025/images/h3.png);
	background-repeat: repeat-y;
	padding-left: 40px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	padding-right: 5px;
}
.imgBox{
	margin-bottom: 20px;
	text-align: center;
}
.imgBox img{
	max-width:100%;
	height:auto;
}
.toyoBox h4 {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #024387;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #024387;
	padding-right: 5px;
}
.toyoBox ul.toyoUl {
	font-size: 14px;
	line-height: 20px;
}
.toyoBox li {
	line-height: 20px;
	height: 20px;
	margin-bottom: 15px;
	padding-left: 25px;
	background-image: url(/special/toyo2025/images/point.png);
	background-repeat: no-repeat;
}
.picBox {
	float: left;
	width: 48%;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}
.picBox img {
	max-width:100%;
	height:auto;
}
.text {
	color: #048;
	text-align: right;
}

/* 学校紹介
----------------------------------*/
.schoolBox {
	padding: 10px;
	margin-top: 20px;
}
ul.schoolul {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	margin-bottom: 15px;
	height: 50px;
}

ul.schoolul li {
	float: left;
}
