.newsdetail .newstitle {
    display: block;
    border-bottom: solid 1px #B5B5B6;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.newsdetail .date {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.newsdetail .tag {
    display: inline-block;
    width: auto;
    margin: 0 10px 25px 0;
    background-color: #8E81BC;
    font-size: 1.3rem;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.tag.newsrelease {
    background-color: #00A2E2;
}
.tag.food {
    background-color: #007D6A;
}
.tag.supplement {
    background-color: #226CAC;
}
.tag.drink {
    background-color: #BD3430;
}
.tag.bread-making {
    background-color: #A38246;
}
.newsdetailbox {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
}