@charset "utf-8";
#map{
    height: 420px;
}
#contact-hd{
    padding-top: 62px;
    text-align: center;
}
#contact-hd h1{
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #3a3a3a;
}
#contact-hd span{
    display: block;
    line-height: 34px;
    color: #9f9f9f;
    text-transform: uppercase;
}
#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;
}