/*//////////////////////////
イラストのベース位置
///////////////////////////*/
.illust-pos0{ top: 0; left: 100px;}
.illust-pos1{ top: 0px; right: 140px;}
.illust-pos2{ top: 0px;left: 80px;}
.illust-pos3{ top: 0px;right: 140px;}
.illust-pos_slide1{
	bottom: 10px;
	right: 40px;
	z-index: 30;
}
/*//////////////////////////
背景画像
///////////////////////////*/
.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: #ffecc4; color: #e1873f;border:1px solid #f6c45a;}
.schedule-table td{ border: 1px solid #f6c45a;}
.infoTable .bgLine{background: #fffbf1;}
.infoTable th{color: #e1873f;}

.classroom-info li{ border-bottom: 1px solid #ffc983;}
.classroom-info{ border:1px solid #ffc983;}
.classroom-info li:nth-child(odd){background: #fffbf1;}

/*Override*/
.schedule-table{
	margin-top: 50px;
}
.schedule-atend{
	width: 750px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
	color: #2E2E2E;
}
.schedule-atend span{
	display: block;
	padding-left: 14px;
}
.backup h2{
	padding-bottom: 30px;
}


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

/* 202403 */

.event-list li {
	background-position-y: 3px;
}

.event-list li._nb {
	padding-left: 0;
	background: none;
}

.event-list li.nb img {
	display: inline;
	vertical-align: middle;
}

ul.subscribe-list {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 60px;
	overflow: hidden;
}

ul.subscribe-list li {
	margin: 20px 0;
}

ul.subscribe-list dl dt span {
	color: #ffd966;
}

ul.subscribe-list dl dt {
	font-weight: bold;
}

ul.subscribe-list dl dd p + p {
	margin-top: 0.5em;
}

