.st-bg-lightgrey {
    background-color: #f5f6f7;
}

.st-bg-grey {
    background-color: #eee;
}

.st-bg-white {
    background-color: #fff;
}

.st-bg-black {
    background-color: #111111;
}

.st-bg-orange {
    background-color: #f6b46b;
}

.st-white{
    color: #FFF;
}

.st-black {
    color: #333;
}

.category-mc {
    background-color: #d13631;
    color: white;
}

.category-moderator {
    background-color: #d13631;
    color: white;
}

.category-narration {
    background-color: #222;
    color: white;
}

.category-coaching {
    background-color: #808080;
    color: white;
}

/*トップ画面での色設定*/
.st-category-mc {
    background-color: #d13631;
    color: white;
}

.st-category-narration {
    background-color: #222;
    color: white;
}

.st-category-coaching {
    background-color: #808080;
    color: white;
}
.st-s-mc {
    border-bottom: 3px solid #d13631;
}

.st-s-moderator {
    border-bottom: 3px solid #a54cff;
}

.st-s-narration {
    border-bottom: 3px solid #222;
}

.st-s-coaching {
    border-bottom: 3px solid #808080;
}




