
@charset "UTF-8";

/*------------------リンクパーツ調整------------------*/
#top_link+section .inner_item_img a {
    transition: 0.3s;
}
#top_link+section .inner_item_img a:hover {
    opacity: 0.7;
}