/* CSS Document */

#content_contact {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.sub_title {
	width: 100%;
	height: auto;
	float: left;
}
.sub_title h3 {
	padding: 5px 0px 5px 20px;
	margin: 0px;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.box_text_02 {
	width: 94%;
	height: auto;
	float: left;
	background:#fff;
	color:#333;
	text-align: center;
	line-height: 140%;		
	margin-bottom:20px;
	padding:10px  3% 10px 3%;
	text-align:left;
}

.box_text_02 p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #000;
	font-size: 15px;
	font-weight:700;
}
#first_contact{	 	
 	text-align:left;
	margin-left:5px;
	margin-bottom:10px;
}
#first_contact b{	 	
 	color:red;
}
.box_thanks {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: auto;
	float: left;	
	box-sizing: border-box;	
	margin-bottom:20px;	
	font-size:14px;
	text-align:left;
}
.box_thanks p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #000;
	font-size: 15px;
	font-weight:700;
}

/*----contact----*/

.contact {
	width: 98%;
	height: auto;
	float: left;	
	text-align: left;
	line-height: 140%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius:5px;
	padding-top:10px;
	margin-bottom:20px;
	background:#EBFBEB;
	color:#000;
}
.fontRed {
	color: #F30;
}
dt{
	padding:8px 0px 8px 0px;
}
dd {	
	font-size: 15px;
	color: #6c6c6c;
	margin-left:4%!important;
}

.pd {	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.pd1 {	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}
.pd span{
	color:red;
	font-size:15px;
}
.pd2 {	
	height: auto;
	float: left;
	text-align: center;
	padding-bottom:10px;
	}
.pd2 span{
	color:red;
	font-size:15px;
	text-align:center !important;
	
}
.formInput {
	width: 100%;
	height: 25px;
}
.formInputS {
	width: 85%;
	
}
.formMulti {
	width: 85%;
	height: 120px;
}
.btnSend {
	margin: 0 auto;
	text-align: center;
	margin-top:10px;
	margin-bottom: 20px;
	cursor:pointer;
}
.btnSend input {
	padding:7px 15px;
	background:#B1E4B1 ;
	border-radius:7px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.btnSend input:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.formInput, .formInputS, textarea, .dropdown {
	border: 1px solid #ccc;
	padding: 5px;
	color: #000;
	background: #fff;
	border-radius: 5px;

}
.formInput:focus, .formInputS:focus, textarea:focus, .dropdown:focus{		
		outline:none;	
}

#span_tel{
	color:#00d8ff;
	font-weight:bold;
}