@charset "shift-JIS";



/*----------------------------------------------------
 SPp[cB·
----------------------------------------------------*/

.pc {
	display: block;
}
.sp {
	display: none;
}


html,body {  
    margin: 0;  
    padding: 0;  
    height: 100%;  
}  

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------main------- */

*{
	border: none;
	list-style: none;
	}

form {
	margin: 0px;
}

/* -------header------- */

body.gekireiTokuhain div.gStyleIn,
body.enq div.gStyleIn {
	margin-top: -5px !important;
}


div#head2{
	margin:0 auto 10px;
	width: 764px;
	clear:both;
	}

div#head2 h1 a.title:link, a.title:visited{
	margin: 0;
	display: block;
	width: 257px;
	height: 63px;
	text-indent: -9999px;
	text-decoration: none;
	}

div#head2 h1 a.title:link, a.title:active{
	text-decoration: none;
	}

div#head2 #headLogo {
	position: relative;
}
div#head2 #headLogo .count {
	font-size: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
	height: 99px;
	background: url("../img/top_count_bg.png")  no-repeat 0 0;
	background-size:contain;
}
div#head2 #headLogo .count p {
	font-size: 230%;
	font-weight: bold;
	color: #F00;
	position: absolute;
	top: 60%;
	right: 28%;
}




/* -------ContentsArea------- */

/* spΜheaderFixedΜΫΜpadding-topΦΜΞ */
.gekireiTeacher article, .gekireiTokuhain article {
	padding-top: 0 !important;
}

div#topBnr {
	background: #CCC;
	padding: 10px;
}
div#topBnr ul {
	text-align: center;
}
div#topBnr ul li {
	display: inline-block;
	margin: 0 4px;
}

/*Ίwy[Wp*/
.gekireiTeacher div#topBnr, .gekireiTokuhain div#topBnr, .enq div#topBnr {
	background: #CCC;
	padding: 10px 0 0 10px;
	height: 200px;
}
.gekireiTeacher div#topBnr ul, .gekireiTokuhain div#topBnr ul, .enq div#topBnr ul {
	text-align: center;
	display: table;
}
.gekireiTeacher div#topBnr ul li, .gekireiTokuhain div#topBnr ul li, .enq div#topBnr ul li {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
div#contentsTtl {
	margin-top: 40px;
	text-align: center;
}



/* -------Footer------- */

div#footerArea{
	margin: 20px 0 0 0;
	padding: 0;
	width: 764px;
	text-align: center;
	border-top: 4px solid #547ADB;
	}

div#footerArea .foot{
	margin: 18px 0 8px 0;
	padding: 0;
	color: #688BDD;
	font-size:10px;
	}

div#footerArea .foot a.footLink:link, a.footLink:visited{
	text-decoration: none;
	color: #688BDD;
	}

div#footerArea .foot a.footLink:hover, a.footLink:active{
	text-decoration: underline;
	}

div#footerArea .cc{
	margin: 0 0 10px 0;
	}





/*--notegͺ--*/
#loadingImg {
	text-align: center;
	margin: 0 auto;
}

#pageTopLoop {
    position: fixed;
    bottom: 40px;
    right: 20px;
}
#pageTopLoop a {
    display: block;
}
#pageTopLoop a:hover {
	opacity: 0.8;
}

