.spectrum-Calendar.nd-page-calendar {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nd-Calendar-shop-dropdown {
    padding: 16px 0 16px 0;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-header {
    margin: 16px 0;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-prevMonth,
.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-nextMonth {
    display: none;
    width: 64px;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-prevMonth.show,
.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-nextMonth.show {
    display: block;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .spectrum-Calendar-tableCell {
    padding: 0;
    border: solid 1px rgb(149, 149, 149);
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .spectrum-Calendar-dayOfWeek {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-blank-date {
    display: block;
    height: auto;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-blank-date {
        display: block;
    }
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell {
    display: block;
    height: auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell {
        display: block;
        padding: 8px 8px 8px 8px;
    }
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-date {
    display: block;
    text-align: left;
    font-weight: bold;
    height: 16px;
    line-height: 0.875rem;
    padding: 2px 0 0 2px;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-date {
        display: block;
        text-align: left;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
    }
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-blank-date {
    display: block;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-memo1 {
    display:block;
    font-size: 0.625rem;
    height: 1rem;
    line-height: 1rem;
    color: rgb(201, 37, 45);
    font-weight: bold;
    letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-memo1 {
        display:block;
        font-size: 0.875rem;
        height: 24px;
        line-height: 24px;
        color: rgb(201, 37, 45);
        font-weight: bold;
    }
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-status {
    display: block;
    padding: 0 4px;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-status {
        display: block;
        padding: 0 8px;
    }
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-status img {
    display: block;
    margin: 2px auto;
    width: 100%;
    height: auto;
}

.spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-memo2 {
    display:block;
    font-size: 0.625rem;
    height: 1rem;
    line-height: 1rem;
    color: rgb(201, 37, 45);
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .spectrum-Calendar.nd-page-calendar .spectrum-Calendar-table .nd-Calendar-tableCell .nd-Calendar-memo2 {
        display:block;
        font-size: 0.875rem;
        height: 24px;
        line-height: 24px;
        color: rgb(201, 37, 45);
        font-weight: bold;
    }
}

.nd-Calendar-dialog .nd-Calendar-radio-buttons {
    display: block;
}

.nd-Calendar-dialog .nd-Calendar-radio-buttons .nd-Calendar-radio {
    margin-right: 12px;
}
.nd-Calendar-dialog .nd-Calendar-radio-buttons .nd-Calendar-radio:last-child {
    margin-right: 0px;
}
.nd-Calendar-dialog .nd-Calendar-radio-buttons .nd-Calendar-radio .spectrum-Radio-label {
    margin-left: 4px;
}

.nd-Calendar-dialog .nd-Calendar-radio:hover,
.nd-Calendar-dialog .nd-Calendar-radio .spectrum-Radio-label:hover {
    cursor: pointer;
}

.nd-Calendar-dialog .nd-Calendar-radio-buttons .nd-Calendar-radio.checked .spectrum-Radio-button {
    border-width: calc(var(--spectrum-radio-circle-diameter, var(--spectrum-global-dimension-size-175)) / 2 - var(--spectrum-radio-circle-dot-size, var(--spectrum-global-dimension-static-size-50)) / 2);
}

.nd-Calendar-dialog .nd-Calendar-radio-buttons .nd-Calendar-radio.checked .spectrum-Radio-button {
    border-color: var(--spectrum-radio-emphasized-circle-border-color-selected, var(--spectrum-global-color-blue-500));
}

.nd-Calendar-shop-dropdown {
    justify-content: center;
}

.nd-Calendar-shop-dropdown .spectrum-Dropdown {
    width: 100%;
}
