@charset "utf-8";
/* CSS Document */
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

.timetable table {
	width:100%;
	margin-bottom:7px;
}

.timetable table tr th,
.timetable table tr td {
	padding:5px 7px;
	font-weight:normal;
	border:solid 1px #ccc;
}

.timetable table tr th {
	background-color:#efefef;
	white-space:nowrap;
	vertical-align:top;
	width:10em;
}
