@charset "UTF-8";
div#mf_wrapper {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #E5E5E5;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 700px;
	margin:0 auto;
}
table.mailform tr th,table.mailform tr{
	border-bottom:dotted 2px #ffcb17;
}
table.mailform tr th,table.mailform tr:nth-child(9),
table.mailform tr th,table.mailform tr:last-child { border-bottom:none; }


table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	/*border-top: dotted 1px #E5E5E5;*/
	padding: 15px;
	vertical-align:middle;
	color:#333;
}
table.mailform tr th {
	border-right:dotted 2px #ffcb17;
	font-size:16px;
	width: 250px;
	font-weight:bold;
	text-align:center;
	color:#004189;
}
table.mailform th:last-child { border-right:none; }

table.mailform tr th span {
	color: #1a6eca;
	font-size: 12px;
	padding:0 0 0 5px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #CCCCCC;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

.mailform_lg_ss { width:150px; }
.mailform_lg_s { width:300px; }
.mailform_lg_m { width:400px; }
.mailform_lg_l { width:450px; }


table.mailform tr th.sbbox { text-align:center; padding:30px 0 60px;}
/*.sb_btn1 { background: url(images/btn_arr.png) no-repeat left center; color:#0D8BC4; width:140px; }
.sb_btn2 { background: url(images/btn_arr.png) no-repeat left center; color:#BCBCBC; width:120px;  }
.sb_btn1:hover,.sb_btn2:hover { text-decoration:none; opacity:0.7; cursor:pointer;}

.sb_btn1,.sb_btn2 { display:inline-block; margin:3px; letter-spacing:2px; text-align:left;height:30px; padding:0 0 0 35px; border:none; font-size:14px;font-weight:bold;}
*/
.form_btn {
  background: #525252 none repeat scroll 0 0;
  margin: 40px auto 25px;
  text-align: center;
  width: 180px;
}
.form_btn a {
  color: #ffffff;
  display: block;
  padding: 20px 30px;
}

.send_td { text-align:center !important; padding-top:45px !important;}

.sb_btn1 {
	width:150px;
	height:34px;
    background: url(../images/btn_send.png) no-repeat;
	background-size:150px 34px;
    color: #fff;
    font-size: 14px;
}
.sb_btn2 {
    background: #bcbcbc url("images/form_reset.png") no-repeat scroll left center/41px 22px;
    color: #fff;
    font-size: 14px;
}
.sb_btn1, .sb_btn2 {
    border: medium none;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    letter-spacing: 2px;
    margin: 3px;
    padding: 6px 15px 6px 45px;
    text-align: left;
}
.sb_btn1:hover, .sb_btn2:hover {
	opacity:0.8;
	cursor: pointer;
}

.contact_telfax { margin-bottom:50px; margin-top:30px; text-align:center; }
.contact_telfax li { margin-top:10px; display:block; vertical-align:middle; }
.contact_telfax li span {padding-top:12px;  padding-left:10px; display:inline-block; font-size:36px; font-family: "bwmodelica_bolditalic",sans-serif;  letter-spacing: 3px; color:#004189; }
.contact_telfax img { width:63px; }

/*.contact_privacy { width:60%; margin:0 auto; }
.contact_privacy strong { display:block; margin-top:10px; }*/

@media (max-width:860px) {
	table.mailform {
		width: 100%;
	}
	table.mailform tr th {
		width: 100%;
		padding-bottom: 0;
		border-right: none;
		display: block;
		text-align: left;
	}
	table.mailform tr td {
		width: 100%;
		display: block;
	}
	.mailform_lg_s {
		width: 100%;
	}
	.mailform_lg_l {
		width: 100%;
	}
}
@media (max-width:630px) {
	.contact_telfax img {
		width: 11%;
	}
	.contact_telfax li span {
		font-size: 24px;
	}
}
@media (max-width:435px) {
	.contact_telfax img {
		width: 11%;
	}
	.contact_telfax li span {
		font-size: 16px;
	}
	#mailform .post {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#mailform .post input {
		width: 49%;
	}
	#mailform .post .post_search {
		height: 24px;
		font-size: 10px;
	}
}