

    dl.bbs_basic {
        margin: 0;
        padding: 5px;
    }

    dl.bbs_basic > dt {
        display: flex;
        flex-direction: row;
        margin: 7px;
        padding-bottom: 7px;
        border-bottom: 2px solid #777;

        div.bbs_left {
            flex: 0 0 60%;
            font-weight: bold;
            text-align: left;
            font-size: 1.2rem;
        }
        div.bbs_right {
            flex: 1 0 auto;
            align-self: flex-end;
        }
    }

    dl.bbs_basic > dd {
        text-align: left;
        padding: 0;
        margin: 5px 5px 7px 15px;
    }

    dl.bbs_basic > dd > a:link, dl.bbs_basic > dd > a:visited, dl.bbs_basic > dd > a:hover, dl.bbs_basic > dd > a:active {
        text-decoration: none;
        vertical-align: top;
        color: #000;
    }