/* エラー画面のスタイル */
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }
.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}
    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* 共通情報 */
html {
    /* 幅 */
    width: 100%;
    /* 高さ */
    height: 100%;
}
body {
    /* フォントタイプ */
    font-family: Meiryo UI, sans-serif;
    /* フォントサイズ */
    font-size: 18px;
    /* フォントスタイル */
    font-style: normal;
    /* 幅 */
    width: 100%;
    /* 高さ */
    height: 100%;
    /* マージン */
    margin: 0px;
    /* 背景色 */
    background: #E4E4E4;
}
    .body-back {
        /* デフォルトで入るので無効化 */
        margin: 0px;
    }

h1:focus {
    outline: none;
    box-shadow: none;
}

table {
    border-collapse: separate;
}
    th {
        font-weight: normal;
    }

input[type="button"], input[type="text"], input[type="submit"], input[type="password"], input[type="number"], input[type="time"] {
    border-radius: 10px;
}

button {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
button:active {
    box-shadow: none;
    position: relative;
    top: 2px;
}

/* エラー用 */
#img-err {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 1;
    visibility:collapse;
}

/* 親 */
.relative{
    position: relative;
    width: 100%;
    height: 100%;
}

/* Bodyの上部 */
#div-top {
    /* 最小の高さ */
    min-height: 100vh;
    /* 相対位置 */
    position: relative;
    /* footerの高さ */
    padding-bottom: 150px;
    /* すべて含めてmin-heightにする */
    box-sizing: border-box;
}

/* Bodyの下部 */
#footer {
    /* 幅 */
    width: 100%;
    /* 絶対位置 */
    position: absolute;
    /* 下に固定 */
    bottom: 0;
    /* 背景 */
    background-image: url(../img/Town-PC.png);
    background-repeat: no-repeat;
    background-position: top bottom;
    background-size: 100%;
    /* 高さ */
    height: 150px;
}

/* ヘッダーラベル */
.mark-headerline {
/*    background: linear-gradient(transparent 80%, #2956B866 0%);*/
    background: #2956B866;
    padding: 5px;
}
/* ネームラベル */
.mark-nameline {
    background: linear-gradient(transparent 80%, #FFA62066 0%);
}
/* ネームラベル (変更前) */
.mark-nameline-no {
    background: linear-gradient(transparent 80%, #00000066 0%);
}
/* ネームラベル (変更後) */
.mark-nameline-changed {
    background: linear-gradient(transparent 80%, #FE323266 0%);
}

/* ログインタイプ */
.mark-type {
    background: linear-gradient(transparent 80%, #3D89AC66 0%);
}

/* ボタンのエフェクト */
.ripple {
    position: relative;
    overflow: hidden;
}
    .ripple:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200%;
        height: 200%;
        border-radius: 50%;
        opacity: 0;
        background-color: rgba(250,250,250, 0.7);
        transition: opacity 1s, width 1s, height 1s;
    }
    .ripple:active:after {
        content: "";
        width: 0;
        height: 0;
        opacity: 1;
        transition: opacity 0s, width 0s, height 0s;
    }

/* タイトル */
.title {
    font-size: 25px;
}

/* テキストボックス */
.input-text {
    height: 50px;
    padding: 1px;
    flex-shrink: 0;
    border: 1px solid #9E9E9E;
    background: #FFF;
}

/* 数値型 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    border-radius: 10px;
}

/* ログイン情報 */
#tbl-login{
    width: 100%;
}
    #tbl-login tr:nth-child(1) {
        height: 50px;
    }
    #tbl-login tr:nth-child(2) {
        height: 20px;
    }
    #tbl-login tr td:nth-of-type(1) {
        width: 70%;
    }
    #tbl-login tr td:nth-of-type(2) {
        width: 20%;
    }

/* タイトルの調整 */
.div-title {
    margin-left: 20px;
}

/* ユーザーアイコン(枠) */
.div-user-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(transparent 0%, #3D89AC66 0%);
    border-radius: 50px;
    text-align: center;
}
/* ユーザーアイコン */
.img-user-icon {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

/* アイコンと文字の外枠 */
.div-user {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-right: 10px;
}

/* ユーザー名 */
.div-border {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
/* ユーザー名 */
.div-user-name {
    display: inline-block;
}

/* ヘルプ */
.div-help{
    text-align:right;
    margin-right: 50px;
}

/* 検索ボタン */
#btn-search {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
}
/* 検索用アイコン */
#img-search {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 絞り込みボタン */
#btn-start {
    width: 180px;
    height: 50px;
    color: #FFF;
    background: #D23434;
    border-radius: 10px;
    margin: 5px;
    font-size: 15px;
}
/* クリアボタン */
#btn-cancel {
    width: 180px;
    height: 50px;
    color: #FFF;
    background: #494949;
    border-radius: 10px;
    margin: 5px;
    font-size: 15px;
}

#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 20px;
    bottom: 0;
    opacity: 0;
    transition: all 1s ease;
    z-index: -1;
}
    #page_top.show {
        opacity: 0.6;
        transform: none;
        z-index: 1;
    }
    #page_top a {
        position: relative;
        display: block;
        width: 90px;
        height: 90px;
        text-decoration: none;
        z-index: 1;
    }
        #page_top a::before {
            content: url(../img/pagetop.png);
            position: absolute;
            width: 30px;
            height: 30px;
            top: -40px;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            text-align: center;
            transform: scale(0.8);
            z-index: 1;
        }

/* 帰属表示 */
.attribution {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* 6inc 横 */
@media screen and (max-width:920px) and (orientation: landscape) {
    /* Bodyの上部 */
    #div-top {
        /* footerの高さ */
        padding-bottom: 70px;
    }
    /* Bodyの下部 */
    #footer {
        /* 背景 */
        background-image: url(../../img/Town-Tablet.png);
        /* 高さ */
        height: 70px;
    }
}
/* 6inc 縦 */
@media screen and (max-width:430px) and (orientation: portrait) {
    /* Bodyの上部 */
    #div-top {
        /* footerの高さ */
        padding-bottom: 100px;
    }
    /* Bodyの下部 */
    #footer {
        /* 背景 */
        background-image: url(../../img/Town-Smartphone.png);
        /* 高さ */
        height: 100px;
    }

    /* 多段に変更 */
    #tbl-login td{
        display: block;
    }
    #tbl-login tr td:nth-of-type(1) {
        width: 100%;
    }
    #tbl-login tr td:nth-of-type(2) {
        width: 100%;
    }
    /* タイトルの調整 */
    .div-title {
        margin-left: 0px;
        text-align: center;
    }
    /* ヘルプ */
    .div-help {
        margin-right: 20px;
    }
    /* アイコンと文字の外枠 */
    .div-user {
        margin-right: 0px;
    }
}
/* 11inc 横 */
@media screen and (min-width:921px) and (max-width:1300px) and (orientation: landscape) {

}
/* 11inc 縦 */
@media screen and (min-width:431px) and (max-width:840px) and (orientation: portrait) {
    /* Bodyの上部 */
    #div-top {
        /* footerの高さ */
        padding-bottom: 150px;
    }
    /* Bodyの下部 */
    #footer {
        /* 背景 */
        background-image: url(../../img/Town-Tablet.png);
        /* 高さ */
        height: 150px;
    }
}
/* pc */
@media screen and (min-width:1301px) and (orientation: landscape) {

}