@charset "UTF-8";

/*　問い合わせメールフォーム */
.mf_box {
   width: 650px;
   text-align:center;
   margin: 30px auto 20px auto;

}

form#mailform {
	padding: 5px;
}
table.mailform {
       width: 100%;

}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	padding: 20px 10px 20px 0px;
}


table.mailform tr th {
	width: 300px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 180%;
}
table.mailform tr th h3 {
	font-size: 12px;
	border-bottom:1px #999933 dotted;
}
table.mailform tr th h4 {
	font-size: 12px;
	padding-bottom: 10px;
}
table.mailform tr th img{
	padding-left: 5px;
   vertical-align: -0.25em;
}


table.mailform tr td textarea {
	width: 100%;
	height: 180px;
}

input.smp {
	margin-top: 15px; 
	background: url(../images/mail_btn.png) no-repeat;
	width:345px;
	height:56px;
	border:0px solid;
	cursor:pointer;
}
input.reset {
	margin-top: 15px;
	margin-left: 20px;
	background: url(../images/reset.png) no-repeat;
	width:150px;
	height:56px;
	border:0px solid;
	cursor:pointer;
}

table.mailform th a { 
	text-decoration:none;
	border-bottom:1px #999933 dotted;
}

.pp-box{
	width: 630px;
	height:100px;
	overflow:scroll;
	overflow-x:hidden;

}