@charset "utf-8";

body {
	font-size: 12px;
	line-height: 1.6;
	*font-size: 75%; /* ~WinIE7 */
}

.smaller {
	font-size: 11px;
	line-height: 1.6;
	*font-size: 91.7%; /* ~WinIE7 */
}

.bigger {
	font-size: 14px;
	line-height: 1.6;
	*font-size: 116.6%; /* ~WinIE7 */
}

table, th, td {
	font-size: 12px;
	line-height: 1.6;
	*font-size: 100%;
}

.heading {
	font-size: 14px;
	line-height: 1.6;
	*font-size: 116.6%; /* ~WinIE7 */
}

.fs20 {
	font-size: 18px;
	line-height: 1.6;
	*font-size: 150%; /* ~WinIE7 */
}

.column_t table {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
.column_t table th {
	background-color: #e3eefa;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

.column_t table tr:nth-of-type(2n) th {
	background-color: #f4f8fd;
}

.column_t table td {
	padding: 5px;
	border: 1px solid #ccc;
}