@charset "utf-8";

#main table {
	width:100%;
	border:1px solid #523728;
}

#main th,
#main td {
	border-right:1px solid #523728;
	border-left:1px solid #523728;
	padding:7px 3px;
	text-align:center;
	line-height:1.4;
}

#main th {
	border-bottom:1px solid #523728;
	color:#523728;
}

#main table#schedule {
	margin-bottom:30px;
}

#main table#schedule th.num {
	border-bottom:none;
	color:#333333;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}

#main table#schedule th.num .finish {
	font-weight:normal;
	padding:1px 3px;
	margin-left:3px;
	background:#00A532;
	color:white;
	font-size:10px;
}

#main table#schedule th.num .gansho {
	font-weight:normal;
	padding:2px 3px;
	background:#FF5E1F;
	color:white;
}

#main table#schedule .odd th,
#main table#schedule .odd td {
	background:#F5E1EC;
}


#main table#price th.subject,
#main table#price td {
	border-bottom:1px solid white;
}

#main table#price th#priceName {
	font-size:10px;
	text-align:right;
	border-bottom:none;
	padding:2px 5px;
}

#main table#price th#subjectName {
	font-size:10px;
	text-align:left;
	padding:2px 5px;
}

#main table#price #pt1 th,
#main table#price #pt1 td {
	background:#DCECE6;
}

#main table#price #pt2 th,
#main table#price #pt2 td {
	background:#E7F8F2;
}

#main table#price #ot th,
#main table#price #ot td {
	background:#F0F1E2;
}

#main table#price #emt th,
#main table#price #emt td {
	background:#F6EDF2;
}

#main table#price #ce th,
#main table#price #ce td {
	background:#E3ECF0;
}

#main table#price #dh th,
#main table#price #dh td {
	background:#EEE8D4;
}
#main table#price #mc th,
#main table#price #mc td {
	background:#cccc99;
	border-bottom:1px solid #523728;
}
