@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	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 td {
	text-align: left;	
	border-bottom: solid 1px #999999;
	padding: 10px 5px;
}
table.mailform th {
	text-align:left;
	width:150px
}
table.mailform tr th {
	
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
.mf {
	width:100% !important;
	border:1px solid #CCC;
}
.must {
	color:#F00;
	font-size:10px;
}
input#submit_button , input#reset_button {
	background:#ffffff;
	border:1px solid #CCC;
	padding:5px 20px;
	color:#000000
}
@media only screen and (max-width:640px){
	table.mailform {
	width: 100%
}
table.mailform tr th {
	width:30%;
	padding:3% 0;
	font-size:12px
}
table.mailform tr td {
	width:70%;
	padding:3% 0
}
}