@charset "UTF-8";
div#mf_wrapper {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	background: #cbe4e9;
}

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 95%;
	margin: 0px auto;
	background: #FFF;
	padding: 5px;
}
table.mailform tr th,table.mailform   tr td{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding: 7px 5px;
	height: 30px;
}
table.mailform tr th .lline {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
table.mailform td {
	
	white-space: nowrap;
}
table.mailform th.left {
	width: 120px;
}
table.mailform th.lefttop {
	width: 125px;
	vertical-align: top;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 15px;
	padding-left: 5px;
}
table.mailform tr th.txt10 {
	color: #666666;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 10px;
}
table.mailform tr td textarea {
	width: 98%;
	height: 120px;
}
.formcenter {
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px 10px;
}
input#submit_button {
	padding: 5px 40px;
	font-size: 14px;
	color: #656464;
	width: 200px;
	background: #FFF;
	border: 1px solid #656464;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
}
input#submit_button:hover {
	color: #FFFFFF;
	background: #F3AEB7;
	border: 1px solid #FFF;
}

input#reset_button {
	padding: 5px 40px;
	font-size: 14px;
	color: #656464;
	width: 200px;
	background: #FFF;
	border: 1px solid #656464;
	cursor: pointer;
	text-align: center;
	margin-left: 10px;
}
input#reset_button:hover {
	color: #FFFFFF;
	background: #F3AEB7;
	border: 1px solid #FFFFFF;
}
input#zip_button {
	padding: 5px;
	font-size: 10px;
	color: #656464;
	background: #FFF;
	border: 1px solid #656464;
	cursor: pointer;
	text-align: center;
}
input#zip_button:hover {
	color: #FFFFFF;
	background: #F3AEB7;
	border: 1px solid #FFFFFF;
}
table.mailform tr hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #656464; /* 線色 */
	height: 1px; /* 高さ */
}
