@charset "UTF-8";
div#mf_wrapper {
	width: 600px;
	text-align: left;
	margin: 10px auto 40px auto;
	font-family: sans-serif;
}

#mf_wrapper h2{
    font-size: 14px;
    line-height: 28px;
    padding:0;
    margin-bottom:5px;
    letter-spacing: 0.1em;
    color: #b5b5b5;
}

form#mailform {
	padding: 3px;
	color:#666565;
	border:1px #d7d7d7 solid;
	background-color:#d4d4d4;
}
table.mailform {
	width: 100%;
} 
tr.top {
    border-top: solid 1px #ddd;
}
table.mailform tr th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #ddd;
	background-color: #f0f3fe;
	padding: 10px 5px 10px 10px;
}
table.mailform tr td {
    text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-right: solid 1px #ddd;
	border-left: dashed 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 5px 10px 10px;
	background-color:#fff;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform tr th span.small{
font-size:9px;
font-family:"Meiryo UI";
color:#384db7;
letter-spacing:0.1em;
}

#submit-btn{
    width:86px;
	height:30px;
	border:0;
	background:url(../images/submit.png) top no-repeat;
    }
	
#submit-btn:hover{
    background:url(../images/submit_ov.png) top no-repeat;
    }	
	
#reset-btn{
    width:86px;
	height:30px;
	border:0;
    background:url(../images/reset.png) top no-repeat;
	margin-right:50px;
    }
	
#reset-btn:hover{
    background:url(../images/reset_ov.png) top no-repeat;
    }