@charset "UTF-8";

table.schedule {
	width: 100%;
	margin: 0.5em 0 2em;
	border-collapse: collapse;
	border: 2px solid #999;
	font-size: 90%;
}

.schedule td, .schedule th {
	padding: 5px;
	border: 1px solid #ccc;
}

.schedule th {
	background: #eee;
	text-align: center;
}

.schedule td.c_1 {
	width: 150px;
	text-align: center;
}

.schedule td.c_2 {
}

.schedule td.c_3  {
}