body#page_f054decb-0fd9-479a-8d87-7841fe522be7 div#content1 { width:93.99%; }
body#page_36093cbd-05ff-423d-9112-030ed3879a0c div#content1 { width:95.03%; }
body#page_e9ca1511-5d71-419b-a34e-2bcc28fc3a52 div#content1 { width:95.03%; }
body#page_e9ca1511-5d71-419b-a34e-2bcc28fc3a52 div# { width:100%; }
body#page_331edb0e-8f3b-4619-b0e4-1778127ad8b0 div#content1 { width:95.03%; }
body#page_18993be7-c946-4545-9857-ab88e54a4e30 div#content1 { width:95.03%; }

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
