@charset "UTF-8";
div#mf_wrapper {
	width: auto;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.mailform {
	width: auto;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 2px 2px 2px 2px;
	width: auto;
}
table.mailform tr th {
	width: auto;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: auto;
	height: auto;
}


/*--テーブル外の文字設定------------------------------------------*/

.text {
	font-size: 10px;
	color:#930;
	line-height:1em;
	}


