@charset "utf-8";
/* CSS Document */
.f_tel {
	font-size: 26px;
	font-weight: bold;
	color: #B40808;
}
.btn {
	text-align: center;
	margin-bottom: 50px;
}

.t_form {
	width: 640px;
	margin: 0 auto 50px;
	border: solid 3px #e2e2e2;
	font-size: 15px;
}
.t_form th {
	width: 130px;
	text-align: left;
	padding: 5px 10px;
	background-color: #fffae5;
	border-bottom: dashed 1px #e2e2e2;
}
.t_form td {
	padding: 5px 10px;
	border-bottom: dashed 1px #e2e2e2;
}

.t_must {
	text-align: right;
	color: #C00;
	font-size: 12px;
}
form .must {
	color: #C00;
	font-weight: normal;
	font-size: 12px;
}
form .error {
	color: #C00;
}

form .f1 {
	border: 0;
	padding: 7px;
	border: solid 1px #ccc;
	margin: 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

form input:focus {
 border:solid 1px #AA8711;
}

form .b1 {
	border:solid 1px #ccc;
	cursor:pointer;
	padding:10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form .b2 {
	border:solid 1px #4cae4c;
	cursor:pointer;
	padding:10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #5cb85c;
	color: #fff;
}

form .b3 {
	border:solid 1px #eea236;
	cursor:pointer;
	padding:10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f0ad4e;
	color: #fff;
}

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

div.wpcf7-not-valid-tip {
	font-size: 11px;
	color: #C00;
	display: block;
}

div.wpcf7-validation-errors {
	border: #f7d9d9 1px solid;
	color: #C00;
	background: #fcf0f0;
	padding: 8px 12px 6px 12px;
	margin: 0 20px;
	border-radius: 3px;
	text-align: center;
}

form .wpcf7c-conf {
	border: none;
	overflow: hidden;
}

form input.wpcf7c-conf[type="text"]:focus,
form input.wpcf7c-conf[type="number"]:focus,
form input.wpcf7c-conf[type="email"]:focus,
form textarea.wpcf7c-conf:focus {
	outline: 0;
	border: none;
}

#wpcf7-modify {
	border:solid 1px #eea236;
	cursor:pointer;
	padding:10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f0ad4e;
	color: #fff;
	margin-right: 10px;
}
