@charset "utf-8";
/* CSS Document */

#formWrap {
	max-width:960px;
	width:100%;
	margin:0 0 30px;
	line-height:120%;
	font-size:90%;
}

main{
	max-width:700px;
	width: 100%;
}


.formTable th{
	background-color: rgba(199,178,153, 0.8) !important;  
	color: #6F2400;
	vertical-align: middle;
	border: solid 1px #999;
}

#formTable input{
	width: 80%;
}
#formTable textarea{
	width: 80%;
}
.red{
    font-size: 0.8em;
    padding-left: 2px;
    color: #E60000;
}

.privacy_policy{
	display:block !important;
	text-align:center !important;
	margin-top:30px;
}

.privacy_policy_red{
	color: #E60000;
	text-decoration:underline;
}
	
.small {
	font-size: 0.7em;
	color:#E60000;
	display:block !important;
	text-align:center !important;
	margin-top:30px;
}

.form-btn input[type="submit"], .form-btn input[type="reset"]{
	width: 100px;
	margin-left: -5px;
}

dl,dt,dd{
  margin:0px;
  padding:0px;
}
 
dl{
	max-width:700px;
	width:100%;
	border: solid 2px #999;
	border-top: solid 1px #999;
}
 
dt{
	max-width:160px;
	width:100%;
	height:40px;
	color: #6F2400;
	clear: left;
	float: left;
	border-top: 1px solid #999;
	text-align:center;
	line-height:35px;
	background-color: rgba(199,178,153, 0.8) !important;  

}

.contact_textarea{
	height:140px;
	line-height:7.5;
	background-color: rgba(199,178,153, 0.8) !important;
	padding:4px 0;  
}

.contact_textarea_box{
	height:140px;	
	}
 
 
dd{	height:40px;
 	margin-left:160px;
 	border-top: 1px solid #999;
 	border-left: 1px solid #999; 
 	padding:10px 0;
}

.contact_textbox{
	width: 90%;
	margin-left:10px;
}

.form-btn {
	clear: both;
	text-align: center;
	margin-top: 10px;
}
.submit_btn{
	color: #6F2400;
	border:none;
	margin-right:20px;
	padding:8px 2px;
	background-color: rgba(199,178,153, 0.8);
}

.reset_btn{
	background-color:#E0E0E0;
	border:none;
	padding:8px 2px;
}

.submit_btn:hover , .reset_btn:hover{
	opacity:0.8;
	cursor: pointer;
	cursor: hand;
}


.check{
    background-color: #CCC;
    width: 100%;
    text-align: center;
    line-height: 3.5em;
    padding: 5px 10px;
    margin-top: 20px;
}

/**edgeのみ対応**/
_:-ms-lang(x), _::-webkit-meter-bar,footer {
     height:190px !important;
}

@media screen and (max-width:640px){
dl{
	margin-top:10px;
  }

dt{
	max-width:none;
	width:100%;
	color: #6F2400;
	clear: left;
	float:none;
	border-top: 1px solid #999;
	text-align:center;
	padding:0;
	line-height:2.2;
	background-color: rgba(199,178,153, 0.8) !important;  

}
	
dd{ height:60px;
 	margin-left:0;
 	padding:20px 0;
}	

.contact_textarea{
	height:40px !important;
	line-height:2.0;
	background-color: rgba(199,178,153, 0.8) !important;
	padding:4px 0;  
}

.contact_textarea_box{
	height:140px !important;	
}


.contact_textbox{
	border-top:1px solid #999;
}


.submit_btn{
	color: #6F2400;
	border:none;
	margin-right:20px;
	margin-top:20px;
	padding:8px 2px;
	background-color: rgba(199,178,153, 0.8);
}

#formWrap h4{
	width:90%;
}

}