/*-------------------------------------
■ content
-------------------------------------*/
/* Schedule */
.scheduleNav{
	margin-bottom:30px;
}
.scheduleNav ol li{
	float:left;
	width:14.28571428571429%;
	border-bottom:1px solid #644600;
}
.scheduleNav ol li.selectDay{
}

.scheduleNav ol li a{
	display:block;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}
.scheduleNav ol li.selectDay a{
	color:#e8b23e;
	background:#644600;
}
.blue{
	color:#8888d5;
	font-weight:bold;
}
.red{
	color:#ca5c5c;
	font-weight:bold;
}


.g_sche_time{
	padding:5px 0;
	color:#ccc;
	text-align:center;
	background:#000;
}





@media screen and (max-width:767px){
/* Schedule */
	.scheduleNav{
		margin-bottom:20px;
	}
	.scheduleNav ol li:nth-child(1),
	.scheduleNav ol li:nth-child(2),
	.scheduleNav ol li:nth-child(3){
		width:33.33333333333333%;

	}
	.scheduleNav ol li:nth-child(4),
	.scheduleNav ol li:nth-child(5),
	.scheduleNav ol li:nth-child(6),
	.scheduleNav ol li:nth-child(7){
		width:25%
	}

	.scheduleNav ol li:nth-child(4) a,
	.scheduleNav ol li:nth-child(5) a,
	.scheduleNav ol li:nth-child(6) a,
	.scheduleNav ol li:nth-child(7) a{
		font-size:12px;
	}


	.g_sche_time{
		font-size:13px;
	}
}