@charset "UTF-8";
.strong {
	font-weight: bold;
	font-size: 18px;
	color: #900;
}

.list .strong {
	font-weight: bold;
	font-size: 14px;
	color: #900;
}
#schoollistcara {
	height: 20px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;	/*background-image: url(../img/schoollistcara.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 300px 60px;
	-moz-background-size: 300px 60px;
	-webkit-background-size: 300px 60px;
	-o-background-size: 300px 60px;
	-ms-background-size: 300px 60px;*/
	margin-bottom: 5px;
}
#schoollistcara p {
	height: 40px;
	font-size: 14px;
}


.exp2 {
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	line-height: 20px;
}

.exp2 p {
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.cpexp {
	font-size: 12px;
	color: #F30;
	line-height: 16px;
	text-align: center;
	text-indent: -10px;
}

#schoollisthead h2 {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	background-color: #D1B963;
	text-align: center;
	height: 30px;
	width: 100%;
	text-shadow:1px 1px 2px #666;
}

#requestboxhead h2 {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	background-color: #9C0;
	text-align: center;
	height: 30px;
	width: 100%;
	text-shadow:1px 1px 2px #666;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}
/*検索トップページヘッター
header{
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #0081FF;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0081FF;
}

#headertop {
	padding-bottom: 56px;
	line-height: 1;
	/*background-image: url(../img/topkyara.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 180px 80px;
	-moz-background-size: 180px 80px;
	-webkit-background-size: 180px 80px;
	-o-background-size: 180px 80px;
	-ms-background-size: 180px 80px;
}
.headertext{
	float:left;
	margin-top: 18px;
	line-height: 16px;
}
.headerlogo{
	float: left;
	margin-right: 5px;
	padding-left: 10px;
}
#headertop .home_botan {
	height: 40px;
	width: 55px;
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}
トップページヘッターend*/
/*アコーディオン -------------------------------------*/
.narrowdown{
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 296px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #FFF;
	font-size: 14px;
	border: 2px solid #999;
	background-color: #FFF;
}   
.trigger{


} 

.narrowdown .trigger h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 50px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	text-shadow:1px 1px 2px #333;
	text-indent: 10px;
}

.trigger.active{border-bottom:1px solid #cfcfcf; }
.acordion_tree{
	line-height: 50px;
	color: #333;
	position: relative;
}   

#narrowout {
	margin-bottom: 5px;
	background-color: #FFC;
}


#narrowout li  {
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}
#narrowout .list  {
	width: 276px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	background-size: 10px 20px;
	-moz-background-size: 10px 20px;
	-webkit-background-size: 10px 20px;
	-o-background-size: 10px 20px;
	-ms-background-size: 10px 20px;
	background-position: 275px center;
	background-repeat: no-repeat;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
#narrowout .listhead {
	left: 10px;
	clip: rect(auto,auto,auto,10px);
	text-indent: 10px;
}


#narrowswich {
	line-height: 12px;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
}


#narrowswich li a {
	background-color: #CCC;
	float: left;
	width: 131px;
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	margin-top: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	margin-right: 10px;
	text-indent: 10px;
	line-height: 40px;
	height: 40px;
}
#narrowswich2 {
	line-height: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}


#narrowswich2 li a {
	background-color: #CCC;
	float: left;
	width: 82px;
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	margin-top: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
#narrowswich3 {
	line-height: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#narrowswich3 li a {
	background-color: #CCC;
	float: left;
	width: 82px;
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	margin-top: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	margin-right: 10px;
	text-align: center;
	line-height: 18px;
}

#narrowswich li { 
}



