@charset "UTF-8";

a#images + div .content_wrapper {
    padding: 0!important;
}
a#images + div .content_wrapper .wrapper_item .inner_item {
    width: 24.9%!important;
    margin-left: 1px!important;
}
a#images + div .inner_item_img {
    background: #000;
}
a#images + div.composite_box01 .inner_item_img img {
    opacity: 0.6;
}
@media screen and (max-width: 800px) {
a#images + div .content_wrapper .wrapper_item .inner_item {
    width: 49.5%!important;
    margin-bottom: 0!important;
}
a#images + div .inner_item_img {
    background: #000;
    margin-bottom: 1px!important;
}
a#images + div.composite_box01 .inner_item_img img {
    opacity: 0.6;
    height: 100%!important;
}
}