@charset "UTF-8";

div#mf_wrapper {

	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;

}



form fieldset {

	border-width:0;

}



/* 確認画面の送信ボタンの装飾 */

form#mailform p {

	width: 100%;

	text-align:center;

}

form#mailform p input {

	width:150px;

	height:40px;

	margin-top: 30px;

	border: none;

	cursor: pointer;

	background: #76A9DD;

	color: #FFF;

	font-weight: bold;

}

/* 確認画面へ進むボタンの装飾 */

table.mailform .submit {

	width:150px;

	height:40px;

}



table.mailform {

	padding: 1em;

	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 p {

	margin: 0px;

	padding: 0px;

	font-size: 10px;

	color: #999999;

}

table.mailform tr td textarea {

	width: 90%;

	height: 120px;

}



.caution {	color:red;}



.info {	color:#009900;}



.strong {	font-weight:bold;}



/*sfmailのマニュアル*/

.manual {

	padding:5px;

	border-style:solid;

	border-width:1px;

	border-color:#999999;

	font-size:0.9em;

}
