@charset "UTF-8";

.posting_end {
    width: auto;
    padding: 15px 0 15px 15px;
    background: #cccccc;
    border: #adada5;
    border: 1px solid #adada5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.posting_end .announce{
    font-size: 20px;
    padding: 5px;
    margin: 0 10px;
    display: inline-block;
}

.posting_end .announce .red{
   color:red;
}

.posting_end .announce .red a{
    color: inherit;
}