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