.container {
  margin-left: 24px;
  margin-right: 24px;
}

.header {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0F488A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .logo-title .logo {
  width: 56px;
  height: 56px;
}
.header .logo-title .title {
  margin-left: 4px;
  font-size: 32px;
  color: #0F488A;
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header .logo-title .subtitle {
  font-size: 16px;
}
.header .adpc-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.header .adpc-container .adpc-title {
  font-size: 14px;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.nav .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.nav .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.setting-notice {
  margin-top: 8px;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.spread-container {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.spread-container .jexcel_container {
  width: 100%;
}
.spread-container .advice-container {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #F3F3F3;
  border: 1px solid #9A9A9A;
  box-shadow: #c0c0c0 2px 2px 2px 0.1px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
}

.adsp-container {
  display: none;
}

.chart-container {
  margin-top: 24px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.chart-nav {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}

.chart-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.chart-selector .chart-selector-input {
  width: 22em;
}

.jdropdown-header {
  border-color: #666666 !important;
  border-radius: 4px !important;
}

.chart-calendar {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.chart-calendar .chart-date-input {
  width: 8em;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 4px 8px;
}
.chart-calendar .jcalendar-update {
  text-align: center;
}
.chart-calendar .button--reload {
  padding: 4px;
  background-color: #57A25C;
  border-radius: 4px;
}
.chart-calendar .button--reload img {
  width: 20px;
  height: 20px;
}
.chart-calendar .button--reload:hover {
  cursor: pointer;
}

.chart-detail-container {
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  padding: 0px 12px 12px 12px;
}

.footer {
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 2px solid #0F488A;
}
.footer .footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  row-gap: 8px;
}
.footer .footer-nav .footer-nav-item {
  padding-right: 8px;
  padding-left: 8px;
  color: #4b4b4b;
  border-right: #0F488A 1px solid;
}
.footer .footer-nav .footer-nav-item:last-child {
  border-right: none;
}
.footer .footer-nav .footer-nav-item img {
  width: 14px;
  height: 14px;
}
.footer .footer-nav .img-center {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .footer-notice {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 12px;
}

.jnotification-name {
  text-transform: none !important;
}

@media screen and (max-width: 450px) {
  .button-middle {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .button-middle img {
    width: 16px;
    height: 16px;
  }
  .container {
    margin-left: 8px;
    margin-right: 8px;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 0;
    border-bottom-width: 1px;
  }
  .header .logo-title .logo {
    width: 32px;
    height: 32px;
  }
  .header .logo-title .title {
    font-size: 20px;
  }
  .header .adpc-container {
    display: none;
  }
  .nav {
    flex-direction: column;
    gap: 8px;
  }
  .nav .left {
    width: 100%;
  }
  .nav .right {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .spread-container {
    font-size: 16px;
  }
  .spread-container .advice-container {
    margin-top: 4px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .adsp-container {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
  .adsp-container .adsp-title {
    font-size: 12px;
  }
  .adsp-container .adsp-content {
    display: flex;
  }
  .chart-container {
    grid-template-columns: 1fr;
  }
  .chart-nav {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .chart-calendar {
    grid-column: 1;
  }
  .chart-calendar .chart-date-label {
    min-width: 3em;
  }
  .chart-selector {
    grid-column: 1;
    width: 100%;
  }
  .chart-selector .chart-selector-label {
    min-width: 3em;
  }
  .chart-selector .chart-selector-input {
    flex-grow: 1;
    width: 100%;
  }
  .jdropdown-header {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
  }
  .chart-detail-container {
    padding: 0px;
  }
  .footer {
    margin-top: 24px;
    font-size: 14px;
  }
  .footer .footer-notice {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 10px;
  }
}/*# sourceMappingURL=score.css.map */