@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/7/12
 */





img{
	max-width: 101%;
}



.instructorSearch{
	margin-top:40px;
}
.instructorSearch dt{
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#000000;
	height:50px;
	line-height:50px;
	cursor:pointer;
}
.instructorSearch dt.on{
	text-align:center;
	color:#000000;
	font-size:14px;
	background:#ebebeb;
	height:50px;
	line-height:50px;
	cursor:pointer;
}
.instructorSearch dt span{
	position:relative;
	padding-right:22px;
}
.instructorSearch dt span:after{
	position:absolute;
	content:"﹀";
	width:22px;
	height:5px;
	font-size:13px;
	right:0;
	top:-10px;
}
.instructorSearch dt.on span:after{
	position:absolute;
	content:"︿";
	width:22px;
	height:5px;
	font-size:13px;
	right:0;
	top:-18px;
}
.instructorSearch dd{
	display:none;
	background:#ebebeb;
	padding:0 20px 20px
}

.instructorSearchTable table{
	width:100%;
}
.instructorSearchTable table th{
	border:1px solid #949ca6;
	background:#000000;
	color:#fff;
	width:110px;
	text-align:center;
}
.instructorSearchTable table td{
	border:1px solid #a7a7a7;
	background:#fff;
	padding:20px 20px 0;
}
.instructorSearchList{
	overflow:hidden;
}

.instructorSearchList li{
	float:left;
	width:25%;
	margin-bottom:20px;
	color:#000000;
}
.instructorSearchList li input{
	vertical-align:middle;
	margin-right:10px;
}

.instructorName{
	text-align:center;
	font-size:25px;
}

.instructorCate{
	text-align:center;
	font-size:15px;
}



@media screen and (max-width: 959px) {
.instructorSearchTable table th{
	border:1px solid #000000;
	background:#000000;
	color:#fff;
	width:50px;
	font-size:10px;
	text-align:center;
}
.instructorSearchTable table td{
	border:1px solid #808080;
	background:#fff;
	padding:10px 10px 0;
}
.instructorSearchList li{
	float:left;
	width:50%;
	margin-bottom:20px;
}
.instructorSearchList li label{
	font-size:10px;
}
.instructorName{
	text-align:center;
	font-size:14px;
}

.instructorCate{
	text-align:center;
	font-size:10px;
}


.instructorSearch #confirmTable input[type=submit],
.instructorSearch #confirmTable input[type=button]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:250px;
	line-height:45px;
	font-size:15px;
	margin-top:0;
	-webkit-appearance: none;
}
.instructorSearch #confirmTable input+input{
	margin-left:0;
	margin-top:10px !important;
}
}

.scheduleWrap{
	max-width:1070px;
	margin:0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 12.5vw;
    padding-bottom: 12.5vw;
}

.scheduleLink{
	overflow:hidden;
	margin:100px -5px 0;
}
.scheduleLink li{
	width:16.66%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5px;
}
.scheduleLink li a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#000000;
	text-decoration:none;
	display:block;
}

.scheduleCalendarTit{
	position:relative;
}

.prevBtn{
	position:absolute;
	left:0;
	top:120px;
}
.prevBtn a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#000000;
	text-decoration:none;
	display:block;
	width:80px;
}
.nextBtn{
	position:absolute;
	right:0;
	top:120px;
}
.nextBtn a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#000000;
	text-decoration:none;
	display:block;
	width:80px;
}

.scheduleTag01{
	text-align:center;
	margin-top:45px;
}

.scheduleTag01 li{
	display:inline-block;
	width:300px;
	margin:0 10px;
}
.scheduleTag01 li a{
	display:block;
	font-size:18px;
	background:#acacac;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.scheduleTag01 li a.select{
	
	color:#000000;
	background:#ebebeb;
}

.scheduleTag02{
	text-align:center;
}

.scheduleTag02 li{
	display:inline-block;
	width:200px;
	margin:0 5px;
}
.scheduleTag02 li a{
  padding: 5px 10px;
	display:block;
	font-size:18px;
	letter-spacing:-1px;
	color:#fff;
	background:#acacac;
	text-decoration:none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.scheduleTag02 li a.select{
	background:#000000;
}

.scheduleBox{
	background:#ebebeb;
	padding:20px;
}

.scheduleBoxIn{
	position:relative;
}
.scheduleTable{
}

.scheduleTable table{
	width:100%;
}

.scheduleTable table th{
	border-right:1px solid #fff;
	border-bottom:1px solid #808080;
}
.scheduleTable table tr th:first-child{
	border-left:1px solid #000000;
}
.scheduleTable table tr th:last-child{
	border-right:1px solid #000000;
}
.scheduleTable table td{
	border:1px solid #808080;
}
.scheduleTable table th{
	background:#000000;
	color:#fff;
	text-align:center;
  height: 60px;
	font-size:14px;
}
.scheduleTable table td{
	height:90px;
	color:#666666;
	font-size:15px;
	text-align:center;
	vertical-align:top;
	background:url(../img/bg_schedule.jpg) left center repeat-x #fff;
}
.scheduleTable table td.bg01{
	background:#fff;
}

#change{
position: absolute;
	z-index: 2000;
}


