@charset "UTF-8";

/*==================================================================================================

       PHP工房 Gallery

===================================================================================================*/

#gallery_wrap { }

        #gallery_list li {
        width:calc(25% - 10px);
        box-sizing: border-box;
        float: left;
        margin: 5px;
        }
        #gallery_list li a {
        display: block;
        width:100%;
        box-sizing: border-box;
        }

        @media screen and (max-width:767px) {
        #gallery_list li { width:calc(50% - 10px); }
        }






