@charset "UTF-8";

.widget_staff01 .inner_item_img{
  border: none !important;
}
.widget_shop01 .inner_item_img a:last-child {
    transition: 0.3s ease-in-out;
}
.widget_shop01 .inner_item_img a:last-child:hover {
    opacity: 0.7;
}