/* カスタマイズ用CSS */

.calendar-section {
    width: 600px; 
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

.is-disabled {
    color: #aaa;
}
.today {
    background-color: rgb(185, 223, 245) 
}

.notes{
  margin-top: 5px;
}

.apg_sc_table .apg_sc_holiday {
    color:  #f81d1d ;
    background-color: #fff ;
}