@charset "utf-8";

.kcol {
	color:#69c;
}
#header h1 {
	font-size:1em;
}

#title h3 {
	margin:0 auto;
	padding:19px 30px;
}

.timetable {
	color:#c60;
	margin-bottom:20px;
	font-weight:bold;
}
.docl {
	float:left;
	width:340px;
}
.docr {
	float:right;
	width:340px;
}
iframe {
	height:500px;
}


@media screen and (max-width: 499px) {
	#title h3 {
	padding:11px 30px;
	}
	.timetable {
	font-size:1.08em;
	}
	.docl {
	float:none;
	width:auto;
	margin-bottom:20px;
}
.docr {
	float:none;
	width:auto;
	text-align:center;
}
.wd70 th {
	width:50px !important;
}
iframe {
	height:400px;
}
}

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

}