#map {
    height: 400px;
}

.m-contact {
    padding-bottom: 40px;
    position: relative;
}

.m-contact .message {
    width: 520px;
    padding-top: 40px;
}


.m-contact .message h2 {
    font-size: 36px;
    padding-left: 20px;
    background: url('../images/page/icon-tit.jpg') left center no-repeat;
    line-height: 80px;
}

.m-contact .message p {
    line-height: 40px;
    font-size: 18px;
}



.adorn-left {
    width: 673px;
    height: 380px;
    background: url('../images/page/cloud-left.png') 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 600px;
}

.adorn-right {
    width: 430px;
    height: 374px;
    background: url('../images/page/cloud-right.png') 0 0 no-repeat;
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: 600px;
}

