@charset "UTF-8";

table {
	border-spacing: 0 0;
	border-collapse: collapse;
	border: 2px solid #CCC;
	font-size: 85%;
}

table td, table th {
	padding: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	line-height: 1.5;
}

table th {
	background: #FFC;
	vertical-align: middle;
	text-align: center;
}

table td.border_none {
	border-top: none;
}

table td.col_0 {
	width: 80px;
	text-align: center;
}

table td.col_1 {
	width: 60px;
	text-align: center;
}

table td.col_2 {
	width: 80px;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
}

table td.col_3 {
	width: 50px;
	text-align: center;
}

table td.col_4 {
	width: 150px;
}
