@charset "UTF-8";
div#mf_wrapper {
	width: 100%;
	max-width: 900px;
	text-align: left;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0px auto;
}
div#mf_header h1 {
	font-size: 1.4em;
	color: #666666;
	padding: 0px;
	margin: 0px 10px;
}
div#mf_header h2 {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
h2 span {
	color: #3333FF;
	font-size: 1.2em;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
}
table.mailform tr th,table.mailform tr td {
	color: #666666;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	padding: 10px 5px;
	border-top: 1px solid #CCCCCC;
}
table.mailform tr th {
	width: auto;
	min-width:120px
}
table.mailform tr th span {
	color: #3333FF;
	font-size: 1.2em;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	color: #666666;
}
table.mailform tr td p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
}
table.mailform tr td textarea {
	height: auto;
	width: 100%!important;
}
.mailform tr .rental {
	line-height: 3em;
}
.formtext1 {
	height: 1.5em;
	font-size: 1em;
}
.selectmenu1 {
	font-size: 1.2em;
}
.formtext2 {
	line-height: 3em;
}

.formtext3 {
	height: 1.5em;
	font-size: 1em;
}

#submit_button {
	font-size: 1em;
	padding: 10px 40px;
}

@media screen and (max-width:640px) {
table.mailform tr th,table.mailform tr td{
    display:block;
	border-top-width: 0px;
    }
table.mailform tr th{
	border-top-width: 1px;
	padding-bottom: 0px;
	font-weight: bold;
    }
.formtext3 {
	height: 1.5em;
	font-size: 1em;
	width: 100%!important;
	}
#submit_button {
	width: 100%;
	}
}

@media screen and (max-width:480px) {
div#mf_header h1{
	font-size: 1.2em;
	}

div#mf_header h1 span{
    display:block;
	color:#999
	}
.mailform tr td span {
	display: block;
	margin-top: 20px;
	}
}

@media screen and (max-width:320px) {
div#mf_header h1{
    font-size: 1.1em;
	text-align: center;
	}
}



#mailform dt {
	font-size: 0.8em;
	color: #666666;
	text-align: left;
	font-weight: normal;
	margin-top: 50px;
}

#mailform dd {
	font-size: 0.8em;
	color: #666666;
	text-align: left;
	font-weight: normal;
}

