@charset "utf-8";


div#timetable {
	}

div#timetable div.section {
	margin-bottom: 30px;
	}

div#timetable div.section h3 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: url(../img/header/double_line.gif) center bottom no-repeat;
	text-align: left;
	}

div#timetable div.section h3 span {
	padding-left: 25px;
	background: url(../img/header/blue_square.gif) left 50% no-repeat;
	font-weight: bold;
	font-size: 123.1%;
	}

div#timetable div.section ul {
	margin-bottom: 20px;
	}

div#timetable div.section li {
	margin-left: 2em;
	list-style: disc;
	}

div#timetable table {
	margin-bottom: 10px;
	border:1px solid #999;
	}

div#timetable table th {
	padding: 3px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
	text-align: center;
	white-space: nowrap;
	}

div#timetable table td {
	padding: 3px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}

div#timetable div.section table.schedule {
	font-size: 85%;
	}

div#timetable div.section table.schedule td {
	font-size: 93%;
	text-align: left;
	}

div#timetable div.section table.schedule td.day,
div#timetable div.section table.schedule td.num,
div#timetable div.section table.schedule td.teacher {
	text-align: center;
	}

div#timetable div.section table.schedule td.num {
	width: 3em;
	}
	
div#timetable div.section table.schedule td.time {
	width: 6em;
	}

div#timetable div.section table.price td {
	text-align: center;
	}

div#timetable div.section ul.supplement li {
	font-size: 85%;
	}

div#price {
	zoom: 1;
	}

div#price:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div#price div#priceTables {
	float: left;
	width: 250px;
	}
	
div#price div#priceTables table.price {
	width: 100%;
	}
	
div#price div#priceText {
	float: right;
	width: 360px;
	}

div#price div#priceText p#reduction {
	padding: 20px;
	background: url(../img/common/1.png) left 50% no-repeat;
	color: #E96500;
	font-weight: bold;
	font-size: 116%;
	}








