@charset "utf-8";

section table {
	margin-bottom: 1em;
}

table .t_right {
	display: table-cell;
}

table .v_middle {
	vertical-align: middle;
}

/* normal */
table.normal th {
	font-weight: bold;
}

table.normal thead th {
	background: #f8f1e4;
}

table.normal th,
table.normal td {
	padding: 3px;
	border: 1px solid #999;
}


/* simple */
table.simple thead td {
	font-weight: bold;
	text-align: center;
	background: #ffff99;
}

table.simple td {
	padding: 3px 10px 3px 10px;
	border: 1px solid #aaa;
}
