@charset "UTF-8";

#line-banner + .contents_box01 .inner_item_img a img {
    transition: 0.3s all ease;
}

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