.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	background-image: url(../img/change01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:50px;
	width: 60px;
	background-size: 50px 50px;



	-moz-background-size:: 50px 50px;
	-webkit-background-size:: 50px 50px;
	-o-background-size:: 50px 50px;
	-ms-background-size:: 50px 50px;
}   .trigger.active .open-close{
	background-image: url(../img/change02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
}

/*アコーディオン -------------------------------------end*/

/*表示件数 -------------------------------------*/
.searchout {
	width: 296px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	text-indent: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.searchout ul .searchout_back,.searchout2 ul .searchout_back {
	background-image: url(../img/searchback01.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 70px;
	margin-right: 5px;
	background-size: 60px 32px;
	-moz-background-size: 60px 32px;
	-webkit-background-size: 60px 32px;
	-o-background-size: 60px 32px;
	-ms-background-size: 60px 32px;
}

.searchout_amount {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 140px;
	border: 1px solid #999;
	line-height: 32px;
	margin-top: 10px;
	margin-right: 5px;
	text-align: center;
	text-indent: 0px;
}


.searchout_back a,.searchout_next a {
	position: static;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}

.searchout ul .searchout_next a,.searchout2 ul .searchout_next a {
	background-image: url(../img/searchnext01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px 32px;
	-moz-background-size: 60px 32px;
	-webkit-background-size: 60px 32px;
	-o-background-size: 60px 32px;
	-ms-background-size: 60px 32px;
	height: 50px;
	width: 70px;

}

.searchout2 {
	width: 296px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#FF9933, #E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9933), to(#E60));
	/*background: -moz-linear-gradient(#D9D9D9, #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#999999));*/
	text-indent: 10px;
	border: 2px solid #999;
}
/*表示件数 -------------------------------------end*/
/*まとめて請求ボタン -------------------------------------*/
.request_c {
	height: 50px;
	width: 250px;
	border: 1px solid #06C;
	background: -moz-linear-gradient(#B5D978, #83BF13);
	background: -webkit-gradient(linear, left top, left bottom, from(#B5D978), to(#83BF13));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 18px;
	color: #FFF;
	line-height: 50px;
	background:#09F;　/*点滅*/

}


.request_c a {
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
		text-shadow:1px 1px 2px #333;

}


/*まとめて請求ボタン -------------------------------------end*/

/*学校リスト -------------------------------------*/
#schoollist {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	
}

#schoollist .shcoolname {
	width: 100%;
	background: -moz-linear-gradient(#F27474, #E91818);
	background: -webkit-gradient(linear, left top, left bottom, from(#F27474), to(#E91818));
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px;

}
#schoollist .shcoolname a {
	text-decoration: none;
	display: block;
	background-image: url(../img/arrow_schoolwhite.png);
	background-position: 240px center;
	background-repeat: no-repeat;
	background-size: 50px 20px;
	-moz-background-size: 50px 20px;
	-webkit-background-size: 50px 20px;
	-o-background-size: 50px 20px;
	-ms-background-size: 50px 20px;
	text-shadow:1px 1px 2px #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#schoollist .shcoolname a h2 {
	width: 230px;
	margin-left: 10px;
	font-size: 20px;
	color: #FFF;
	line-height: 24px;
}


#schoollist .shoolcontents {

	width: 293px;
	border: 1px solid #E91818;
	background-color: #FFF;
	padding-left: 5px;
	padding-bottom:5PX;
	margin-bottom: 5px;
	padding-top: 5px;
}

.shoolcontents ul .jyoho {
	float: left;
	width: 55px;
	margin-right: 5px;
	line-height: 15px;
	color: #333;
}

.shoolcontents ul .jyoho_news{
	float: left;
	margin-right: 5px;
	line-height: 15px;
	color: #333;
	width: 175px;
}
.shoolcontents .clearfix.listbox .news {
	width: 150px;
	height: 50px;
}


.jyoho .txred,.jyoho_news .txred { color: #F00; }

.shoolcontents ul .jyoho2 {
	float: left;
	width: 85px;
	margin-right: 5px;
	line-height: 15px;
	color: #333;
}
.shoolcontents .clearfix.listbox { }


.jyoho2 .txred { color: #F00; }


#schoollist .shoolcontents img {
	float: left;
	margin-right: 5px;
}

#schoollist .shoolcontents ul .request_a{
	float: left;
	height: 62px;
	width: 84px;
	margin-right: 5px;
}

#schoollist .shoolcontents ul .request_a_news{
	float: left;
	height: 62px;
	width: 62px;
	margin-right: 5px;
}

#schoollist .shoolcontents ul .official {
	float: left;
	height: 62px;
	width: 40px;
	margin-right: 5px;
}

#schoollist .shoolcontents ul .officialnolink {
	float: left;
	margin-right: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #989;
	background-color:#CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	height: 50px;
	width: 40px;
	padding-top: 10px;
	font-weight: bold;
}


#schoollist .shoolcontents ul .request_a a{
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #693;
	background: -moz-linear-gradient(#B5D978, #83BF13);
	background: -webkit-gradient(linear, left top, left bottom, from(#B5D978), to(#83BF13));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	height: 50px;
	width: 84px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}

#schoollist .shoolcontents ul .request_a_nolink{
	float: left;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #999;
	background-color:#CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	height: 50px;
	width: 84px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}

#schoollist .shoolcontents ul .request_a_newsnolink{
	float: left;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #999;
	background-color:#CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	height: 50px;
	width: 62px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}
#schoollist .shoolcontents ul .request_a_news a{
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #693;
	background: -moz-linear-gradient(#B5D978, #83BF13);
	background: -webkit-gradient(linear, left top, left bottom, from(#B5D978), to(#83BF13));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	height: 50px;
	width: 62px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}
#schoollist .shoolcontents ul .official a {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	border: 1px solid #693;
	background: -moz-linear-gradient(#B5D978, #83BF13);
	background: -webkit-gradient(linear, left top, left bottom, from(#B5D978), to(#83BF13));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow:1px 1px 2px #333;
	height: 50px;
	width: 40px;
	padding-top: 10px;
	font-weight: bold;

}









/*学校リスト -------------------------------------end*/
#narrowdownhead h2 {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	background-color: #999;
	text-align: center;
	height: 30px;
	width: 100%;
}	
	


/*資料請求フォーム-------------------------------------*/
.reqestschoollist {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background: -moz-linear-gradient(#FFF, #EBEBEB);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EBEBEB));
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px;
	border: 2px solid #F00;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.reqestschoollist img { margin-left: 5px; }
.reqestschoollist .re_request {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #0C9;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 80px;
	text-align: center;
}






.reqestschoollist ul .schoolname {
	font-size: 22px;
	line-height: 26px;
	background: -moz-linear-gradient(#F27474, #E91818);
	background: -webkit-gradient(linear, left top, left bottom, from(#F27474), to(#E91818));
	width: 290px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	text-shadow:1px 1px 2px #333;

}
.reqestschoollist ul input {
	height: 30px;
	width: 30px;
	margin: 5px;
}



.reqestschoollist ul .reqest_cat1 {
	width:147px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;
}
.reqestschoollist ul .reqest_cat1 .pay {
	font-size: 11px;
	color: #C00;
	width: 135px;
	line-height: 12px;
	position: relative;
	margin-left: 5px;
	float: left;
	margin-top: 3px;
}

.reqestschoollist ul .reqest_cat2{
	width:148px;
	margin: 0px;
	float: right;
	position: relative;
	border-left-width: 1px;
	border-left-color: #999;
	border-left-style: dashed;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 20px;
	height: 100%;
}

.reqestschoollist ul .reqest_cat2 .pay {
	font-size: 11px;
	color: #C00;
	width: 135px;
	line-height: 12px;
	position: relative;
	margin-left: 5px;
	float: left;
	margin-top: 3px;
}

.reqestschoollist ul .reqest_cat2 .gansyo {
	font-size: 12px;
	color: #C00;
	width: 135px;
	line-height: 18px;
	position: relative;
	margin-left: 5px;
	float: left;
	margin-top: 3px;
	text-align: center;
}
.boxclear{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#D9D9D9, #B2B2B2);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B2B2B2));
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #666;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxclear a{
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
}

/*資料請求フォーム-------------------------------------END*/
/*個人情報入力フォーム*/

#requestform {
	padding: 5px;
	width: 290px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

#requestform .form01{

	margin-bottom:15px;
}


#requestform .form01 input,.area input,.kubun .schoolname input{
	height: 40px;
	width: 100%;
	padding: 2px;
	color: #999;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#requestform .clearfix.seibetu { margin-top: 5px; }

#requestform .clearfix.seibetu .seibetu02 {
	height: 40px;
	padding-left: 10px;
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}

#requestform .clearfix.seibetu .seibetu02 input {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

#requestform .clearfix.seibetu .seibetu01 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#requestform .clearfix.birth {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}

#requestform .clearfix.birth li {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#requestform .clearfix.birth .monday {
	float: left;
	margin-right: 15px;
}

.post01,.post02,.post03 {
	float: left;
	margin-right: 5px;
}
.post02{
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	}
#requestform .clearfix.area .area01 { margin-bottom: 5px; }

#requestform .clearfix.area .area02 { margin-bottom: 10px; }
#requestform .clearfix.kubun li { 
}
#requestform .clearfix.kubun .clearfix.kubun01 { margin-bottom: 5px; }




#requestform .post input {
	height: 40px;
	width: 100px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999;
	font-size: 13px;
}
#requestform .autoaddr,.requestchange {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#D9D9D9, #B2B2B2);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B2B2B2));
	border: 1px solid #999;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	clear: both;
	width: 250px;	
	}



#requestform .autoaddr a,.requestchange a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

#requestform .clearfix.kubun .gradecaution {
	font-size: 12px;
	color: #666;
	line-height: 15px;
	margin-top: 5px;
}
.required {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	width: 40px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}


.schoolname input{
	height: 40px;
	width: 100%;
	color: #999;
	font-size: 13px;
}

#requestshoollist {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#requestshoollist ul .requestshoollist01 {
	color: #FFF;
	background-color: #9C0;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#requestshoollist ul .requestshoollist02 {
	color: #960;
	width: 100%;
}

#requestshoollist ul .requestshoollist03 { margin-bottom: 5px; }

#requestshoollist ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.exp3 {
	font-size: 18px;
	color: #666;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	line-height: 25px;
	font-weight: bold;
}

/*個人情報入力フォーム----------------end*/

#requestform .clearfix.kubun .mail { text-indent: 15px; }
