/* CSS Document */

.mainArea {
	background-image: url(../img/contact/mainImg.jpg);
}
.contactBox {
	padding-top: 60px;
	padding-bottom: 60px;
}
.contactContent {
	padding-bottom: 100px;
	background-image: url(../img/contact/bg_contact.png);
	background-position: 128px 57px;
	background-repeat: no-repeat;
}
.contactBox h3 {
	width: 307px;
	height: 57px;
	margin: 0 auto 96px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/contact/h3.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.formArea {
	max-width: 1500px;
	margin: 0 auto;
	padding: 460px 0 96px;
	background-color: #503B2A;
	background-image: url(../img/contact/img_contact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.inFormArea {
	height: auto;
	padding: 60px 20px;
	background: #FFF;
}
.inFormArea h4 {
	width: 307px;
	height: 57px;
	margin: 0 auto 80px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/contact/h4.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.contactText {
	padding: 0px 150px 60px 150px;
	font-size: 15px;
	line-height: 27px;
	color: #545454;
	text-align: left;
}
.thanksText {
	padding: 0px 200px 150px 200px;
	font-size: 15px;
	line-height: 27px;
	color: #545454;
	text-align: left;
}
.linkBox01 {
	padding-bottom: 60px;
}
.contactContent02 {
	margin: 100px 0 52px 0;
}
.mapBox {
	display: none;
}
.linkBox01 {
	padding-bottom: 10px;
}
.contactBanner {
	display: none;
}


@media only screen and (max-width: 1000px){
	.contactBox {
		padding: 50px 20px;
	}	
	.contactContent02 {
		margin: 20px 0 30px 0;
	}
	.formArea {
		width: 100%x;
		padding: 248px 0 0;
    background-position: top -100px center;
	}	
	.inFormArea {
		padding: 50px 20px;
	}	
.contactText {
		padding: 0px 20px 40px;
    font-size: 14px;
		line-height: 1.4;
	}
	form#mailformpro {
		width: 100% !important;
	}
	form#mailformpro dl dt {
		float: none !important;
		width: 100% !important;
		padding: 10px 0px 10px 0 !important;
		text-align: left !important;
	}	
	.must {
		margin-right: 20px !important;
	}	
	input, textarea {
		/*width: 47% !important;*/
	}
	form#mailformpro dl dd {
		width: 100%;
		padding: 10px 0 20px 0 !important;
		border-top: none !important;
	}	
	form#mailformpro label {
		 white-space: normal !important; 
	}	
}


@media only screen and (max-width: 767px){
	.contactBox {
		padding: 50px 5vw;
	}	
	.contactContent {
		padding-bottom: 40px;
		background-image: none;
	}	
	.contactContent02 {
		margin: 0 0 30px 0;
	}
	.contactBox h3,
	.formArea h4,
	.contactBox h3 {
		width: 100%;
		height: 57px;
		margin: 0 auto 30px;
		background-size: contain;
	}
	.contactContent01 img {
		width: 100%;
	}
	.contactContent02 img {
		width: 100%;
	}
	.contactContent03 img {
		width: 100%;
	}
	.contactContent03 ul li {
		text-align: left;
	}
	.contactContent03 ul li span {
		font-size: 12px;
	}
	.contactText {
		padding: 0px 0 30px;
	}	
	.inFormArea {
		padding: 50px 0 0;
	}	
	input, textarea {
		/*width: inherit!important;*/
	}
	.linkBox01 {
		padding-bottom: 0;
	}
	.thanksText {
		padding: 0px 0 0 0;
		font-size: 14px;
	line-height: 2;
	}
}
	
@media only screen and (max-width: 400px){
	.contactBox h3,
	.formArea h4,
	.contactBox h3 {
		height: 55px;
		background-size: 80%;
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	