#cont01 h2 {
	width: 88%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 35px;
	padding-left: 12%;
	background-image: url(../img/green.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px center;
}

#fb {
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 20px;
}

ul.form {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-bottom: 1px solid #CCC;
}

ul.form:last-child{
	border-bottom: none;
}

ul.form li {
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

ul.form li.left {
	width: 26%;
	padding: 10px 2%;
	background-color: #7EB93C;
	color: #fff;
}

ul.form li.right {
	width: 64%;
	padding: 10px 2%;
}

ul.form li.left label {
	line-height: 26px;
}

.screen-reader-response{
	color: red;
}

.wpcf7-not-valid-tip{
	font-size: 12px!important;
	color: red!important;
}

.screen-reader-response ul {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

select{
	width: 84%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

textarea{
	width: 84%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

input{
	width: 84%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

html body div#container div#cont_main div#cont_left div#cont01 div form.wpcf7-form p#submit_p input#mail_submit.wpcf7-form-control.wpcf7-submit{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	padding: 0;
	border-radius: 5px;
	background-image: url(../img/submit.png);
	font-size: 15px;
	font-weight: 800;
	color: #fff;
}

#mail_submit.wpcf7-form-control.wpcf7-submit:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
}