/* List */
.bbs-photo-contents { border-top: 2px solid #fede05; }
.photo-contents-row { padding: 40px 0; border-bottom: 1px solid #dddddd; }
._pc-thumbnail { display: inline-block; vertical-align: top; width: 26.66666%; }
._pc-thumbnail a{
    display: block; padding-top: calc(140 / 200 * 100%);
    width: 100%; height: 0;
    background-color: #fff; background-repeat: no-repeat; background-size: cover; background-position: center;
    border: 1px solid #ebebeb;

}
._pc-contents{
    display: inline-block; vertical-align: top;
    padding: 0 0 0 32px; width: 73.33334%;
}
._pc-contents-title a{
    display: block;
    margin: 6px 0 20px;
    font-size: 18px; font-weight: 400;
}
._pc-contents-date { font-style: normal; font-size: 15px; font-weight: 200px; }
._pc-contents-text { line-height: 22px; font-size: 16px; color: #666666; font-weight: 200; }

@media (max-width:1024px) {
    .photo-contents-row { padding: 10px; }
    ._pc-thumbnail { width: 100%; }
    ._pc-contents { padding: 15px 0 0 0; width: 100%; }
    ._pc-contents-date { font-size: 13px; }
    ._pc-contents-title a { font-size: 15px; margin-bottom: 10px; }
}
