@charset "UTF-8";

a .icon-btn-car.only1day:before {
    background: url(/pisj/images/icon_btn_car1day_off.png) no-repeat center center!important;
    -webkit-background-size: contain!important;
    background-size: contain!important;
}
a:hover .icon-btn-car.only1day:before {
    background: url(/pisj/images/icon_btn_car1day_on.png) no-repeat center center!important;
    -webkit-background-size: contain!important;
    background-size: contain!important;
}