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