@charset "utf-8";
/* CSS Document */

/* table */
table{
	font-size:107%;
	margin-bottom:60px;
}

tr{
	border-top:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
}

th{
	width:200px;
	text-align:left;
	padding:20px 0 20px 20px;
	font-weight:bold;
}

td{
	padding:20px 0 20px 20px;
}

