@charset "utf-8";

/* 申込書ダウンロードボタン */

#application_btn a {
	display: block;
	width: 305px;
	margin: 0 auto;
	padding: 10px;
	background: #1E6C41;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}

#application_btn a span {
	font-weight: bold;
	font-size: 15px;
}

#application_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}