﻿a.eachNotice {
    display: block;
    line-height: 2rem;
    border-bottom: dashed 1px #b6b5b5;
    text-decoration : none;
    color : #000000;
}

div.dateNoCategory {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-size: 0.8rem;
}

span.date {
    flex-grow: 1;
    flex-basis: 20%;
    max-width: 200px;
}

span.noticeNo {
    flex-grow: 1;
    flex-basis: 40%;
}

span.category {
    flex-grow: 1;
    flex-basis: 40%;
}

div.caption
{
    font-weight : 700;
}