.newsArea {
    text-align: left;
}

.news-list {
    list-style: none;
    font-size: 1.0rem;
    padding: 0;
}

.news-list li {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin: 0;
    min-height: 80px;
}

.news-list li:hover {
    opacity: 0.8;
}

.news-list li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding-right: 10px;
}

.date {
    float: right;
    font-size: 11px;
    color: #666;
}

.news-list li .title {
    height: auto;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list li::after {
    content: "〉";
    position: absolute;
    color: #d8d8d8;
    right: 2px;
    top: 31px;
}

.book-tag {
    color: #ffffff;
    max-width: 80px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 11px;
}

.book-tag.FREYJA {
    background-color: #cc33cc !important;
}
.book-tag.CLASSICO {
    background-color: #bdb76b !important;
}
.book-tag.OHS {
    background-color: #008cce !important;
}
.book-tag.RECOMMEND {
    background-color: #ff9900 !important;
}
.book-tag.SALES {
    background-color: #e60012 !important;
}