section#contentLoopBox {
	margin:30px 10px 30px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
	section#contentLoopBox div {
		}
	section#contentLoopBox > div {
		background: #FFF;
		box-sizing:border-box;
		margin-bottom:20px;
		padding:20px;
		position:relative;
		float: left;
		width: 370px;
		}
	section#contentLoopBox > div:nth-child(odd) {
		margin-right: 10px;
	}
	body.gekireiTeacher section#contentLoopBox > div {
		border: 1px solid #ff8513;
		}
	body.gekireiTokuhain section#contentLoopBox > div {
		border: 1px solid #0077d1;
		}
		section#contentLoopBox img.clip {
			top:0;
			left:0;
			position:absolute;
			z-index:10;
			width: 35px;
			height: 35px;
			}
		section#contentLoopBox div > div {
			box-sizing:border-box;
			}
		section#contentLoopBox div > div img {
			float:left;
			margin:0 10px 0 0;
			}
		section#contentLoopBox div > div p.name {
			line-height:1.3;
			padding: 10px 0;
			margin-bottom: 5px;
			border-bottom: 1px solid #ff8513;
			background: #FFF7E1;
			}
			body.gekireiTokuhain section#contentLoopBox div > div p.name {
			line-height:1.3;
			padding: 10px 0;
			margin-bottom: 5px;
			border-bottom: 1px solid #0077d1;
			background: #e0f4ff;
			}
			section#contentLoopBox div > div p.name span {
				font-size:100%;
				}
			body.gekireiTeacher section#contentLoopBox div > div p.name span.col02 {
				color:#FF8D00;
				font-weight: bold;
				}
			body.gekireiTokuhain section#contentLoopBox div > div p.name span.col02 { /*-tokuhain-*/
				color:#547BDB;
				}
		section#contentLoopBox div > div p.text {
			color:#4C3333;
			font-size:90%;
			line-height:1.6;
			margin-top:5px;
			padding: 5px 0 0 110px;
			}



p.pagetopBtn {
	text-align: right;
	margin-top: 5px;
}


.moreViewTeacher {
	clear: both;
	font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro',"ΰSVbN","Yu Gothic","CI",Meiryo,Arial,sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background: #ff8513;
	border:2px solid #FFF;
	margin:0 10px 15px;
	padding: 15px;
	text-align:center;
	cursor: pointer;
	}

.moreViewTokuhain {
	clear: both;
	font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro',"ΰSVbN","Yu Gothic","CI",Meiryo,Arial,sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background: #0077d1;
	border:2px solid #FFF;
	margin:0 10px 15px;
	padding: 15px;
	text-align:center;
	cursor: pointer;
	}

.moveTop {
	width: 41%;
	background-color:#FFFFFF;
	background-image:url(../sp/img/btn_bk-teacher_02.png);
	background-repeat: no-repeat;
	background-size:26px;
	background-position:left 31px center ;
	border:2px solid #FF6E0C;
	display:block;
	height:30px;
	margin:15px 10px 20px;
	text-align:center;
	}
.moveTop.enq {
	background-image:url(../sp/img/btn_bk-enq_02.png);
	border:2px solid #005128;
	}


#serchBoxBack {
	}
	
#serchBox {
	box-sizing:border-box;
	padding:10px 20px 20px;
	margin-top: 40px;
	width:100%;
	z-index:30;
	background: #ff8513;
	display: table;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	}
	#serchBox div.serchBoxTtl {
		display: table-cell;
		}
	#serchBox .searchTxt {
		display:block;
		margin:5px 0;
		}
	#serchBox .searchTxt:nth-child(3) {
		margin-top:18px;
		}
	#serchBox input {
		background-color:#ff8513;
		background-image:url(../sp/img/btn_serch_03.png), url(../sp/img/btn_bk-serch_03.png);
		background-repeat: no-repeat, repeat-x;
		background-size:72px 36px, 1px 36px;
		background-position: center center, left center ;
		border:2px solid #FFF;
		display:block;
		height:36px;
		margin-top:15px;
		text-indent:-9999px;
		width:85%;
		display: table-cell;
		cursor: pointer;
		}


/*--formParts--*/

.selectBoxFloat {
	display: table-cell;
}
.custom-selectbox {
		 position: relative;
}
		.custom-selectbox select {
		padding: 0px 0px 0px 15px;
		margin-right: 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 200px;
		display: block;
		height: 35px;
		font-size: 16px;
		cursor: pointer;
		background: #FFF url(../sp/img/btn_serch_02.png) no-repeat 98% center;
		background-size: 15%;
		position: relative;
		z-index: 15;
		vertical-align: middle;
		line-height: 30px;
		box-sizing: border-box;
		text-indent: 0.01px;
		text-overflow: '';
}
	/*IE ftHgΜξσΑ·*/
	select::-ms-expand {
		display: none;
	}