.scheduleCalendarBox{
	position:absolute;
	width:12.7%;
	left:9.2%;
	top:60px;
	z-index:999;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.scheduleCalendarBox#name01{
	left:9.2%;
	top:880px;
}

.scheduleCalendarBox#name02{
	left:9.2%;
	top:1155px;
}

.scheduleCalendarBox#name03{
	left:35.2%;
	top:1880px;
}
.scheduleCalendarBox#name04{
	left:10.3%;
	top:880px;
	width:22.4%;
}
.scheduleCalendarBox#name05{
	left:10.3%;
	top:1155px;
	width:22.4%;
}

.scheduleCalendarBoxTit{
	font-size:15px;
	color:#fff;
	text-align:center;
	background:#000000;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.scheduleCalendarBoxImg{
	position:relative;
	border-right:1px solid #000;
	border-left:1px solid #000;
	box-sizing:border-box;
	overflow:hidden;
}

.scheduleCalendarBoxImg img.img01{
	width: 219px;
}
.scheduleCalendarBoxImg img.img02{
	width: 184px;
}
.scheduleCalendarBoxIcon{
	position:absolute;
	left:0;
	top:0;
}

.scheduleCalendarBoxName{
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#000000;
	line-height:1;
	padding:5px 0;
	letter-spacing:-1px;
}
.scheduleCalendarBoxName span{
	font-size:12px;
}

.scheduleCalendarBoxCate{
	font-size:10px;
	color:#fff;
	text-align:center;
	background:#91000f;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.scheduleCalendarBox#name02 .scheduleCalendarBoxCate,
.scheduleCalendarBox#name03 .scheduleCalendarBoxCate{
	background:#662d8a;
}
.scheduleCalendarBoxHover{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduleCalendarBoxHover ul{
	margin-top:50px;
}
.scheduleCalendarBoxHover a{
	font-size:14px;
	color:#000000;
	text-align:center;
	background:#fff;
	display:block;
	height:50px;
	line-height:50px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


@media screen and (max-width: 959px) {
.scheduleWrap{
	max-width:1070px;
	margin:0 auto;

}
.scheduleLink{
	overflow:hidden;
	margin:100px -5px 0;
}
.scheduleLink li{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5px;
	margin-bottom:10px;
}
.scheduleLink li a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:25px;
	text-align:center;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	display:block;
}

.scheduleCalendarTit{
	position:relative;
}

.scheduleCalendarTit .h2Basic02{
    font-size: 23px;
    font-weight: bold;
    padding: 25px 0 0;
    text-align: center;
}

.prevBtn{
	position:absolute;
	left:0;
	top:20px;
}
.prevBtn a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:60px;
}
.nextBtn{
	position:absolute;
	right:0;
	top:20px;
}
.nextBtn a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:60px;
}

.scheduleTag01{
	text-align:center;
	margin-top:20px;
}

.scheduleTag01 li{
	display:inline-block;
	width:50%;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduleTag01 li:first-child{
	padding:0 5px 0 0;
}
.scheduleTag01 li:last-child{
	padding:0  0 0 5px;
}
.scheduleTag01 li a{
	display:block;
	font-size:14px;
	text-decoration:none;
	height:40px;
	line-height:40px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


.scheduleTag02{
  margin: -2% -1% 2%;
	text-align:center;
}

.scheduleTag02 li{
	display:inline-block;
	width:31.333333333333333%;
	margin:2% 1% 0;
}
.scheduleTag02 li a{
	display:block;
	font-size:10px;
	color:#fff;
	background:#acacac;
	text-decoration:none;
	height:auto;
	padding:5px 0;
	line-height:1.2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}



.scheduleBox{
	padding:10px;
}

.scheduleBoxIn{
	position:relative;
}
.scheduleTableWrap{
	position:relative;
}
.scheduleTable{
}

.scheduleTable table{
	width:100%;
}

.scheduleTable table th,
.scheduleTable table td{
	border:1px solid #808080;
}

.scheduleTable table th{
	background:#000;
	color:#fff;
	text-align:center;
  height: 60px;
	font-size:10px;
}
.scheduleTable table td{
	height:90px;
	color:#666666;
	font-size:15px;
	text-align:center;
	vertical-align:top;
	background:url(../img/bg_schedule.jpg) left center repeat-x #fff;
}
.scheduleTable table td.bg01{
	background:#fff;
	font-size:10px;
}

.scheduleCalendarBox{
	position:absolute;
	width:22%;
	left:10%;
	top:60px;
	z-index:999;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.scheduleCalendarBox#name01{
	left:12%;
	top:882px;
}

.scheduleCalendarBox#name02{
	left:12%;
	top:1156px;
}

.scheduleCalendarBox#name03{
	left:56%;
	top:1883px;
}
.scheduleCalendarBox#name04{
	left:10.3%;
	top:882px;
}

