@charset "UTF-8";
#contents #mailform {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


div#mf_wrapper {
	width: 540px;
	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;
}

#table-01 {
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 650px;
}

#table-01 th  {
	padding: 3px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: normal;
}
#table-01 td  {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.required {
	color: #F00;
}

