@charset "utf-8";

.timetable {
	color:#c60;
	margin-bottom:20px;
	font-weight:bold;
}
.docl {
	float:left;
	width:400px;
}
.docr {
	float:right;
	width:200px;
}


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

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

}