@charset "UTF-8";
table,
table th,
table td {
	border: 2px solid #ddd;
	border-collapse:collapse;
	}
.table_01 {
	width: 641px;
}
.table_01 th {
	width:20%;
	background-color:#9DBE3A;
	color:#FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	vertical-align:text-top;
	font-weight: normal;
}
.table_01 td {
	width:80%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.table_02 {
	width: 310px;
}
.table_02 th {
	background-color:#9DBE3A;
	color:#FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	vertical-align:text-top;
	font-weight: normal;
}
.table_02 td {
	width:200px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
table caption {
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	color: #139244;
}
.map {
	padding:0;
	background-color:#FFF;
	}