@charset "shift_jis"; 




/*--------------------------------*/
/*      　　　全体の設定　        */		
/*--------------------------------*/


/*marginとpadingの基礎値の設定*/
*{
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
 box-sizing: border-box;	
}

/*imgタグのベースラインスペース削除*/
img {
	vertical-align: text-bottom;
	border: none;
}



/*////リストの表示を消す設定////*/
ol, ul, li {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
	margin-top: 0px; 
 }
	

body {
	margin: 0px;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background: url(../img/bg.gif);
	-webkit-text-size-adjust : none;
}

h1{
	color:#333;
	font-size:10px;
	font-weight:normal;
	background: #999;
	text-align: center;
}




h2{
	height		: 30px;
	line-height	: 20px;
	background	: url(../img/smapho/mark.gif) no-repeat 0 3px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #000000;
	text-shadow: 1px 1px 1px #666;
}



h3{
	height		: 30px;
	line-height	: 26px;
	background	: url(../img/smapho/mark.gif) no-repeat 0 7px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #666;
	margin-top: 20px;
	float: left;
	width: 100%;
}

h4 {
	font-size: 12px;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
}


h5 {
	font-size: 12px;
	line-height: 26px;
	color: #F00;
	margin-top: 10px;
}



h6 {
	font-size: 12px;
	line-height: 26px;
	color: #F00;
	margin-top: 10px;
	font-weight: normal;
}



a:link { color: #333333; } 
a:visited { color: #333333; } 
a { text-decoration: none; }


#caution	{
	height: auto;
	width: 660px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 4px;
}

#caution	p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#infobox2 {
	height: auto;
	width: 650px;
	float: left;
	margin: 20px 0px 0px;
	border: 5px solid #F90;
	padding: 10px;
}


/*--------------------------------*/
/*      　　　18金部分　　        */		
/*--------------------------------*/

#tel18{
	margin: 15px auto 0px;
	height:40px;
	padding: 0px 10px;
	float: left;
	width: 100%;
}



#conbox18 {
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin: 10px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	float: left;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border:1px solid #CCCCCC;
	text-align: center;
	color: #333;
}
/*--------------------------------*/
/*      　　　　全体枠　　        */		
/*--------------------------------*/

#wrap {
	padding: 10px;
	width: 100%;
	margin: 0px;
}



/*--------------------------------*/
/*     	 　	　18禁部分　 		       */		
/*--------------------------------*/


#enterbox {
	text-align: center;
	margin: 20px 0px 0px;
	float: left;
	width: 100%;
	height: auto;
	_display: inline;/*-----IE6用記述-----*/
}

#enterbox .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #CCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCC);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #999999;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px;
	float: left;
	_display: inline;/*-----IE6用記述-----*/
}

/*--------------------------------*/
/*      　　ヘッダー部分　        */		
/*--------------------------------*/


#head {
	margin: 0px;
	height: 15px;
	width: 100%;
 top:0px;
	background: #333333;
	text-align: center;
}


#header {
	margin: 0px;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}

#header #logo{
	margin: 0px auto;
	height: 150px;
	width: 320px;
	text-align: center;
}

/*--------------------------------*/
/*      　　　　TEL部分　        */		
/*--------------------------------*/




#tel{
	margin: 0px auto;
	height:40px;
	padding: 0px 10px;
	float: left;
	width: 100%;
}




.telbtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #CCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCC);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #999999;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px;
	_display: inline;/*-----IE6用記述-----*/
	font-weight: bolder;
	color: #000;
}



.telbtn a {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	color: #000;
	_display: inline;/*-----IE6用記述-----*/
}








#navtitl{
	margin: 10px auto;
	height:auto;
	padding: 5px 0px;
	float: left;
	width: 100%;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


#nav{
	margin:0px;
	float: left;
	width: 100%;
}




#nav,
#nav ul{
	clear:both;
	overflow:auto;
	color: #FE9ACC;
}
#nav ul li{
	width:100%;
}
.nav-l{ float:left;  }
.nav-r{ float:right; }



#nav ul li.nav-l a{
	display:block;
	margin:3px 3px 6px 11px;
}
#nav ul li.nav-r a{
	display:block;
	margin:3px 10px 6px 3px;
}

