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

header .branding {
	background:url(../img/local/local_branding.jpg) no-repeat center;
}
/* コンタクトフォーム */
/* コンタクトフォーム */
table.contactForm{
	border-collapse:collapse;
	width:70%;
	margin:0 auto 60px;
}
.contactForm th{
	font-weight:normal;
	text-align:left;
	width:200px;
	border-top:#d4dadf 1px solid;
	border-bottom:#d4dadf 1px solid;
	padding:12px 24px;
	background:#ddeaf6;
}
.contactForm td{
	border:#d4dadf 1px solid;
	padding:12px 24px;
}
.contactForm td input[type="text"]{
	height:25px;
}
.contactForm td textarea{
	width:100%;
}
#input_btn{
	width:100%;
	margin:30px 0 0;
}
#input_btn td{
	text-align:center;
}
#input_btn td input{
	padding:5px 10px;
	cursor:pointer;
	margin:0 15px;
}
.t_section{
    text-align: center;
	margin:0 0 15px;
}

@media screen and (min-width: 0px) and (max-width: 930px) {
/* コンタクトフォーム */
table.contactForm{
	border-collapse:collapse;
	width:100%;
	margin:0 auto 60px;
}
.contactForm{
	border-bottom:#d4dadf 1px solid;
}
.contactForm th{
	width:100%;
	display:block;
	border-bottom:none;
}
.contactForm td{
	width:100%;
	display:block;
	border-bottom:none;	
}
.contactForm input{ 
	width: 100%; 
}
.contactForm input.w50p{ 
	width: 50%!important; 
}
.contactForm input.w40p{ 
	width: 40%!important; 
	/* background-color: #F6A38B; */
}
.contactForm input.w30p{ 
	width: 30%!important; 
	/* background-color: #F6A38B; */
}
}
