@charset "utf-8";
/* common
-----------------------------------------------------*/
div#topics {
    margin: 70px auto 0;
    padding: 0;
    border: none
    }
/* topics_list
-----------------------------------------------------*/
#topics_list div.pager {
    border-top: none
    }
/* topics
-----------------------------------------------------*/
.topics_icon {
    display: inline-block;
    width: 10em;
    padding: 7px 5px 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    vertical-align: top;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #59D025
    }
.topics_icon.news {
    background: #46aae1
    }
.topics_icon.otoku {
    background: #96be46
    }
.topics_icon.press {
    background: #d2a06e
    }
.topics_icon.news {
    background: #32b482
    }
#topics_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px
    }
.main-img {
    margin: 0 0 30px;
    text-align: center
    }
.photo {
    float: right;
    width: 300px;
    margin-left: 20px
    }
.photo li {
    display: block;
    margin: 0 0 30px
    }
.topics_contents {
    overflow: hidden
    }
@media only screen and (max-width: 640px) {
    .photo {
        float: none;
        width: 100%;
        margin: 0 -5px 30px;
        overflow: hidden
        }
    .photo li {
        display: inline-block;
        width: 33.333%;
        margin: 0;
        padding: 0 5px
        }
    }
/* photogallery */
.photogallery {
    overflow: hidden
    }
.photogallery ul {
    margin: 10px -25px 0;
    overflow: hidden
    }
.photogallery li {
    width: 20%;
    max-height: 150px;
    margin: 0 2.5% 25px;
    padding: 0;
    text-align: center;
    background-color: #f5f5f5
    }
.photogallery li img {
    max-height: 150px
    }
@media only screen and (max-width: 1000px) {
    .photogallery ul {
        margin: 10px -10px 0
        }
    }
@media only screen and (max-width: 768px) {
    .photogallery li {
        width: 28.3%
        }
    }
@media only screen and (max-width: 480px) {
    .photogallery ul {
        margin: 10px -5px 0
        }
    .photogallery li {
        width: 44.9%;
        padding: 0 5px
        }
    }