@charset "shift_jis";

/* /////////////////////
		schedule
///////////////////// */

.sch_nav {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.sch_today {
	width: 106px;
	height: 106px;
	float: left;
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	
	background: url("/com/temp2/img/schedule/today.png") no-repeat;
}
.sch_today p {
	color: #fff;
	text-shadow: -1px -1px 1px #666, 1px 1px 1px #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;
	/*background-image: url("/com/temp2/img/schedule/sch_weekly.png");*/
	background-repeat: no-repeat;
	background-position: right top;
}
ul.sch_weekly li {
	float: left;
	width: 92px;
	height: 71px;
	padding-left: 1px;
}
li.weekday {
	background: url("/com/temp2/img/schedule/weekday.png") no-repeat;
}
li.saturday {	
	background: url("/com/temp2/img/schedule/sat.png") no-repeat;
}
li.holiday {
	background: url("/com/temp2/img/schedule/holiday.png") no-repeat;
}
ul.sch_weekly li a {
	display: block;
	text-align: center;	
	line-height: 1.2;
	width: 92px;
	height: 55px;
	padding-top: 16px;
	color: #fff;
	text-shadow: -1px -1px 1px #666, 1px 0 1px #fff;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}