h2{
	font-size:38px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:3px dotted #918272;
	color:#222222;
	margin:40px 0 30px;
	line-height: 1.1;
	font-family: inherit;
}
.textContents a{
	color:#333333;
}
#contactBtn a{
	border:solid 1px #67ae54;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #eff6ed;
	color:#67ae54;
	padding:20px 0;
	width:40%;
	text-align:center;
	display:block;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	position:relative;
	margin:20px auto 45px;
}
#contactBtn a:hover{
	background-color: #67ae54;
	color:#ffffff;
}
#contactBtn a:after{
	font-family: 'FontAwesome';
	content: "\f0a9";
	position:absolute;
	right:20px;
}
h3{
	color:#68ae54;
	padding-bottom:10px;
	border-bottom:1px solid #67ae54;
	font-size:28px;
	margin-bottom:20px;
}
#contactBox{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width:100%;
	padding:20px 0;
	background: url(../../common/images/foot_contact_bg.png);
	background-size: 13px auto;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	margin-bottom:25px;
}
#contactBox p{
	margin-bottom:15px;
}
#contactBox a{
	color:#ffffff;
	text-decoration: none;
}
.contactTelBox{
	margin:0 auto;
	width:62%;
}
.contactTelBox img{
	max-height:40px;
}
.contactTelBox span{
	float:left;
	padding-top:10px;
}
#contactBox2{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width:100%;
	padding:20px 0;
	background: url(../../common/images/bg_border_green.png);
	background-size: 13px auto;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	margin-bottom:25px;
}
#contactBox2 p{
	margin-bottom:15px;
}
#contactBox2 span.cntctrb{
	padding-left:20px;
	font-size:16px;
}
#contactBox2 a{
	color:#ffffff;
	text-decoration: none;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#contactBtn a{
		width:60%;
	}
	#contactBox{
		font-size:18px!important;
	}
	#contactBox2{
		font-size:18px!important;
	}
	.contactTelBox{
		width:80%;
	}
}

@media only screen and (min-width:768px){
}
@media only screen and (max-width: 767px) {
	h2{
		font-size:30px;
	}
	h3{
		font-size:20px;
	}
	#contactBtn{
		width:100%;
		display: block;
	}
	#contactBtn a{
		position: relative;
		display: block;
		padding: 3% 5% 3% 3%;
		font-size: 16px;
		width:90%;
		text-align:left;
	}
	#contactBox2{
		padding:5% 5%;
		width:90%;
	}
	.contactTelBox{
		width:80%;
	}
	.contactTelBox span{
		width:100%;
		padding:5px 0 10px;
	}
}
