html {
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.system-menu {
}

    .system-menu .list-group-item {
        height: 4em;
        line-height: 4em;
        padding: 0;
        /*margin: 8px 0px;*/
    }

    .system-menu .box-Title {
        border: solid 2px;
        border-radius: 6px;
        padding: 5px 10px;
        margin: 5px 0px;
        border-color: #3e7a3e;
        /*background-color: #5ca15c;*/
        color: white;
        text-shadow: 0 1px 0 #5bc0de;
        background-image: linear-gradient(to bottom, #61b761 0%, #4a934a 100%);
    }

.inline {
    display: flex;
    gap: 1.0rem;
    align-items: center;
    flex-wrap: wrap;
}

.inline > .inline-left {
    margin-left: auto;
}

.width-8em {
    width: 8em;
}

.width-10em {
    width: 10em;
}

.modal-select {
}

.btn-select-close {
    width: 2em;
    font-size: 1.5em
}

.modal-body {
    padding: 0;
}

.tabulator-row .tabulator-cell {
    height: 3em;
}

.dl-mobile {
    border: 2px solid #808080;
    border-radius: 5px;
    padding: 5px;
}

    .dl-mobile dt {
        margin: 0 10px;
        /*display: block;*/
        float: left;
        clear: both;
        width: 6em;
    }

    .dl-mobile dd {
        /*display: block;*/
        margin-left: 8em;
        margin-bottom: 0;
    }

        .dl-mobile dd .btn {
            margin: 10px;
        }

/* 幅が 767px 以下であれば（＝スマホ） */
@media only screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
}
