@charset "UTF-8";

#banner_s + .contents_box01 .content_wrapper .inner_item_img img {
    transition: opacity 0.3s ease;
}

#banner_s + .contents_box01 .content_wrapper .inner_item_img a:hover img {
    opacity: 0.7;
}

#banner_s + .contents_box01 .content_wrapper .inner_item_txt a {
    transition: opacity 0.3s ease;
}

#banner_s + .contents_box01 .content_wrapper .inner_item_txt a:hover {
    opacity: 0.7;
}