@charset "utf-8";

.section table.simple {
	width: 100%;
	border-collapse: collapse;
}

.section table.simple thead tr th {
	text-align: center;
	background: #f0f0f0;
}

.section table.simple tbody tr th {
	text-align: center;
}

.section table.simple tr td.bg_color {
	background: #fde9d9;
}

.section table.simple tr th,
.section table.simple tr td {
	padding: 1% 2%;
	border: 1px solid #ccc;
}
