body {
    margin: 0px!important;
    color:#333;
    }


#calendar {
    width: 360px;
    margin: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

section {
    margin-top: 5px;
    width: 175px;
}

h1 {
    font-size: 12px;
    text-align: center;
    margin:0;
    padding: 5px 0;
    color: #000;
    border: 1px solid #ddd;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 10px;
}

tr:first-child td:first-child {
    background: #FFF;
}

tr:first-child td:last-child {
    background: #FFF;
}

td {
    border: 1px solid #ddd;
    padding: 3px 3px;
    text-align: center;
}

td:first-child {
    background-color: #fcc;
}

td:last-child {
    background-color: #fcc;
}

td.is-disabled {
    color:#fff;
    background: #FFF;
}


/*---休日--*/
td.is-holiday1 {
    background: #fff;
    background-color: #fcc;
}

td.is-holiday2 {
    background: #86ff86;
}

td.is-holiday3 {
    background: #fff845;
}

td.is-noholiday {
    background: #fff;
}

/*---/休日--*/
#h-text {
    width: 50%;
    margin: 10px 8%;
}

#h-text .holiday {
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 8px;
}


#h-text .holiday .color {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
}

#h-text .holiday .text {
    vertical-align: top;
}

#h-text .holiday-1 .color {
    background-color: #8282ff;
}

#h-text .holiday-2 .color {
    background-color: #86ff86;
}

#h-text .holiday-3 .color {
    background-color: #fff845;
}

.hol_info{
    font-size: 12px;
}
.dayoff{
    color: #fcc;
}