/*--------------------------------------------------------------------------------
　▼ 情報公開
--------------------------------------------------------------------------------*/
.section01 {
	margin-bottom: 50px;
}

.section01 h2 {
	font-size: 30px;
	text-align: center;
}

.section01 .day {
	color: #777;
	margin-bottom: 30px;
	text-align: center;
}

.link-top {
	max-width: 350px;
	margin: 30px auto 0;
}

.link-top a {
	background-color: #87B445;
	border-radius: 20px;
	color: #fff;
	display: block;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;

}

table {
	margin: 0 auto;
	width: 70%;
}

table tr th {
	border-bottom: 1px dashed #bfbfbf;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
	width: 30%;
}

table tr td {
	border-bottom: 1px dashed #bfbfbf;
	padding: 10px;
}

table tr td a {
	display: block;
}

.link-box a {
	background-color: #4C897C;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px auto 0;
	padding: 15px 10px;
	text-decoration: none;
	text-align: center;
	width: 300px;
}

@media screen and (max-width:800px) {

}


@media screen and (max-width:640px) {
	table {
		width: 100%;
	}

	table tr th {
		border-bottom: none;
		display: block;
		padding-bottom: 0;
		width: 100%;
	}

	table tr td {
		display: block;
		padding-bottom: 20px;
		width: 100%;
	}

	.link-box a {
		width: 80%;
	}

}

@media screen and (max-width:320px) {
}