#main {
	font-size: 14px;
}

.th_1 {
	background-color: darkgreen;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.th_2 {
	width: 80px;
	background-color: darkgreen;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.normal_1 {
	background-color: white;
	color: black;
	text-align: center;
	font-size: 12px;
}

.normal_2 {
	background-color: white;
	color: black;
	text-align: center;
	font-size: 16px;
}

.normal_A {
	background-color: #FCFF7C;
	color: black;
	text-align: center;
	font-size: 16px;
}

.normal_F {
	background-color: #E5E5E5;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sun_1 {
	background-color: pink;
	color: red;
	text-align: center;
	font-size: 12px;
}

.sun_2 {
	background-color: pink;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sun_A {
	background-color: #FF91E9;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sun_F {
	background-color: #CEABAB;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sat_1 {
	background-color: skyblue;
	color: blue;
	text-align: center;
	font-size: 12px;
}

.sat_2 {
	background-color: skyblue;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sat_A {
	background-color: #9FF4FC;
	color: black;
	text-align: center;
	font-size: 16px;
}

.sat_F {
	background-color: #9CBCB5;
	color: black;
	text-align: center;
	font-size: 16px;
}