@charset "UTF-8";

@media screen and (min-width:500px) and (max-width:900px){
   #img_contents + .contents_box01 .inner_item_img img  {
    max-width: none !important;
    width: 50% !important;
}
}