@media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
}

/* Reset CSS settings */
html, body {
    height: 100%;
    margin: 0%;
    padding: 0%;
    background-color: #eeeeee;
}

/* Contents */
.container {
    background-color: #ffffff;
    box-shadow: 2px 0px 2px grey;
    font-family: Arial, sans-serif;
    width: 60vw;
    /* 中央揃え */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

nav {
    font-size: 1rem;
    width: 100%;
}

nav li{
    font-size: 1rem;
}

footer {
    /* padding: 5px; */
    /* padding-left: 5%; */
    font-size: 0.7rem;
    /* position: absolute;
    bottom: 0%; */
    /* position: relative;
    bottom: 0;
    width: 100%; */
    /* background-color: #f8f9fa; */
    /* text-align: center; */
    /* padding: 10px 0; */
    /* box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1); */
}

p, .form-label, .form-control-plaintext {
    font-size: 100%;
}

.form-label > ul > li {
    list-style-type: disc;
    /* padding-left: 20px; */
}

.trait-label > ul > li {
    list-style-type: disc;
}

.trait-label > ul > li > ul > li {
    list-style-type: circle;
}

.trait-label > ul > li > ul > li > ul > li {
    list-style-type: square;
}

.contact-label > ul > li {
    list-style-type: disc;
    /* padding-left: 20px; */
}

.log-label > ul > li {
    list-style-type: disc;
}

.log-label > ul > li > ul > li {
    list-style-type: circle;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #F2BC58 !important;
}

.card-header {
    /* padding: .75rem 1.25rem; */
    padding-top: 20px;
    min-height: 100px;

}



ul.custom-list {
    list-style-type: disc; /* 箇条書きの記号をディスクに設定 */
}

.col-form-label, .form-select, .form-control{
    font-size: 1rem;
}

.form-inline {
    display: inline-block;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.2rem;
    color: black;
    font-weight:bold;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

li, dt, dd {
    list-style-type: none;
    list-style-position:outside;
}

.right-aligned {
    text-align: right;
}

#content {
    padding:1em 8px 1em 0;
    background-color: #fff;
} */

.side-column {
    font-size: 90%;
}

#side {
    display: inline;
    float: left;
    /* width: 206px; */
    padding: 0 4px 1em 0;
    overflow:hidden;
}

#side > h2 {
    font-size: 12px;
}

#side_nav {
    margin-bottom: 1em;
    list-style-type:none;
    padding-left: 0px;
}

#side_nav > li span.nav-menu-title {
    display: block;
    padding-left: .2em;
    background-color: #464646;
    background-image: linear-gradient(#787878 0%, #464646 100%);
    text-shadow: 1px -1px rgba(0, 0, 0, 0.4);
    color: white;
    border-top: 1px solid #595995;
    border-bottom:1px solid #0d0d15
}

#side_nav > li span.nav-menu-title a {
    display: block;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.4);
    /* background-color: #5B646F; */
    color: white;
    text-decoration:none
}

#side_nav > li:first-child span.nav-menu-title {
    border-top: none;
    border-top-left-radius: 5px;
    border-top-right-radius:5px
}

#side_nav > li:first span.nav-menu-title {
    border-top: none;
    border-top-left-radius: 5px;
    border-top-right-radius:5px
}

#side_nav > li ul {
    padding-left: 0px;
}

#side_nav > li ul li a {
    display: block;
    padding-left: 1.2em;
    text-decoration: none;
    font-size: 93%;
    color: black;
    background-color: #F0F0F0;
    /* border-bottom:1px solid #6d6da3 */
}

#side_nav > li ul li a:hover {
    background-color:#D5D5D5
}

#side_nav > li ul li a.current-menu {
    color: #f9d;
    background-color:#903
}

#side_nav > li ul li:last-child a {
    border-bottom:none
}

#side_nav > li ul li:last a {
    border-bottom:none
}

#side_nav > li:last-child ul li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px
}

#side_nav > li:last ul li:last a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.table_frame {
    width: 100%;
    height: 500px;
    overflow: auto;
}

.card {
    background-color: #F0F0F0;
    border: none;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #eff;
}

.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}

.highcharts-sort-ascending::after {
    content: " ↓";
}

.highcharts-sort-descending::after {
    content: " ↑";
}

.back-to-top {
    position: fixed;
    bottom: 120px;
    right: 5%;
    padding:10px;
    z-index: 999;
    display: none;
    color: #ffffff;
    background-color: #555;
    opacity: .5;
}

.back-to-top:hover {
    color: #ffffff;
    opacity: 1;
    animation: back-to-top .6s;
}

@keyframes back-to-top {
    0% { opacity: .5; }
    100%   { opacity: 1; }
}

.back-to-top i {
    font-size: 1.5em;
}

.page-version {
    position: fixed;
    top: 50px;
    right: 5%;
    padding:10px;
    z-index: 999;
    opacity: .5;
}

.page-version span {
    font-size: 2em;
}
