@charset "shift_jis";

/* /////////////////////
		schedule
///////////////////// */

.sch_nav {
	overflow: hidden;
	padding: 0;
	position: relative;
}
/*
.sch_btn {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 10px;
}
.sch_btn p {
	width: 72px;
	height: 17px;
	float: left;
	padding: 0 3px;
	text-align: center;
}
.sch_btn a {
	display: block;
	padding-left: 20px;
	letter-spacing: 1.1em;
	font-weight: bold;
	color: #f6eef5;
	
	text-shadow: 1px 1px 1px rgba(255,0,255,1);
	background-image: url(../img/sch_btn_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.sch_btn a:hover {
	text-shadow: 1px 1px 1px rgba(255,0,255,1);
	background-image: url(../img/sch_btn_bg.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
*/
.sch_today {
	width: 106px;
	height: 106px;
	float: left;
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	
	background: url("/com/temp2/img/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/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/weekday.png") no-repeat;
}
li.saturday {	
	background: url("/com/temp2/img/sat.png") no-repeat;
}
li.holiday {
	background: url("/com/temp2/img/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 1px 1px #fff;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}
