@charset "utf-8";

#note {
	margin-top: 1em;
}
#schedule,
.scheduleextend {
	background-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#schedule h3,
.scheduleextend h3 {
	margin: 0px;
	font-size: large;
}
#schedule .caption,
.scheduleextend .caption {
	font-size: medium;
	font-weight: normal;
}
#schedule table,
.scheduleextend table {
	border-collapse: separate;
}
#schedule th,
.scheduleextend th {
	background-color: #cccccc;
	padding: 0 9px;
	text-align: center;
}
#schedule td,
.scheduleextend td {
	text-align: center;
	background-color: #f0f0f0;
	padding: 9px 18px;
}
#schedule ul,
.scheduleextend ul {
	margin: 8px 0 1em 48px;
}
#schedule li,
.scheduleextend li {
	font-size: medium;
}