@charset "UTF-8";
div#mf_wrapper {
	width: 707px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}

form#mailform {
	padding: 5px;
	font-size:0.95em;
	line-height:1.4em;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	/*text-align: left;*/
	font-weight: normal;
	border-bottom: 1px dotted #dddddd;
	padding: 10px 5px;
}
table.mailform tr th {
	/*width: 150px;*/
	text-align:right;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	color: #999999;
}
table.mailform tr td {
	text-align:left;
	padding-left:20px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #cccccc;
}

table.mailform tr .input-waku , table.mailform tr select {
	padding:3px;
	border: 1px solid #cccccc;
}
table.mailform .soushin {
	padding:3px;
	background:#0E055F;
	color:#FFFFFF;
	border-top: 1px solid #ACA5E4;
	border-left: 1px solid #ACA5E4;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.mailform tr td.haba input {
	width:350px;
	padding:3px;
}