.scheduleCalendarBox#name05{
	left:10.3%;
	top:1156px;
}

.scheduleCalendarBoxTit{
	font-size:9px;
	color:#fff;
	text-align:center;
	background:#000000;
	height:auto;
	padding:5px 0;
	line-height:2.4;
	height:24px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	vertical-align:middle;
}
.scheduleCalendarBoxTit span{
	vertical-align:middle;
}
.scheduleCalendarBoxImg{
	display: block;
	height:165px;
	box-sizing:border-box;
	overflow:hidden;
}
.scheduleCalendarBoxImg p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.scheduleCalendarBoxImg img{
    text-align: center;
    vertical-align: middle;
    height:initial !important;
	overflow:hidden;
}


.scheduleCalendarBoxIcon{
	position:absolute;
	left:0;
	top:0;
}

.scheduleCalendarBoxName{
	font-size:10px;
	color:#fff;
	text-align:center;
	background:#000000;
	line-height:2.6;
	padding:8px 0;
	height:20px;


}
.scheduleCalendarBoxName .in{
	vertical-align:middle;
}
.scheduleCalendarBoxName .txtSP{
	display:none;
}
.scheduleCalendarBoxName span{
	font-size:9px;
}
.scheduleCalendarBoxCate{
	font-size:8px;
	color:#fff;
	text-align:center;
	background:#2e318c;
	height:30px;
	line-height:16px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}

.scheduleCalendarBoxHover{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduleCalendarBoxHover ul{
	margin-top:60px;
}
.scheduleCalendarBoxHover a{
	font-size:10px;
	text-align:center;
	display:block;
	height:auto;
	padding:5px;
	line-height:1.2;
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
}

#confirmTable{
	width:650px;
	margin:0 auto;
}
#confirmTable th{
	width:250px;
	font-size:15px;
	box-sizing:border-box;
	padding:15px 30px 15px 0;
	vertical-align:top;
}
#confirmTable td{
	font-size:13px;
	padding:15px 0;
	vertical-align:top;
}
#confirmTable input+input{
	margin-left:50px;
}
#confirmTable input[type=submit],
#confirmTable input[type=button]{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width:300px;
	line-height:50px;
	cursor:pointer;
	background:#000000;
	text-align:center;
	color:#fff;
	font-size:14px;
	border:none;
	margin-top:30px;
}
#confirmTable input[type=submit]:hover,
#confirmTable input[type=button]:hover{
	opacity:0.7;
}
@media screen and (max-width: 959px) {
#confirmTable{
	width:100%;
	margin-top:20px;
	text-align:center;
}
#confirmTable th{
	width:100%;
	font-size:12px;
	font-weight:bold;
	padding:20px 0 5px 0;
	display:block;
}
#confirmTable td{
	font-size:10px;
	padding:0;
	display:block;
	width:100%;
}
#confirmTable input[type=submit],
#confirmTable input[type=button]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:48% !important;
	line-height:45px;
	font-size:15px;
	display:inline-block;
	margin-top:0;
}
#confirmTable input+input{
	margin-left:10px !important;
	margin-top:10px !important;
}
}
.scheduleTag02.seven li{
	width:80px;
}
@media screen and (max-width: 959px) {
.scheduleTag02.seven {
  margin: 0 -1%;
}
.scheduleTag02.seven li{
  margin: 0 1%;
	width: 12.285714285714286%;
}
.scheduleTag02.seven li a{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
}
@media screen and (max-width: 768px) {
	.scheduleCalendarBoxImg img {
    	vertical-align: top;
    	text-align:center;
    	max-width: 150%;
    	display: block;
    	margin:auto;
    	position: absolute;
    	left:-25%;
	}
	.scheduleCalendarBoxTit{
		line-height:2.4;
	}
}
@media screen and (max-width: 480px) {
	.scheduleCalendarBoxImg img {
    	vertical-align: top;
    	text-align:center;
    	max-width: 220%;
    	display: block;
    	margin:auto;
    	position: absolute;
    	left:-50%;
	}
}

@media screen and (max-width: 400px) {
	.scheduleCalendarBoxTit{
		line-height:1.2;
	}
}