@charset "utf-8";

/* table xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
table {
	width             : 80%;
	border-collapse   : collapse;
	margin            : 0 auto;
	margin-top        : 15px;
}

td {
	padding           : 8px;
	border            : 1px solid #49980B;
}

th {
	padding           : 8px;
	background-color  : #bae978;
	border            : 1px solid #49980B;
	text-align        : center;
}

