@charset "utf-8";

@media all and (max-width: 768px) {
    .w768 {display : none;}
    .wDate {border-right: 0 !important;}
}

@media all and (max-width: 480px) {
    .w480 {display : none;}
}