@charset "shift_jis";

/* /////////////////////
		schedule
///////////////////// */

.sch_nav {
	overflow: hidden;
	padding: 0 0 30px 2px;
	position: relative;
}
.sch_today {
	width: 110px;
	height: 106px;
	float: left;
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	background: #ff16a0;
}
.sch_today p {
	color: #fff;
}
.today_01 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 24px;
}
.today_02 {
	font-size: 14px;
	font-weight: bold;
}
ul.sch_weekly {
	display: block;
	float: left;
	overflow: hidden;
	padding: 38px 0 0 4px;
}
ul.sch_weekly li {
	float: left;
	width: 89px;
	height: 68px;
	margin-right: 3px;
}
li.weekday {
	background: #716a61;
}
li.saturday {	
	background: #7fb2e1;
}
li.holiday {
	background: #ff748a;
}
ul.sch_weekly li a {
	display: block;
	text-align: center;	
	line-height: 1.2;
	width: 89px;
	height: 53px;
	padding-top: 15px;
	color: #fff;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}