@charset "UTF-8";
div#mf_wrapper {
	width:  600px;
	text-align: left;
	margin: 0px auto 0px auto;
}

form#mailform {
	padding: 0px;
}

table.mailform {
	width: 100%;
	border-collapse: separate;
	border: solid 1px #999;
	padding: 1px;
	line-height: 17px;
}

table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}

table.mailform tr th {
	width: 150px;
	background-color: #F6F6F6;
	border-bottom: solid 1px #999;
}

table.mailform tr td {
	background-color: #F7F9F9;
	border: none;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}

th.essential {
	border-left: solid 2px #F00;
}


table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999;
}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

.but_sub {
	width: auto;
	padding: 2px;
}