@charset "utf-8";

.sunday {color: #993333;}
.saturday {color: #336699;}
.week_sun .day {color: #993333;}
.week_sat .day {color: #336699;}
.day a {text-decoration: underline;}
/*.week_sun {background: #FFDDD7 !important;}*/
/*.week_sat {background: #CFEFFF !important;}*/
.nholiday {background: #cff8d8 !important;}
.today {background: #E7FBFF !important;}
.calendar_seleted {background: #247453 !important;}
.calendar_seleted a {color: #ffffff !important;}

/* ƒiƒr */
.s_calendar_navi {
	text-align: center;
}
.s_calendar_navi li {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
}
.s_calendar_month {
	font-family: verdana,arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.s_calendar_year {
	font-size: 12px;
}

.s_calendar {
	width: 100%;
}
.s_calendar th {
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	width: 14%;
}
.s_calendar td {
	padding: 10px;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.s_calendar tr {
	min-height: 50px;
}

.reservable_wide {
	font-size: 11px;
	color: #666;
}





