
/* 対応前 */
span.NOT_COMPATIBLE {
    font-size: 0.8em;
    background: #eceff1;
}
/* 対応開始予定 */
span.CORRESP_PEND {
    font-size: 0.8em;
    background: #dce775;
}
/* 対応中 */
span.DURING_CORRESP {
    font-size: 0.8em;
    background: #4db6ac;
}
/* 依頼者から再依頼 */
span.BACK_VERIFY {
    font-size: 0.8em;
    background: #ffbd40;
}
/* 依頼者の確認待ち */
span.PENDING_VERIFY {
    font-size: 0.8em;
    background: #ff8a80;
}
/* 確認済(対応終了) */
span.TASK_END {
    font-size: 0.8em;
    color: #ffffff;
    background: #757575;
}