@charset "UTF-8";

/*
+------+------+
| 10px |  77% |
| 11px |  85% |
| 12px |  92% |
| 13px | 100% | *default size
| 14px | 107% |
| 15px | 114% |
| 16px | 122% |
| 17px | 129% |
| 18px | 136% |
| 19px | 144% |
| 20px | 152% |
| 21px | 159% |
| 22px | 167% |
| 23px | 174% |
| 24px | 182% |
| 25px | 189% |
| 26px | 197% |
+------+------+
*/


.small {
	font-size: 85%; /* 11px */
}

.big {
	font-size: 122%; /* 16px */
}

.small_b {
	font-size: 85%; /* 11px */
	font-weight: 700;
}

.big_b {
	font-size: 122%; /* 16px */
	font-weight: 700;
}



.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.orange {
	color: #F63;
}

.point_color {
	color: #F63;
	font-size: 122%; /* 16px */
	font-weight: 700;
}

.center {
	text-align: center;
}

th {
	background: #FFFBB5;
}

td.t_title {
	background: #FFFBB5;
}

td.t_btn {
	text-align: center;
}

a.ico {
	background: url("/static/10bai/images/footer_link_icon.gif") no-repeat left center;
	padding-left: 15px;
}


