/*//////////////////////////
イラストのベース位置
///////////////////////////*/
.illust-pos0{
	top: 0;
	left: 100px;
}
.illust-pos1{
	top: 0px;
	left: 140px;
}
.illust-pos2{
	top: 0px;
	right: 140px;
}
.mainvisual{ background: url(../images/bg_mainvisual.jpg);}
.star{ background: url(../images/bg_star.png) no-repeat center top;}
.naviLeft{background: url(../images/navi_left.png) no-repeat;}
.naviRight{background: url(../images/navi_right.png) no-repeat;}
.classroom-total span{background: url(../images/bg_class.png) repeat-x bottom;}

/* change Color */
.schedule-table th{background: #FFEFF5; color: #EB4C6F; border:1px solid #ffdbe9;}
.schedule-table td{ border: 1px solid #ffdbe9;}
.infoTable .bgLine{background: #fffbfc;}
.infoTable th{color: #EB5174;}
.classroom-info li{ border-bottom: 1px solid #ffdbe9;}
.classroom-info{ border:1px solid #ffdbe9;}
.classroom-info li:nth-child(odd){background: #fffbfc;}


.pagetop a{
	background: url(../images/btn_pagetop.png) no-repeat;
}