@charset "UTF-8";

a#line+section .inner_item_img a {
    transition: 0.3s ease-in-out;
}
a#line+section .inner_item_img a:hover {
    opacity: 0.8;
}