/* CSS Document */

.menu_box{
    background: url("/img/contents/cut/bg.jpg") right/cover no-repeat;
}

.menu_box .menu_menubox{
    margin-top: 50px;
}

@media screen and (max-width:480px){
    .menu_box{
        background-image: none;
    }
}