@charset "utf-8";
/* CSS Document */
.xj-calendar {
    width: 100%;
    margin: 25px 0 ;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}
.xj-calendar dl {
    display: grid;
    grid-template-columns: 10em auto;
    margin: 0;
}
.xj-calendar dt, .xj-calendar dd {
    margin: 0;
    padding: 1em 1.5em;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
}
.xj-calendar dt {
    background-color: rgba(0, 160, 230, 0.2);
    font-weight: normal;
}
.xj-calendar-note{
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .xj-calendar dl {
        display: block;
    }
}