/*--enq--*/

#contentBox {
/*	padding:10px;*/
	margin-top: 20px;
	}
	#contentBox a {
		float: left;
		box-sizing:border-box;
		display:block;
		margin-bottom:15px;
		/* box-shadow */
		box-shadow:rgba(0, 0, 0, 0.180392) 4px 4px 0px 0px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.180392) 4px 4px 0px 0px;
		-moz-box-shadow:rgba(0, 0, 0, 0.180392) 4px 4px 0px 0px;
		}
	#contentBox a:nth-child(3n+1) {
		margin-right: 11px;
	}
	#contentBox a:nth-child(3n+2) {
		margin-right: 11px;
	}
	
#contentEnqBox {
	display: table;
	padding: 20px;
	margin:20px 0 25px 0;
	background: #d8eaf4;
	}
#contentEnqBox #picBox {
	display: table-cell;
	text-align:center;
	}
#contentEnqBox #picBox img {
	width: 100%;
	}
#contentEnqBox #enqBtnBox {
	display: table-cell;
	width: 55%;
	vertical-align: top;
	}

#enqBtn01,
#enqBtn02 {
	background-color:#FFF;
	margin:0 10px 20px;
	cursor: pointer;
	}
	#enqBtn01 dt,
	#enqBtn02 dt {
		font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro',"ΰSVbN","Yu Gothic","CI",Meiryo,Arial,sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #FFF;
		border:2px solid #FFF;
		height:46px;
		line-height:46px;
		text-align:center;
		/* box-shadow */
		box-shadow:rgba(0, 0, 0, 0.180392) 0px 3px 9px 0px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.180392) 0px 3px 9px 0px;
		-moz-box-shadow:rgba(0, 0, 0, 0.180392) 0px 3px 9px 0px;
		}
	#enqBtn01.close dt {
		background-color: #ff8513;
		background-image:url(../sp/img/btn_icon-enq_open_01.png);
		background-repeat: no-repeat;
		background-size:42px 45px;
		background-position: right top;
		}
	#enqBtn02.close dt {
		background-color: #0077d1;
		background-image:url(../sp/img/btn_icon-enq_open_02.png);
		background-repeat: no-repeat;
		background-size:42px 45px;
		background-position: right top;
	}
	#enqBtn01.open dt {
		background-color: #ff8513;
		background-image:url(../sp/img/btn_icon-enq_close_01.png);
		background-repeat: no-repeat;
		background-size:42px 45px;
		background-position: right top;
		}
	#enqBtn02.open dt {
		background-color: #0077d1;
		background-image:url(../sp/img/btn_icon-enq_close_02.png);
		background-repeat: no-repeat;
		background-size:42px 45px;
		background-position: right top;
		}
		#enqBtn01 dt img {
			}
		#enqBtn02 dt img {
			margin-bottom: 10px;
			}
	#enqBtn01 dd,
	#enqBtn02 dd {
		color:#4C3333;
		font-size:90%;
		line-height:1.6;
		padding:19px 10px 10px;
		display:none;
		word-wrap:break-word;
	}
	#enqBtn02 dd p.title {
		color:#547BDB;
		margin-top:20px;
		}
	#enqBtn02 dd p.title:first-child {
		margin-top:0;
		}
	#enqBtn02 dd p.text {
		margin-top:2px;
		}

/* utbZ[Wί */

.teacher_notice {
	margin:10px 0;
	text-align:right;
	font-size:80%;
}

/* TChoi[ */

.sidebnr3 {
	background:#F7F7F7!important;
	}

.sidebnr3 li {
	background:#F7F7F7!important;
	margin:0!important;
	}
	
.sidebnr3 li img{
	margin:0 0 8px;
	}