@charset "utf-8";
.download-area {
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

#download-log,
#download-map {
    width: 100%;
    height: 100%;
}

.download-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #000;
    background-color: #FFC000;
    text-align: center;
}

.download-menu-area {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    height: 600px;
}

.period-selection-area {
    display: flex;
    justify-content: center;
}

.period-selection-area > span {
    margin-left: -75px;
    height: 25px;
    transform: translateY(3px);
}

.download-menu-text-area {
    margin-top: 20px;
    margin-left: -65px;
}

.download-map-area {
    width: 100%;
    height: calc(100% - 20px);
}

.download-map-title {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #A8D08D;
    color: #000000;
}

#downloadMap {
    width: 100%;
    height: calc(100% - 110px);
}

.download-select-numberArea {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}

.download-map-buttonArea {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 10px auto;
}

#downloadSelectMapButton {
    width: 200px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

#downloadLogButton,
#downloadMapButton {
    margin-top: 20px;
    margin-left: 15px;
    width: 200px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

#downloadLogButton:hover,
#downloadMapButton:hover {
    opacity: 0.8;
}

#downloadLogCheck {
    margin-right: 10px;
    margin-left: 82px;
}

.download-menu-select-area,
#download-map {
    display: none;
}

/* カレンダー関連 */
.download-wrapper {
    border: 1px solid white;
    width: 260px;
    height: auto;
}

#next-prev-area {
    display: flex;
    background-color: #4472C4;
    color: white;
}

#prev-button {
    height: auto;
    width: 25%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#next-button {
    height: auto;
    width: 25%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** 三角形の画像要素 */
.calendar-triangle-1 {
    width: 20px;
    height: auto;
    transform: rotate(-90deg);
}

.calendar-triangle-2 {
    width: 20px;
    height: auto;
    transform: rotate(90deg);
}

#wrapper-header {
    height: auto;
    width: 50%;
    padding-top: 4px;
}

#calendar {
    text-align: center;
    width: 100%;
}

.calendar-table {
    outline: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

.calendar-table th,
.calendar-table td {
    outline: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*日曜日*/
.calendar-table-td:first-child {
    color: red;
}
/*土曜日*/
.calendar-table-td:last-child {
    color: blue;
}
/*前後月の日付*/
td.disabled {
    color: #ccc;
}
/*本日*/
td.today {
    background-color: #D65E72;
    color: #fff;
}

td.selected {
    background-color: yellow;
    color: black;
}

/* ダウンロード中のダイアログ*/
.download-standby-alert {
    font-size: 15px;
    width: 431px;
    height: auto;
    position: fixed;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid #BDC0BC 1px;
    z-index: 10001;
    background-color: #595959;
}

.download-standby-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: solid 1px #BDC0BC;
    background-color: #9CC3E5;
    color: #000;
}

.download-standby-main {
    text-align: center;
    margin: 10px 10px;
}

.download-standby-text1 {
    margin-bottom: 5px;
}

.download-standby-check {
    margin-bottom: 10px;
    text-align: center;
}

.download-standby-button {
    width: 185px;
    height: 40px;
    background-color: #595959;
    border: solid 2px #7EFFFF;
    color: #7EFFFF;
}

/* グループ情報画面グループ選択 */
.download-group-information-select-area {
    width: 340px;
    height: auto;
    margin-left: calc(50% - 170px);
    background-color: #595959;
    border: solid #BDC0BC 1px;
    position: absolute;
    top: 0%;
    margin-top: 100px;
    z-index: 10000;
}
.download-group-information-select-title {
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
    text-align: center;
}
.download-group-setting-title-text {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    color: black;
}
#downloadGroupSelectGroup0,
#downloadGroupSelectGroup1,
#downloadGroupSelectGroup2,
#downloadGroupSelectGroup3 {
    display: none;
}
.download-group-select-group,
.download-group-select-close {
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin: 15px auto;
    text-align: center;
    border: solid #7EFFFF 2px;
    color: #7EFFFF;
}

/* ダウンロード完了ダイアログ */
.end-download-area {
    width: 250px;
    height: auto;
    margin-left: calc(50% - 118px);
    background-color: #595959;
    border: solid #BDC0BC 1px;
    position: absolute;
    top: 0%;
    margin-top: 170px;
    z-index: 9998;
}

.end-download-title {
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
}

.end-download-title-text {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    color: black;
}

.end-download-text-area {
    margin-top: 10px;
    /* margin-bottom: 15px; */
    margin-left: 5px;
}

.end-download-close {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin: 10px auto;
    text-align: center;
    border: solid #7EFFFF 2px;
    color: #7EFFFF;
}

/* ダウンロード確認ダイアログ */
.final-check-download-area {
    width: 265px;
    height: auto;
    margin-left: calc(50% - 135px);
    background-color: #595959;
    border: solid #BDC0BC 1px;
    position: absolute;
    top: 0%;
    margin-top: 170px;
    z-index: 9998;
}

.final-check-download-title {
    width: 100%;
    height: 30px;
    display: flex;
    background-color: #9CC3E5;
    border-bottom: solid #BDC0BC 1px;
    text-align: center;
}

.final-check-download-title-text {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    color: black;
}

.final-check-download-text-area {
    margin-top: 10px;
    /* margin-bottom: 20px; */
    margin-left: 5px;
}

.final-check-download-button1,
.final-check-download-button2 {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    border: solid #7EFFFF 2px;
    color: #7EFFFF;
}

.download-area2 {
    text-align: center;
    width: 100%;
}

.free-download-text-area {
    padding-top: 80px;
    color: yellow;
    text-align: left;
    display: inline-block;
}


/*スマホ版装飾*/
@media screen and (min-width:0px) and (max-width:768px) {
    /*ダウンロードセレクト画面*/
    .download-menu-select-area input[type="radio"] {
        display: none;
    }
    #download-log {
        display: none;
    }
    .download-menu-select-area {
        width: 100%;
        height: 50px;
        border-bottom: solid 1px #FFF;
        /* display: flex; */
    }
    .download-menu-select-area > label {
        width: 50%;
        margin-top: 10px;
    }
    .download-log {
        text-align: right;
        margin-right: 15px;
    }
    .download-map {
        text-align: left;
        margin-left: 15px;
    }
    .download-menu-select-img-area {
        height: 35px;
    }
    #download-log-Img,
    #download-map-Img {
        width: 30px;
    }
    
    .download-select-area {
        font-size: 13px;
        height: calc(100% - 50px);
    }
    .download-menu-area {
        margin-top: 25px;
        height: calc(100% - 45px);
    }
    .period-selection-area input[type="date"] {
        width: 20%;
    }
    .period-selection-area > span {
        margin-left: -6%;
    }
    .download-menu-text-area {
        margin-top: 15px;
        margin-left: 0px;
    }
    #downloadLogCheck {
        margin-left: 0;
    }
    .download-menu-text{
        margin: auto 15px;
        text-align: left;
    }

    #wrapper-header {
        padding-top: 6px;
        transform: translateY(-4px);
    }

    .free-download-text-area {
        padding-top: 25px;
        margin: auto 2%;
    }

}

@media screen and (min-width:0px) and (max-width:650px) {

    .free-download-text-area1 {
        display: grid;
        padding-right: 0px;
    }
}