@charset "UTF-8";

.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 18px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 16px;
    width: 40px;
}
.calendar td {
    padding: 3px 0;
    font-size: 18px;
    line-height: 120%;
}
.today {
    background : #000000; /* 背景色をつける設定 */
    border : 1px solid #000000; /* 枠線をつける設定 */
}