#nav ul li.nav-l a,
#nav ul li.nav-r a{
	background:transparent url(../img/smapho/nav.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #CCCCCC;
	text-align:center;
	height: 44px;
	line-height: 45px;
	font-weight: bold;
	font-size: 12px;
}

#nav ul li.blog{
	width:100%;
}

#nav ul li.blog a{
	display:block;
	margin:3px 11px 6px;
}

#nav ul li.blog a{
	background:transparent url(../img/smapho/nav.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #CCCCCC;
	text-align:center;
	height: 44px;
	line-height: 45px;
	font-weight: bold;
	font-size: 12px;
}


/*--------------------------------*/
/*      　  ヘッドライン 　      */		
/*--------------------------------*/

#headline{
	margin: 10px auto 0px;
	height:18px;
	float: left;
	width: 100%;
	text-align: center;
	padding: 3px 0px;
	color: #FFF;
}

.font12 {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 0px;
	height: 20px;
}


/*--------------------------------*/
/*      　　コンテンツ枠　        */		
/*--------------------------------*/


#conbox {
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin: 10px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	float: left;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border:1px solid #CCCCCC;
}


#infobox {
	height: auto;
	width: 100%;
	float: left;
	margin: 20px 0px 0px;
	border: 5px solid #F90;
	padding: 10px;
}


/*--------------------------------*/
/*      　　カバーガール部分　    */		
/*--------------------------------*/


#cover {
	width: 100%;
	height: auto;
	float: left;
}


#cover #box{
	width: 120px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


#cover a {
	/* ▼表示形態 */
   display: block;
	/* ▼サイズ */
   width: 99%;
	/* ▼余白 */
   padding: 0.4em 0px;
	margin: 0.5em auto;
	/* ▼枠線 */
   border-style: solid;
	border-width: 1px;
	border-color: #ccc #999 #999 #ccc;
	/* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
	-moz-border-radius: 7px;    /* Firefox */
	border-radius: 7px;         /* CSS3 */
	/* ▼文字装飾 */
   text-decoration: none;
	/* ▼文字位置 */
   text-align: center;
	/* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#CCCCCC); /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
	color: #000000;
}




/*--------------------------------*/
/*     　　 　TOP部分   　　　　  */		
/*--------------------------------*/

#bnarea {
	margin: 10px 0px 0px;
	width: 100%;
	height: auto;
	float: left;
}

#feature #box{
	height: auto;
	width: 100%;
	float: left;
	margin: 10px 0px 0px;
}



table.tfea {
	width: 100%;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 0px;
}

table.tfea td {
	border:1px solid #666666;
	border-collapse: collapse;
	text-align: center;
	background: #FFC;
}





/*--------------------------------*/
/*      　メニューボタン部分      */		
/*--------------------------------*/

#navi {
	margin: 20px 0px 0px;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 0px;
	border-top: 1px solid #000000;
	padding: 10px;
	background: #FCCF52;
}



#navi #box{
	margin: 0px auto;
	width: 99%;
	height: auto;
	_display: inline;/*-----IE6用記述-----*/
}




.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCCCCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCCCCC);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #999999;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	width: 47%;
	text-align: center;
	margin: 5px 0px 0px 5px;
	float: left;
	_display: inline;/*-----IE6用記述-----*/
}
.btn a {
	display: block;
	height: 35px;
	text-align: center;
	color: #333333;
	_display: inline;/*-----IE6用記述-----*/		
}

.btnl {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCCCCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCCCCC);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #999999;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	margin: 5px 0px 0px;
	float: left;
	_display: inline;/*-----IE6用記述-----*/
}
.btnl a {
	display: block;
	height: 35px;
	text-align: center;
	color: #333333;
	_display: inline;/*-----IE6用記述-----*/		
}


.btn_s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCCCCC));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CCCCCC);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border:1px solid #999999;
	font-size: 14px;
	height: 45px;
	line-height: 47px;
	width: 47%;
	text-align: center;
	margin: 5px 0px 0px 5px;
	float: left;
	_display: inline;/*-----IE6用記述-----*/
	font-weight: bold;
}
.btn_s a {
	display: block;
	height: 45px;
	text-align: center;
	color: #333333;
	_display: inline;/*-----IE6用記述-----*/		
}



