@charset "UTF-8";

#line_banner + section .inner_item_img img {
    transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

#line_banner + section .inner_item_img a:hover img {
    transform: translate(5px, -5px);
    box-shadow: 5px 5px 0 #ccc;
}