@charset "utf-8";
/* CSS Document */

.schedule_link_l{
	text-align:center;
	margin-bottom:20px;
}
.schedule_link_s{
	height:72px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.schedule_link_s li{
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 44px;
	margin-left: 44px;
}
.pdf_link{
	margin:10px 0 20px 10px;
	height:67px;
}
.pdf_link li{
	float:left;
	width:246px;
	margin:0 5px;
}
.schedule_image{
	text-align:center;
	margin-bottom:20px;
}
table.timetable {
	width:100%;
	border:1px solid #D2D2E1;
	background-color:#F9F9FB;
	margin-bottom:15px;
}
table.timetable .purple {
	background-color:#EAE6F9;
}
table.timetable .grn {
	background-color:#F2F8E5;
}
table.timetable .blue {
	background-color:#E7F3F9;
}
table.timetable .deepgrn {
	background-color:#C1E065;
}
table.timetable .deeppink {
	background-color:#F0C4DB;
}
table.timetable .pink {
	background-color:#F9E2DF;
}
table.timetable .yellow {
	background-color:#FFFFCC;
}
table.timetable .deepblue {
	background-color:#A0BDF1;
}

table.timetable th,
table.timetable td {
	vertical-align:top;
	line-height:1.5em;
	border:1px solid #D2D2E1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.timetable em {
	color:#F30;
}
.schedules li {
	margin-bottom: 15px;
}
