.contact-l{
	float: left;
}
.contact-l .tel{
	margin-top: 115px;
	font-size: 13px;
	color: #333333;
	background: url(../images/contact-icon.png) no-repeat left center;
	margin-left: 7px;
	padding-left: 42px;
}
.contact-l .tel p:first-child{
	font-weight: bold;
	font-size: 23px;
	color: #333333;
	line-height: 32px;
}
.contact-l .tel p:last-child{
	margin-top: -5px;
}
.contact-l .content{
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	margin-top: 40px;
}

.contact-r{
	float: right;
	margin-top: 100px;
	width: 646px;
}
.contact-r input{
	border: none;
	font-size: 14px;
	color: #999999;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	background: none;
	border-bottom: solid 1px #999999;
	width: 646px;
}
.contact-r input.name{
	float: left;
	width: 265px;
}
.contact-r input.tel{
	float: right;
	width: 265px;
}
.contact-r input.text{
	height: 54px;
	line-height: 54px;
	margin-top: 33px;
}
.contact-r a.submit{
	float: right;
	display: block;
	width: 114px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	border: solid 1px #85bb2b;
	font-size: 14px;
	color: #85bb2b;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 100px;
}