@charset "UTF-8"
html {
    font-size: 62.5%;
}
body {
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

    position: relative;
    height: 100vh;
    background: #19183B;
    color: #708993;
    /*background: #708993;*/
}
*, *::before, *::after {
    box-sizing: border-box;
}
#header, #nav-left, #nav-right, #main, #footer {
    position: absolute;
    background: #19183B;
    overflow: auto;
    /*border: solid 2px #708993;*/
}
#header {
    left: 16px;
    right: 16px;
    top: 16px;
    height: 80px;
}
#header-title {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    
    font-size: 2.5rem;
    font-weight: bold;
    font-family: serif;

    color: #708993;
    text-decoration: none;
}
#header-info {
    margin: 0 auto;
}
#header-info th {
    font-size: 0.5rem;
    text-align: left;
}
#header-info td {
    font-size: 1.7rem;
    padding-right: 2rem;
}
#nav-left {
    left: 16px;
    top: 104px;
    bottom: 104px;
    width: 200px;
}
#nav-index {
    padding: 0;
    font-size: 0.7rem;
    color: #708993;
    white-space: nowrap;
    margin: 0;
}
#nav-index li {
    margin: 0;
}
#nav-index li a, #nav-index li.selected {
    display: block;
    color: #708993;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    padding: 0 8px;
    line-height: 1.7;
    border: solid 1px #19183B;
}
#nav-index li.selected {
    color: #fff;
}
#nav-index li a:hover {
    border: solid 1px #708993;
}
#nav-right {
    right: 16px;
    top: 104px;
    bottom: 104px;
    width: 200px;
}
#nav-info {
    width: 100%;
}
#nav-info th {
    font-size: 0.6rem;
    text-align: left;
}
#nav-info td {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 8px;
}
#main {
    left: 224px;
    right: 224px;
    top: 104px;
    bottom: 104px;
}
#analysis-list {
    width: 100%;
    font-size: 1rem;
    border-spacing: 0;
}
#analysis-list thead {
    position: sticky;
    top: 0;
    z-index: 7;
}
#analysis-list thead th {
    position: sticky;
    top: 0;
    z-index: 6;
    border-bottom: solid 2px #708993;
    padding: 4px 0;
    text-align: left;
}
#analysis-list tbody tr td {
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
#analysis-list tbody tr td:first-child {
    border-left: solid 1px transparent;
}
#analysis-list tbody tr td:last-child {
    border-right: solid 1px transparent;
}
#analysis-list tbody tr:hover td {
    border-top: solid 1px #708993;
    border-bottom: solid 1px #708993;
    /*background: #708993;*/
}
#analysis-list tbody tr:hover td:first-child {
    border-left: solid 1px #708993;
}
#analysis-list tbody tr:hover td:last-child {
    border-right: solid 1px #708993;
}
/* #analysis-list tbody tr:hover td a { */
/*     color: #19183B; */
/* } */
#analysis-list thead a, #analysis-list tbody a {
    display: block;
    width: 100%;
    padding: 4px 0;
    text-decoration: none;
    text-align: left;
    color: #708993;
}
.analysis-graph-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.analysis-graph {
    display: block;
    max-width: 100%;
    max-height: calc(70vh - 8px - 1rem);
    margin: 0 auto 32px auto;
}
.analysis-graph:last-of-type {
    margin-bottom: 0;
}
.form label, .form input[type=text], .form input[type=password], .form input[type=email], .form button {
    display: block;
    width: 100%;
    line-height: 2;
}
.form input[type=checkbox] {
    margin: 0 16px;
}
.form .checkbox:first-of-type {
    
}
.form .checkbox label {
    padding: 8px;
}
.form input, .form button {
    padding: 8px;
    border: 1px solid #19183B;
}
.form input {
    background: #A1C2BD;
}
.form input:focus {
    outline: none;
}
.form button {
    color: #708993;
    background: #19183B;
    margin-top: 32px;
    cursor: pointer;
}
.form button:hover {
    border: 1px solid #708993;
}
.view-label {
    font-size: 0.8rem;
    text-align: left;
}
.view-value {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 1rem;
    margin-bottom: 8px;
}
.notes li {
    margin: 8px 0;
}
.chart-wrapper1 {
    height: 100hv;
}
.chart-wrapper2 {
    height: 50%;
}
.chart-wrapper31 {
    height: 33%;
}
.chart-wrapper32 {
    height: 66%;
}
.chart-wrapper4 {
    height: 25%;
}
.chart-wrapper {
    height: 300px;
}
.chart-title {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
#footer {
    left: 16px;
    right: 16px;
    bottom: 16px;
    height: 80px;
}
#footer-actions {
    padding: 0;
    font-size: 1rem;
    color: #708993;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}
#footer-actions li {
    display: inline-block;
    width: 19%;
    margin: 0;
}
#footer-actions li a, #footer-actions li div.footer-action {
    display: inline-block;
    color: #708993;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    line-height: 3;
    border: solid 1px #19183B;
    cursor: pointer;
}
#footer-actions li a:hover, #footer-actions li div.footer-action:hover {
    border: solid 1px #708993;
}
