@charset "utf-8";

/*====================================
ギャラリーテンプレート
====================================*/

/*一覧*/

.gallery_list {
    width: 730px;
    position: relative;
}
.gallery_list li {
    width: 165px;
    padding: 4px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    float: left;
}
.gallery_list li .thumbnail img {
    height: auto;
}
.gallery_list li .excerpt {
    margin: 5px 0 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}
.gallery_list li .excerpt .more a {
    margin-top: 5px;
    padding: 3px 0;
    background: #EEEEEE;
    display: block;
    text-decoration: none;
}
.gallery_list li .excerpt .more a:hover {
    background: #DDDDDD;
}

/*詳細*/

#detail_wrap {}
#detail_wrap .photo {
    margin-bottom: 20px;
    text-align: center;
}
#detail_wrap .post_box {}
#detail_wrap .post_box .post_title {
    font-weight: bold;
    margin-bottom: 10px;
}
#detail_wrap .post_box .post_content {
    margin-bottom: 20px
}

/*more*/

.next a {
    width: 260px;
    margin: 20px auto 0;
    padding: 7px 0;
    text-align: center;
    display: block;
    background: #666;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
}
.next a:hover {
    background: #999;
}
#infscr-loading {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #DDD;
}
.loading {
    margin-top: 20px;
    text-align: center;
    display: none;
}