@charset "utf-8";
table{
	width:95%;
	margin:auto;
	font-size:3.8vw;
	margin-top:2%;
}
table tr th{
	background-color:#E0E0E0;
	font-weight:normal;
	padding:.5em;
	line-height:1.2;
	border:1px solid #CCC;
}
table tr td{
	padding:.5em;
	line-height:1.2;
	border:1px solid #CCC;
}