﻿@charset "utf-8";
table {
	margin: 20px;
}
th {
	width: 200px;
	height: 40px;
	font-size: 130%;
	line-height: 130%;
	background-color: #b8d06c;
	border: 1px solid #fff;
}
td {
	font-size: 130%;
	line-height: 130%;
	padding-right: 30px;
	border: 1px solid #fff;
	background-color: #f3f3f3;
}