/* CSS Document */
@charset "UTF-8";
@import "common.css";


div#mf_wrapper {
	width: 320px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, 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,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
/*-------------------------------
	form
-------------------------------*/
.contactImg{
	background      :#FFFFFF;
	margin          :0 auto;
	text-align      : center;
	padding		: 15px 10px 15px;
}
.contactR{
	background:#FFFFFF;
	width:320px;
	margin:0 auto;
}
.grayBack {
	color		: #333333;
	border-top      :#CCCCCC solid 1px;
	border-left     :#CCCCCC solid 1px;
	border-right    :#CCCCCC solid 1px;
	background-color: #E7DED5;
	font-size	: 13px;
	font-weight	: normal;
	line-height	: 150%;
        vertical-align  :middle;
	padding		: 15px 10px 15px;
}
.grayBack2 {
	color		: #333333;
	border-top      :#CCCCCC solid 1px;
	border-left     :#CCCCCC solid 1px;
	border-right    :#CCCCCC solid 1px;
	border-bottom   :#CCCCCC solid 1px;
	background-color: #E7DED5;
	font-size	: 13px;
	font-weight	: normal;
	line-height	: 150%;
        vertical-align  :middle;
	padding		: 15px 10px 15px;
}
.whiteBack {
	color		: #333333;
	border-top      :#CCCCCC solid 1px;
	border-right    :#CCCCCC solid 1px;
	background-color: #FFFFFF;
	font-size	: 13px;
	font-weight	: normal;
	line-height	: 130%;
        vertical-align  :middle;
	padding		: 15px 10px 15px;
}
.whiteBack2 {
	color		: #333333;
	border-top      :#CCCCCC solid 1px;
	border-right    :#CCCCCC solid 1px;
	border-bottom   :#CCCCCC solid 1px;
	background-color: #FFFFFF;
	font-size	: 13px;
	font-weight	: normal;
	line-height	: 130%;
        vertical-align  :middle;
	padding		: 15px 10px 15px;
}
.redForm {
	color		: #DD2C00;
	font-size	: 13px;
	font-weight	: normal;
}
.sendForm{
	background      :#FFFFFF;
	width           :620px;
	margin          :0 auto;
	text-align      : center;
	padding		: 15px 10px 15px;
}

/*-------------------------------
	thanks
-------------------------------*/
.contactR2{
	font-size: 16px;
	line-height: 150%;
	background:#FFFFFF;
	width:85%;
	margin:0 auto;
}
.contactR2 h2{
	line-height: 170%;
}