/* 全体の色 */
.MainColor{
    background: #006bbe;
    color: white;
}
.SubColor{
    background: #a9d8ff;
    color: white;
}
.BgColor{
    background: #fefdf9 !important;
}

/* ボタンカラー */
.BlueBtnColor{
    background: #0276cf;
    border-color: #0276cf;
    color: white !important;
}
.RedBtnColor{
    background: #fd5858;
    border-color: #fd5858;
    color: white;
}
.GreenBtnColor{
    background: #89a65c;
    border-color: #89a65c;
    color: white;
}
.YellowBtnColor{
    background: #ffe400;
    border-color: #ffe400;
    color: white;
}

.v-dialog--fullscreen {
    background-color: white;
}
