@charset "UTF-8";
header{
	background: #2754A6;
	padding: 15px;
	
}
header .img{
	width:700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
div#mf_wrapper {
	width: 700px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
/*#container{
	padding: 25px 50px;
	border: 1px solid #888;
}*/
div#mf_header h1 {
	font-size: 26px;
	border-bottom: solid 2px #2754A6;
	border-top: solid 2px #2754A6;
	margin-top: 30px;
	padding: 10px 0;
	color: #2754A6;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div#mf_header h3 {
	padding: 13px;
	border: 3px solid #d4e3fe;
	color: #444;
}
div#mf_header h4 {
	padding: 10px;
	background: #d4e3fe;
	color: #444;
	margin-bottom: 15px
}
div#mf_header p {
	font-size: 14px;
	color: #444;
	line-height: 1.7
}
div#mf_header span{
	color: red;
}
form#mailform {
	padding: 15px;
	background: #d4e3fe
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #999999;
	padding: 20px 10px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 150px;
}
table.mailform tr td input[type="submit"]{
	padding: 15px;
}
table.mailform tr td input[type="reset"]{
	padding: 15px;
	margin-left: 15px;
}