/*---メールフォーム　共通---*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:1.5;
}

H2.yoyakuH2{
background : #f8b504;
font-size: 130%;
font-weight: bold;
color: #000;
text-align : left;
line-height : 1.7em;
padding-left: 5%;
margin-bottom: 10px;

}



#formWrap .p1{
font-size: 110%;
margin : 5px 4% 10px 4%;
text-align: left;
}

.mail{ 
margin-bottom : 30px;
overflow : hidden;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable th{
	width:95%;
	font-weight:normal;
	background:#f6f6f6;
	text-align:left;
	font-size:100%;
display: block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
overflow: hidden;
	margin:0 auto;

}

table.formTable td{
	font-size:110%;
display: block;
	width:80%;
	margin:20px;
	text-align:left;

}


table.formTable th span{
color: #e34000;
	font-size:12px;
}

.kakunin{
margin-top: 20px;
text-align: center;
}

.kakunin input{
padding: 5px;
margin-right: 12px;
margin-left: 12px;
border:1px solid #555;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.kakunin input:hover{
border:1px solid #ccc;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;

}


tablearea{
 width:90%;
 height:30%;
font-size: 110%;
line-height:1.2;
 }

input.in-name{
 width:90%;
font-size: 110%;
line-height:1.2;
 }


.size1{
height:20px;
font-size: 110%;
}



