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