@charset "shift_jis";

/* /////////////////////
		schedule
///////////////////// */

.sch_nav {
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.sch_today {
	width: 106px;
	height: 106px;
	float: left;
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	background: #ca4c7a;
}
.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: 35px 0 0 3px;
}
ul.sch_weekly li {
	float: left;
	width: 92px;
	height: 71px;
	margin-left: 1px;
}
li.weekday {
	background: #b6ada2;
}
li.saturday {	
	background: #728c9f;
}
li.holiday {
	background: #d87d9e;
}
ul.sch_weekly li a {
	display: block;
	text-align: center;	
	line-height: 1.2;
	width: 92px;
	height: 55px;
	padding-top: 16px;
	color: #fff;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}
