@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 #432912;
	background-color: #fff;
}
.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 #9e9688;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px rgba(128,128,128,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(128,128,128,0.75);
	box-shadow: 1px 1px 3px rgba(128,128,128,0.75);
}
li.weekday {
	background-color: #fff;
}
li.saturday {	
	background: rgb(200,238,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(200,238,251,1) 0%, rgba(225,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,238,251,1)), color-stop(100%,rgba(225,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(200,238,251,1) 0%,rgba(225,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(200,238,251,1) 0%,rgba(225,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(200,238,251,1) 0%,rgba(225,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(200,238,251,1) 0%,rgba(225,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8eefb', endColorstr='#e1ffff',GradientType=0 ); /* IE6-9 */
}
li.holiday {
	background: rgb(255,162,162); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,162,162,1) 1%, rgba(255,209,209,1) 50%, rgba(255,197,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,162,162,1)), color-stop(50%,rgba(255,209,209,1)), color-stop(100%,rgba(255,197,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,162,162,1) 1%,rgba(255,209,209,1) 50%,rgba(255,197,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,162,162,1) 1%,rgba(255,209,209,1) 50%,rgba(255,197,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,162,162,1) 1%,rgba(255,209,209,1) 50%,rgba(255,197,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,162,162,1) 1%,rgba(255,209,209,1) 50%,rgba(255,197,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2a2', endColorstr='#ffc5c5',GradientType=0 ); /* IE6-9 */
}
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: #000cfe;
}
li.holiday a {
	color: #f73131;
}
span.day {
	font-size: 16px;
	font-weight: bold;
}
