@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Main
/*-----------------------------------------------------------------------*/

#timetable h3 {
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	border-left:6px solid #ec6100;
	font-size:120%;
}

#timetable table th,td {
	padding:8px 0;
	border-collapse:collapse;
	text-align:center;
}

#timetable table th {
	border-right:3px solid #fff;
	border-bottom:2px solid #f6ad3a;
	background:#ffd9a0;
}

#timetable table td {
	border-right:3px solid #fff;
	border-bottom:1px solid #959595;
	background:#ffebca;
}

#timetable table th {
	width:15%;
}

#timetable table th.year {
	width:25%;
}

#timetable table .calam {
	padding:0;
}

	#timetable table .calam table {
		height:100%;
	}

		#timetable table .calam table td {
			border-right:none;
		}

#timetable table .fri {
	border-right:none;
}

#timetable table .fifth {
	border-bottom:none;
}