/*cmnTop*/
.cmnTop{
    background: url("../img/contact/bgTop.jpg") no-repeat center top;
}
@media only screen and (max-width:767px){
    .cmnTop{
    background: url("../img/contact/bgTop.jpg") center top /cover no-repeat;
    }    
}
/*secContact*/
.secContact{
    margin: 30px auto 0;
    padding-bottom: 150px;
}
@media only screen and (max-width:767px){
    .secContact{
        margin: 20px auto 0;
        padding: 0;
    }    
}