/* CSS Document */

th {
	text-align:center;
	white-space: nowrap;
}
td {
	font-size: 85%;
	vertical-align: top;
	white-space: nowrap;
	line-height: 200%;
}
td.boxyellow {
	background-color: #FFFCF0;
	text-align: left;
}

td span {
	padding: 2px;
}

/* 数学コース */

#math .kiso {
	color: #F00;
}
#math .hatten {
	color: #06C;
}
#math .sotsuken {
	color: #390;
}


/* 化学コース */

#chem td span {
	padding: 3px;
}
#chem .hisshu {
	color: #F00;
}
#chem .sentaku_hisshu {
	color: #939;
}
#chem .sentaku_a {
	color: #06C;
}
#chem .sentaku_b {
	color: #390;
}
#chem .kyotsu {
	border: solid 1px #F90;
}
#chem .other {
	/* [disabled]background-color: #F0F0F0; */
}
#chem .chu {
	color: #F00;
}



/* 生物科学コース */

#bio td {
	text-align: center;
}
#bio th.small {
	font-size: 85%;
}
#bio .hisshu {
	color: #F00;
}
#bio .hisshu_rendo {
	color: #939;
}
#bio .sentaku_hisshu {
	color: #06C;
}
#bio .sentaku_bio {
	color: #390;
}
#bio .other {
	/* [disabled]background-color: #F0F0F0; */
}

/* 環境亜科学コース */

#env .hisshu {
	color: #F00;
}
#env .sotsuken {
	color: #06C;
}
