@charset 'utf-8';

.headliner_bloc .entry-item, .headliner_bloc .entry-item * {
    box-sizing: border-box;
}
.headliner_bloc .entry-item {
    margin: 0.5em 0;
    padding: 2px 4px;
    border-bottom: 1px dotted #ccc;
}
.headliner_bloc .entry-item .publishedDate {
    display: inline-block;
    padding-right: 8px;
}

.headliner_bloc .image_area a {
    display: block;
    margin: 0.5em 0 0 8px;
    max-width: 100%;
    /*height: 12em;*//* 5件用 */
    height: 7.5em;/* 3件用 */
    overflow: hidden;
    text-align: center;
}
.headliner_bloc .image_area a.noimage {
    line-height: 12em;
    font-weight: bold;
    background-color: #ccc;
}
.headliner_bloc .image_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
