html {
    background-color: #efffef !important;
    height: 100%;
}

body {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: auto;
    min-height: 100%;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.top {
    background-color: cadetblue;
}

.systemname {
    font-size: 20px;
    padding-left: 20px;
    color: white;
}

.link-block {
    text-align: right;
    width: 100%;
    color: white !important;
}

.btn-top {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: auto;
}

.info-block > iframe {
    width: 100%;
    border: none;
}

.list-block {
    height: 100%;
    max-height: 30vh;
    overflow: auto;
}

.count {
    margin-left: 3%;
    margin-bottom: 4px;
}

.table-block {
    width: 80%;
    margin: auto;
    text-align: center;
}

.result-element {
    background-color: #efffef;
}

.border-block {
    text-align: center;
    border: none;
}

.border-block > hr {
    margin-top: -15px;
}

.btn-open {
    height: 30px;
    width: 30px;
    font-size: 16px;
    border-radius: 50%;
    color: white !important;
    background-color: #28a745;
    border-color: #28a745;
    padding: 0px;
    padding-top: 2px;
}

.btn-open:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.sp {
    display: none;
}


/* スマホ対応用 デザイン*/
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .ym{
        min-width: 10em;
    }
    
    .left{
        text-align: left;
    }
}