
@charset UTF-8;

body{
	font-size: 16px;
}

h1{
	margin: 21px 0 40px;
}

h2{
	margin: 35px 0 20px 0;
}

table.gaiyo{
	font-size: 14px;
	line-height: 1.5em;
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin: 0;
}

table.gaiyo th{
	color: #fff;
	font-weight: normal;
	background-color: #73A333;
	border-top: 1px solid #fff;
	width: 170px;
}

table.gaiyo tr:first-child th{
	border-top: 1px solid #000;
}

table.gaiyo td{
	overflow: visible;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 12px 30px;
}

.gaiyo_r{
	float: right;
	width: 280px;
}

.gaiyo_r table{
	width: 100%;
	margin-bottom: 8px;
}

.gaiyo_r table td{
	text-align: center;
}

table.enkaku{
	font-size: 14px;
	line-height: 1.5em;
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin: 0;
}

table.enkaku th{
	color: #000;
	font-weight: normal;
	background-color: transparent;
	border-top: 1px solid #000;
	width: 170px;
}

table.enkaku td{
	overflow: visible;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 12px 30px;
}

