@charset "utf-8";

/*文字色（祝日）*/
tbody tr:nth-of-type(2) .sun .dataBox,
tbody tr:nth-of-type(2) .mon .dataBox,
tbody tr:nth-of-type(2) .tue .dataBox,
tbody tr:nth-of-type(2) .wed .dataBox {
    color:red;
}
 

/*5月*/
tbody .weekday,tbody .holiday {
    background-color:#c9afff !important; 
}

/*2〜6日*/
.calendarTable tbody tr:nth-of-type(1) .sat,
.calendarTable tbody tr:nth-of-type(2) .sun,
.calendarTable tbody tr:nth-of-type(2) .mon,
.calendarTable tbody tr:nth-of-type(2) .tue,
.calendarTable tbody tr:nth-of-type(2) .wed{
    background-color:#ffe4e9 !important;
}
/*7〜10日*/
.calendarTable tbody tr:nth-of-type(2) .thu,
.calendarTable tbody tr:nth-of-type(2) .fri,
.calendarTable tbody tr:nth-of-type(2) .sat,
.calendarTable tbody tr:nth-of-type(3) .sun{
    background-color:#ffd078 !important;
}

/*
A（黄）・・・#ffffbc
B（緑）・・・#daffdd
C（紫）・・・#c9afff
D（オレンジ）・・・#ffd078
E（赤）・・・#ffe4e9
/*
