@charset "UTF-8";

#hover + .contents_box01 .inner_item_img a {
  transition: all .3s;
}
#hover + .contents_box01 .inner_item_img a:hover {
  opacity: 0.7;
}