#month > li {
	display: block;
	float: left;
	width: auto;
	text-align: center;
	font-size: 20pt;
	margin-right: 1em;
}
.sche_sec {
	padding-top: 20px;
	clear: both;
}
.sche_sec h3 {
	clear: both;
	background: #000;
	padding: 5px 10px;
	border-radius: 1em;
	margin: 1em 0;
	opacity: 0.5;
	color: #fff;
}
.sche_sec h3:first-letter {
	color: #e33;
}
.sche_sec table {
	margin-left: 3%;
}
#content .sche_sec td {
	border: 1px solid #000;
	padding: 2px 5px;
	text-align: center;
	font-size: 10pt;
	background: #fff;
	opacity: 0.7;
	color: #36e;
}
#content .sche_sec tr:first-child td {
	background: #ccc;
	opacity: 0.9;
	color: #000;
}
#content .sche_sec td:first-child {
	background: #ccc;
	opacity: 0.9;
	color: #000;
}
#content .sche_sec tr:first-child td:first-child {
	border: none;
	background-color: transparent;
}
.sche_sec caption {
	text-align: left;
	margin-bottom: 1em;
}
.sche_sec table {
	border-collapse: collapse;
}
