@charset "shift_jis";

/* /////////////////////
		schedule
///////////////////// */

.sch_nav {
	overflow: hidden;
	padding: 0 2px;
	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: 72px;
	height: 72px;
	float: left;
	line-height: 1.4;
	text-align: center;
	border: solid 3px #fff;
	background: #000;
}
.today_01 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 8px;
}
.today_02 {
	font-size: 14px;
	font-weight: bold;
}

ul.sch_weekly {
	display: block;
	float: left;
	padding: 31px 0 0 3px;
}
ul.sch_weekly li {
	float: left;
	width: 80px;
	height: 42px;
	margin: 0 2px 0 0;
	border: 2px solid #fff;
}
li.weekday {
	background-color: #000;
}
/*
li.saturday {
	background: rgb(200,238,251);
}
li.holiday {
	background: rgb(255,162,162);
}*/
ul.sch_weekly li a {
	display: block;
	text-align: center;
	line-height: 1.2;
	width: 80px;
	height: 44px;
	padding-top: 2px;
}
li.saturday a {
	color: #15f4ee;
}
li.holiday a {
	color: #e60082;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}
