@charset "UTF-8";

body {
    margin: 0;
    font-size: 0.9em;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p {
    margin: 0;
}

input {
    font-size: 100%;
    font-family: sans-serif;
}

.main, footer {
    width: 980px;
    margin: 0 auto;
}

footer {
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
    .main {
        width: 90%;
    }
}

.title {
    font-size: 1.85em;
    font-weight: normal;
    width: 650px;
    margin: 40px auto 30px;
}

@media screen and (max-width: 980px) {
    .title {
        width: 95%;
    }
}

.title-underline {
    text-decoration: underline;
}


.article-container {
    width: 650px;
    margin: 10px auto 10px;
    line-height: 1.5em;
}

@media screen and (max-width: 980px) {
    .article-container {
        width: 95%;
    }
}

.article-container::before,
.article-container::after {
    content: "";
    display: table;
}

.article-container:nth-of-type(1) {
    margin-top: 40px;
}

.article-container:nth-of-type(2) {
    margin-top: 20px;
}

.article-container h2 {
    margin: 0;
    font-size: 1.17em;
}

.article-container p {
    margin-bottom: 0.7em;
}

.notes {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: small;
}

.notes p {
    margin-left: 10px;
}

.notes p:first-child {
    margin-left: 0;
}

.main hr {
    border: none;
    border-top: dashed 1px #bababa;
}

.data-select-content {
    margin-bottom: 10px;
    white-space: nowrap;
}

.select-l6e-box, .select-l6d-box {
    display: flex;
}

.select-prn-box {
    display: flex;
    flex-wrap: wrap;
}

.data-select-content input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 9px;
}

.data-select-content p {
    display: inline-block;
}

.data-select-content .all-select {
    width: 79px;
}

.data-period {
    margin-left: 6%;
}

.data-period input {
    display: inline-block;
}

.data-period-epoch {
    width: 91px;
    border: 1px solid;
    padding: 1%;
    
}

.data-period-date {
    display: inline-block;
    margin-left: 3%;
}

.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left: 10px;
}

.data-period .data-period-hidden {
    display: none;
}

/* カレンダーのcss変更 */
html .ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;;
}

html .ui-widget-content {
    background: #fcfdfd;
}

html .ui-widget.ui-widget-content {
    font-size: 1.1em;
    border: 1px solid #a6c9e2;
}

html .ui-widget-header {
    border: 1px solid #4297d7; 
    background: #5c9ccc;
    color: #fff;
}

html .ui-widget-header .ui-state-hover {
    border: 1px solid #79b7e7;
    background: #d0e5f5;

}

html .ui-corner-all {
    border-radius: 5px;
}

html .ui-state-default, 
html .ui-widget-content .ui-state-default, 
html .ui-widget-header .ui-state-default, 
html .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
}

html .ui-state-active, 
html .ui-widget-content .ui-state-active, 
html .ui-widget-header .ui-state-active, 
html a.ui-button:active,
html .ui-button:active, 
html .ui-button.ui-state-active:hover{
    border: 1px solid #79b7e7;
    background: #f5f8f9;
    font-weight: bold;
    color: #e17009;
}

html .ui-state-highlight, 
html .ui-widget-content .ui-state-highlight, 
html .ui-widget-header .ui-state-highlight {
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
}

.data-period-year {
    width: 40px;
}

.data-period-month {
    width: 20px;
}

.data-period-day {
    width: 20px;
}

.end-epoch .data-period-date {
    margin-top: 2%;
}

.data-period .startDate,
.data-period .endDate {
    display: none;
}

.data-period-btn {
    cursor: pointer;
    width: 120px;
    height: 30px;
}

.data-period-clear {
    margin-left: calc(45% - 120px);
}

.data-period-search {
    margin-left: 3%;
}

.error-container {
    margin: 1% auto 10px;
}

.error-message {
    border: 6px double #CC0000;
    width: 93%;
    margin: 15px auto 10px;
    line-height: 120%;
    padding: 8px 10px 8px 15px;
    color: #CC0000;
    font-weight: bold;
    border-radius: 10px;
}

@media screen and (max-width: 800px) {
    .data-list {
        width: 100%;
        overflow: scroll;
    }
}

@media screen and (max-width: 800px) {
    .data-list>div {
        width: 95%;
        margin: 0 auto;
    }
}

.data-list-text p{
    margin: 0;
}

.data-list-btns {
    display: flex;
    justify-content: right;
    line-height: 1.5em;
    height: 25px;
    gap: 10px;
}

.data-list-btns p {
    margin: 0;
    line-height: 17px;
}

.data-list-btns button {
    width: 12px;
    height: 17px;
    border: none;
    padding: 0;
    background: transparent;
}

.data-list-btns button img {
    height: 6px;
    vertical-align: middle;
}

.data-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 0.9em;
}

@media screen and (max-width: 800px) {
    .data-list-table {
        width: 650px;
    }
}

table th {
    background: #1b2755;
    color: #fff;
}

.data-list-table th {
    font-weight: normal;
    text-align: center;
    border: solid 1px #bbb;
    padding: 0.85em;
}

.data-list-table input {
    margin: 0;
    margin-left: 2px;
    vertical-align: middle;
}

.data-list-table td {
    text-align: center;
    border: solid 1px #bbb;
    padding: 0.85em;
}

.data-list-table .size {
    text-align: right;
}

.data-list-table .file-name a {
    text-decoration: none;
}

.data-list-table .file-name a:hover {
    text-decoration: underline;
}

.data-list-download {
    display: block;
    margin: 10px auto 80px;
    padding: 15px;
    border: solid 1px #1b2755;
    font-weight: bold;
    width: 10em;
    font-size: 1.4em;
    color: #1b2755;
    cursor: pointer;
    background: none;
    transition: 0.5s;
}

.data-list-download:hover {
    background: #1b2755;
    color: #fff;
    transition: 0.5s;
}

.data-list-download-container::before {
    content: "";
    display: table;
}

.information-box {
    border-style:ridge;
    height: 280px;
    width:  100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
}

.information-table {
    /*border: 0;*/
    border-bottom: 1px dashed gray;
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
}

