@charset "utf-8";

table{
	width: 96%;
	margin: 10px auto;
	border-collapse: collapse;
}
table td{
	border-style: solid;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-align: center;
}
table caption{
	border: 1px solid #000;
	font-size: 24px;
	height: 36px;
	padding: 4px 0;
}
table .firstRow{
	background: #c0c0c0;
}