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