/* 行間設定 */
body {
	
	background: #0e0e0e;
	color: #ffffff;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	width:100%;
	/* スクロールバーの色 html/body両方に設定が必要 */
	/* scrollbar-base-color: #FFFFFF; */
	margin: 0px auto 0px auto;
	padding:0px;
	line-height : 140%
}

.space {
	height:15px;
}

.text {   line-height : 140% ;
          font-size: 13px ;
           color: #575757 ;
} 

.text2 {   line-height : 140% ;
           font-size: 11px ;
           color: #575757 ;
} 

.producttext {   line-height : 140% ;
           font-size: 13px ;
           color: #FFFFFF ;
} 

.producttext2 {   line-height : 140% ;
           font-size: 11px ;
           color: #FFFFFF ;
           padding: 10px ;
} 

.producttext3 {   line-height : 130% ;
           font-size: 11px ;
           color: #FFFFFF ;
           padding: 10px ;
} 

@charset "UTF-8";
div#mf_wrapper {

	width: 800px;
	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: 5px;
}


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;

}

a:link {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #FF0000;text-decoration: underline;}
a:active {color: #FF0000;text-decoration: underline;}

