
/* Smart Phone*/

@media only screen and (max-width: 480px) {


    #topArea{
        background-image: url("../images/list/mobile/mobile_top-bg_2.jpg");
        background-position: center;
    }

    h1{
        margin-top: 20px !important;
    }

    article .content{
        width: 100%;
    }



}