@charset 'Shift_JIS';
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.eventReport {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}
/* ‹LŽ–ƒ^ƒCƒgƒ‹ */
.tokusyu_title {
    margin-bottom: 4px;
    padding:0 10px 4px;
}
/* ‰æ‘œˆê—— */
.box_imagelist {
    max-width: 650px;
    margin: 0 auto 1px;
}
.box_imagelist .frame_square {
    max-width: 33.3%;
    float: left;
    box-sizing: border-box;
    margin-bottom: -1px;
    cursor: pointer;
}
/* ‹«ŠEü‚ÌÝ’è */
.box_imagelist .frame_square {
    border: 1px solid #fff;
}
.box_imagelist .frame_square + .frame_square {
    margin-left: -1px;
}
.box_imagelist .frame_square:first-child,
.box_imagelist .frame_square:nth-child(3n+1) {
    margin-left: 1px;
}
/* c‰¡”äŒÅ’è˜g */
.box_imagelist [class^='frame_'] {
    position: relative;
    width: 100%;
    height: auto;
}
.box_imagelist [class^='frame_']:before {
    content: '';
    display: block;
}
.box_imagelist .frame_square:before {
    padding-top: 100%;
}
.box_imagelist .frame_4-3:before {
    padding-top: 75%;
}
.box_imagelist .frame_4-1:before {
    padding-top: 25%;
}
.box_imagelist [class^='frame_'] > .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
/* ‰æ‘œ‚Ì˜g */
.box_imagelist .frame_4-3 {
    text-align: center;
    background-color: #000;
}
.box_imagelist .img_repo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Šg‘å‰æ‘œ‚Ö‚ÌƒŠƒ“ƒN */
.box_imagelist .link_zoom {
    display: block;
}
/* ƒeƒLƒXƒg */
.box_imagelist .box_txt {
    color: #000;
    font-size: 12px;
    padding: 2px 10px;
    line-height: 1.2em;
    box-sizing: border-box;
}
.box_imagelist .txt_caption {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
@media screen and (max-width: 320px) {
    .box_txt {
        font-size: 10px;
        padding: 0 4px;
    }
}

.eventReport p.no-result {
    text-align: center;
    padding: 100px 0;
    color: #555;
}