#conbtn li {
	height:50px;
	font-size:17px;
	width:100%;
	overflow:hidden;

	background: #FFF url(../img/smapho/redmark.png) no-repeat 10px center;

	text-align: left;
	color: #000;
	margin: 0px 0px 3px;
	text-indent: 25px;
}
/*
#conbtn li {
	height:50px;
	border-bottom:#000000 1px solid;
	font-size:17px;
	width:100%;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: -moz-linear-gradient(top, #F00, #F00);
	background: #FFC center top;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F00, EndColorStr=#F00);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
	color: #000;
}*/





#conbtn li:last-child{
border-bottom:none;
}

#conbtn li a {
	display:block;
	height:50px;
	line-height: 40px;
	padding:0 0 0 0px;
	color: #000;
}



.rightmark {/*ボタン右アイコン*/
/*	background:url(../img/smapho/icons_migi.png) no-repeat right 15px;*/
	height:50px;
	padding-top:7px;
	cursor:pointer;
}



#leftmark {/*ボタン左アイコン*/
	/*background:url(../img/smapho/icons_left.png) no-repeat 7px 14px;*/
	height: 50px;
	width: 100%;
}


/*--------------------------------*/
/*      　  指導方針部分　　      */		
/*--------------------------------*/


ul.list-policy, ul.list-policy li {
	margin: 0;
	padding: 0;
}
ul.list-policy {
	margin-left: 6px;
	padding-top: 4px;
}
ul.list-policy li {
	list-style-type: none;
	padding: 0px 10px 4px 18px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin-top: 6px;
	margin-bottom: 10px;
}



/*--------------------------------*/
/*      　　会社概要部分　 　     */		
/*--------------------------------*/



table.tcom {
	width: 100%;
	margin:20px 10px 0px;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
}

table.tcom td {
	padding: 3px;
	border:1px solid #666666;
	border-collapse: collapse;
	text-align: left;
}





/*--------------------------------*/
/*      　料金について部分 　     */		
/*--------------------------------*/

table.tcha {
	width: 100%;
	margin:20px 10px;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
	float: left;
}


table.tcha td {
	padding: 3px;
	border:1px solid #666666;
	border-collapse: collapse;
	text-align: center;
}




/*--------------------------------*/
/*     　　   求人部分　　　      */		
/*--------------------------------*/


table.tjob{
	width: 100%;
	margin: 10px 0px 0px;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
	color: #333;
}

table.tjob td {
	padding: 5px;
	border:1px solid #666666;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
}


table.tjob td h3{
	height		: auto;
	line-height	: 26px;
	background	: url(../img/smapho/mark.gif) no-repeat 0 7px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #000000;
}


#jobbox p{
	line-height	: 18px;
	background	: url(../img/smapho/arow.gif) no-repeat 3px 3px;
	text-indent	: 20px;
	font-size	: 12px;
	color: #000;
	text-align: left;
	height: auto;
}


/*--------------------------------*/
/*     　  高校受験情報部分　     */		
/*--------------------------------*/


table.texa {
	width: 100%;
	margin:20px 0px 0px;
	border:1px solid #666666;
	border-collapse: collapse;
	height: 80px;
}

table.texa td {
	padding: 3px;
	border:1px solid #666666;
	border-collapse: collapse;
	line-height: 30px;
}

.tds {
	font-size: 14px;
	text-align: center;
}

.td1 {
	text-align: center;
	width: 50px;
	background: #DDFFFF;
}



/*--------------------------------*/
/*     　コンテンツ内枠部分　     */		
/*--------------------------------*/


#caution	{
	height: auto;
	width: 100%;
	float: left;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#caution	p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}


/*--------------------------------*/
/*      　　　FOOTER部分　        */		
/*--------------------------------*/


#footer {
	margin: 15px 0px 0px;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 15px;
}


#footer p{
	margin: 10px auto 0px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#mailmagabox div .font12px font {
	color: #000;
}
