
@charset "UTF-8";

/*--バナー画像調整--*/
#banner + section .inner_item_img{
    width: 220px;
    box-shadow: 0px 0px 7px #00000026;
}
#banner + section .inner_item_img a{
    display: block;
    height: 100%;
    transition: 0.3s all;
}
#banner + section .inner_item_img a:hover{
    opacity: 0.8;
}