/* カスタマイズ用css */
/*土日祝日*/
#calendar_content table.lib_calendar tbody tr:first-child, th:first-child {
    color: #990000 !important;
}

#calendar_content table.lib_calendar tbody tr:first-child, th:last-child {
    color: #005599 !important;
}

#calendar_content table tbody tr td:first-child a {
    color: #990000 !important;
}

#calendar_content table tbody tr td:last-child a {
    color: #005599 !important;
}

#calendar_content table tbody tr td.calendar_holiday a {
  color: #990000 !important;
}
