@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	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;
}
form#mailform {
	padding: 0px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th {
	width: 130px;
	background-color:rgb(114,113,113);
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	padding:10px;
	border-bottom:5px solid #FFF;
	border-right:5px solid #FFF;
}
table.mailform tr td {
	background-color:rgb(220,221,221);
	font-size:14px;
	color:#000;
	font-weight:normal;
	padding:10px;
	border-bottom:5px solid #FFF;
}
table.mailform tr th span {
	color: #FFF;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.form-day {
	border-collapse:collapse !important;
	border-spacing:0 !important;
}
table.form-day th,
table.form-day td {
	font-size:14px;
	border-bottom:1px solid #FFF !important;
	padding:4px 0;
}
button {
border:none; /*枠を消す*/
background-color:#ffffff; /*ページの背景色と合わせて誤魔化す*/
}

