@charset "shift_jis";
/* CSS Document */

table, th, td {
	border: none;
}

table{
width:90%;
}

th {
	padding: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #666666;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	white-space: nowrap;
}

td {
	padding: 5px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #fff;
}

.course {
	background-color: #fff;
	white-space: nowrap;
	font-size:12px;
	font-style:normal;
	text-align:left;
	color:#000000;
}

.schedule {
	width: 60px;
}

.leftcellTitle {
	border-left: solid 1px #000;
}

.leftcell {
	border-left: solid 1px #000;
	font-size:12px;
	font-style:normal;
	/*text-align:center;*/
	color:#000000;
}

caption {
	margin: 0;
	padding: 5px 2px 5px 2px;
	/*border-left: solid 10px #ccb4a5;*/
	background-color:#000;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}