@charset "utf-8";

.timetable {
	color:#c60;
	margin-bottom:20px;
	font-weight:bold;
}

.docl {
	float:left;
	width:380px;
}
.docr {
	float:right;
	width:300px;
}

@media screen and (max-width: 499px) {
	.timetable {
	font-size:1.08em;
	}
	.docl {
	float:none;
	width:auto;
	margin-bottom:20px;
}
.docr {
	float:none;
	width:auto;
}
.mbct {
	text-align:center;
}
}

@media screen and (min-width: 500px) {

}