.schedule{
	width: 100%;
//	background-color: #e0e0e0;
}

.week_schedule,
.calendar_schedule { border-collapse:collapse; border-spacing:0px; }

.day{
	vertical-align: top;
	color: #000000;
	width: 135px;
//	height: 126px;
}

.week_schedule th,
.week_schedule td,
.calendar_schedule th,
.calendar_schedule td{
	border: 1px #808080 solid;
//	text-align: center;
}

.calendar_schedule { width: 100%; }
.calendar_schedule th,
.calendar_schedule td { width: 14%; }
//.calendar_date { font-size: 18px; }
//.calendar_reserve a { display: block; float: right; font-size: 18px; }

.week_schedule { width: 100%; }
.week_schedule .week_day { width: 90%; }
/*曜日*/
.week_weeks_header { text-align: center; vertical-align: middle; font-size: 18px; }