@charset "utf-8";


/**************************************************50
 * schedule
 **************************************************/
.schedule_date{
	border-collapse: separate;
	border-spacing: 1px 0;
	display: table;
	margin: 0 auto 30px;
	text-align: center;
}
.schedule_date a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #E8F6FF;
	display: table-cell;
	height: 52px;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
	vertical-align: middle;
	width: 100px;
}
.schedule_date a:hover,
.schedule_date a.active{
	background-color: #D8E0F0 !important;
	color: inherit !important;
}
#schedule_date{
	color: #6482DD;
	font-size: 200%;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
#schedule_date.date_sunday{
	color: #E98484;
}
#schedule_date.date_saturday{
	color: #7E97E3;
}


