@charset "utf-8";

#contact-hd{
	text-align: center;
	padding-top: 96px;
}
#contact-hd h1{
	line-height: 70px;
	font-size: 40px;
	color: #3d3d3d;
	font-weight: bold;
}
#contact-hd p{
	line-height: 50px;
	font-size: 18px;
	color: #939393;
}

#contact-bd{
    margin-top: 55px;
    border-top: 1px dotted #c4c4c4;
    overflow: hidden;
    padding: 25px 0 50px;
}
#contact-bd dl{
    width: 208px;
    float: left;
    background: url(../images/contact-bd-icons.png) no-repeat left 36px;
    padding: 148px 96px 0;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color: #3a3a3a;
    padding-bottom: 52px;
}
#contact-bd dl.it2{
    padding-left: 95px;
    padding-right: 95px;
    border-color: #c4c4c4;
    border-style: dotted;
    border-width: 0 1px;
    text-align: center;
    background-position: center 36px;
}
#contact-bd dl.it3{
    background-position: right 36px;
}
#contact-bd dl.it2 dt{
    display: none;
}
#contact-bd dl.it2 dd{
    float: none;
}
#contact-bd dt, #contact-bd dd{
    float: left;
}

#contact-map{
    height: 600px;
}

#ft{
	margin-top: 0;
}