@charset "utf-8";
#content p {
	margin: 0 0 10px;
}
#content .box {
	margin: 0 0 30px;
	border: 1px solid #d3e193;
	padding: 25px;
}
#content h4 {
	background: #d3e193;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	color: #1e6c2b;
	font-weight: bold !important;
}
#content .tel {
	background: #faf7eb;
	font-size: 30px;
	padding: 10px 0;
	text-align: center;
	color: #1e6c2b;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: bold !important;
}
#content .tel span {
	background: #faf7eb;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	color: #1e6c2b;
}


.wpcf7-text {
	width:100%;
	padding: 5px 2px;
	border: 1px solid #a0c001;
}
.wpcf7-textarea {
	width:100%;
	padding: 5px 2px;
	border: 1px solid #a0c001;
}

.wpcf7-submit {
	background: url(../images/contact2.png);
	border: none;
	width: 217px;
	height: 42px;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
.wpcf7-submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

