  @charset "utf-8";


/* 土地活用に関する提案募集 css
-------------------------------------------------- */

.form-btn {
	display:block;
	text-align:center;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 20px 5px;
	color:#fff !important;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	background-color: #1c93cf;
	text-decoration: none !important;

}
.form-btn:hover {
	background-color: #0A89C0;
}
