﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

*:focus {
 /*   outline: none !important; */
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* ヘッダーのボタン */
.btn-icon {
    border: 3px solid rgb(147,162,0);
    background-color: rgba(147,162,0,1);
    color: #fff;
    border: none;
    box-sizing: border-box;
    line-height: 15px;
    height: 24px;
    width: 80px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

    .btn-icon::before,
    .btn-icon::after {
        box-sizing: border-box;
    }

    .btn-icon:hover {
        background-color: #46b8da !important;
    }

.tenantinfoArea {
    display: none;
    width: 200px;
    font-weight: bold;
    background-color: #232F5F;
    color: white;
    text-align: left;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 30px;
    background-image: url('/img/baseline_business_white_48dp.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.menuTransferBtn {
    background-image: url('/img/icon_home_white_48.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
}

.pwChangeBtn {
    background-image: url('/img/icon_key_white_48.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
}

.loginOutBtn {
    background-image: url('/img/baseline_logout_white_48dp.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: right;
    font-weight: bold;
}

.goTomenuBtn {
    background-image: url('/img/icon_home_white_48.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToContractBtn {
    background-image: url('/img/baseline_search_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToShinseiBtn {
    background-image: url('/img/baseline_border_color_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToReportDownloadBtn {
    background-image: url('/img/baseline_source_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToUserInfoUpdateBtn {
    background-image: url('/img/baseline_person_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToDashBoardBtn {
    background-image: url('/img/baseline_dashboard_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goToSettingBtn {
    background-image: url('/img/baseline_tune_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goTopwChangeBtn {
    background-image: url('/img/icon_key_white_48.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

.goTologinOutBtn {
    background-image: url('/img/baseline_logout_white_48dp.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: right;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    /*position: relative;*/
    min-height: 99%;
    /*max-width: 1000px;
    max-height:600px;*/
}

body {
    /* Margin bottom by footer height */
    /*下のかぶさるエリアの指定*/
    /*padding-top: 90px;*/
    margin-bottom: 60px;
    font-family: 'ヒラギノ角ゴ Pro W3';
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.div_login {
    margin: 16px auto;
}

.div_center {
    /* position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -180px;
    margin-top: 50%;*/
    position: absolute;
    min-width: 600px;
    margin-top: 15%;
    position: fixed;
    margin-left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.div_center_menu {
    /* position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -180px;
    margin-top: 50%;
    position: absolute;
    min-width: 600px;
    margin-top: 250px;*/
    /*  
    position: fixed;
    margin-left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    */
}

div_waiting {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #F5F5F5;
    opacity: 0.5;
}

picture_waiting {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.div_center_detail {
    position: absolute;
    width: 90%;
    margin-top: 0px;
    left: 5%;
    padding-bottom: 80px;
    /*margin: 0;*/
    /*top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

/* 必須表示エリア */
.RequiredMark {
    background-image: url('/img/RequiredMark.png');
    background-size: 40px 20px;
    background-repeat: no-repeat;
    background-position: left 135px center;
}

.FileImage {
    background-image: url('/img/denshi_file.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.CategoryLabel {
    text-align: center;
    padding: 3px;
    display: inline-block;
    border-radius: 25px;
    color: white;
    width: 60px !important;
    height: 25px;
    font-size: 10px;
}

.ShinseiKubunLabel {
    text-align: center;
    padding: 6px;
    display: inline-block;
    border-radius: 25px;
    color: white;
    width: 100px !important;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.cell_title {
    background-color: #F2F2F2;
    text-align: center;
    width: 140px;
}

.cell_title_Area {
    text-align: left;
    font-weight: bold;
    width: 800px;
}

.cell_title_Blue {
    background-color: #708090;
    text-align: center;
    color: white;
    width: 140px;
}

.cell_title_Gray {
    background-color: #F2F2F2;
    text-align: right;
    font-weight: bold;
    padding-right: 50px;
    color: black;
    width: 180px;
    height: 53px;
}

.cell_title_UserInfoUpdate {
    background-color: #708090;
    text-align: right;
    color: white;
    width: 180px;
    height: 40px;
    padding-right: 5px;
}

.cell_title_Login {
    font-weight: bold;
    background-color: #F2F2F2;
    text-align: center;
    width: 140px;
    height: 40px;
}

.search_title {
    background-color: #F2F2F2;
    text-align: center;
}

.loginMenuBox {
    border-collapse: separate;
    font-family: "ヒラギノ角ゴ Pro W3";
    width: 360px;
    margin-top: 8%;
}

table.loginMenuBox tr {
    display: block;
    margin-top: 2px;
}

.MenuBox {
    border-collapse: separate;
    font-family: "ヒラギノ角ゴ Pro W3";
    background-color: #FFC000
}

table.MenuBox{
    width: 300px;
}

table.MenuBox td {
    width:300px;
}

.BoxPanel {
    width: 800px;
    margin: 2px;
    background: #dcefff;
	display: flex;
	flex-direction: column;
}
.BoxPanel .BoxPanel-title {
    width: 800px;
    background: #5fb3f5;
    text-align: left;
}

.BoxPanel_Gray {
    width: 1000px;
    margin: 2px;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

    .BoxPanel_Gray .BoxPanel_Gray-title {
        width: 1000px;
        background: #708090;
        text-align: left;
        font-weight: bold;
        color: white;
    }

.BoxPanel_LoginUserInfoPanel {
    width: 800px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

    .BoxPanel_LoginUserInfoPanel .BoxPanel_LoginUserInfoPanel-title {
        width: 800px;
        text-align: left;
        font-weight: bold;
    }
	
/* エラー表示エリア */
.errPanel {
    height: 30px;
    width: 600px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: none;
    background: #ffe4dc;
    background-image: url('/img/Error.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.errMessage {
    color: #833611;
	padding: 5px 0;
	margin-left: 25px;
}

.errPanel_Login {
    height: 30px;
    width: 360px;
    border-radius: 5px;
    /*margin-left: 5px;*/
    margin-bottom: 10px;
    margin-top: 5px;
    /*display: none;*/
    background: #ffe4dc;
    background-image: url('/img/Error.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.errMessage_Login {
    color: #833611;
    margin-left: 25px;
    margin-top: 5px;
}

.errPanel_MailAddressUpdate {
    height: 30px;
    width: 360px;
    border-radius: 5px;
    /*margin-left: 5px;*/
    margin-bottom: 10px;
    margin-top: 5px;
    /*display: none;*/
    background: #ffe4dc;
    background-image: url('/img/Error.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.errMessage_MailAddressUpdate {
    color: #833611;
    margin-left: 25px;
    margin-top: 5px;
}

.errPanel_UserInfoUpdate {
    height: 30px;
    width: 500px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none;
    background: #ffe4dc;
    background-image: url('/img/Error.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.errMessage_UserInfoUpdate {
    color: #833611;
    margin-left: 25px;
    margin-top: 5px;
}

/* 完了メッセージエリア */
.kanryoMessage {
    font-size: 24px;
}

/* ▼入力チェック結果の表示ボックスの装飾 */
.alertarea {
   color: red;                             /* 文字色(赤色) */
   background-color: #fee;                 /* 背景色(淡い赤色) */
   background-image: url("alerticon.png"); /* 背景画像(警告アイコンを表示) */
   background-repeat: no-repeat;           /* 背景画像の繰り返しをナシに */
   background-position: 0.35em center;     /* 背景画像の掲載位置(左端から0.35em・上下方向の中央) */
   display: inline-block;                  /* インラインブロック化 */
   border-radius: 0.5em;                   /* 角丸(半径0.5文字分) */
   margin-left: 0.5em;                     /* 外側左端の余白(0.5文字分) */
   padding: 1px 0.5em 1px 32px;            /* 内側の余白(警告アイコンに重ならないよう左端に多めの余白を設ける) */
}
/* ▼入力チェック結果でエラーがない場合は非表示にする */
.alertarea:empty { display: none; }

.normalBtn {
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 25px;
    width: 120px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

    .normalBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

    .normalBtn:disabled {
        border: 2px solid gray !important;
        background-color: lightgray !important;
        color: gray !important;
    }

.allSelectBtn {
    border: 3px solid #708090;
    background-color: #708090;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 25px;
    width: 70px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

    .allSelectBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

    .allSelectBtn:disabled {
        border: 2px solid gray !important;
        background-color: lightgray !important;
        color: gray !important;
    }

.shinseiBtnDiv {
    left: 5px; 
    bottom: 60px; 
}

.shinseiBtn {
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 40px;
    width: 200px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
}

    .shinseiBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

    .shinseiBtn:disabled {
        border: 2px solid gray;
        background-color: lightgray;
        color: gray;
    }

.dashBoardBtnDiv {
    left: 5px;
    bottom: 60px;
}

.dashBoardBtn {
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 40px;
    width: 200px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
}

    .dashBoardBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

    .dashBoardBtn:disabled {
        border: 2px solid gray;
        background-color: lightgray;
        color: gray;
    }

.linkStyleBtn {
    cursor: pointer;
    border: none;
    background: none;
    color: #0033cc;
    width: 360px !important;
    text-align: right !important;
}

    .linkStyleBtn:hover {
        border: none;
        text-decoration: underline;
        color: #002080;
    }
 
.csvBtn {
    position: absolute;
    right: 0px;
    margin-top: 20px;
}

.menuBtn {
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    border: none;
    box-sizing: border-box;
    line-height: 15px;
    height: 100px;
    width: 350px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    /*    margin: 5px;*/
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.navBtn {
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    border: none;
    box-sizing: border-box;
    line-height: 15px;
    height: 50px;
    width: 300px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    /*    margin: 5px;*/
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

    .menuBtn::before,
    .menuBtn::after {
        box-sizing: border-box;
    }

    .menuBtn:hover {
        border: 3px solid #7097C3;
        background-color: rgba(147,162,0,.0);
        color: #7097C3;
    }

.div_MenuHostInfo {
    font-weight: bold;
    font-size: 14px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 50px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    border: solid;
    background: beige;
    margin-bottom: 15px;
}

.userInfo {
    text-align: right;
}


.userInfoUpdate {
    border-collapse: separate;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, sans-serif;
    min-width: 900px;
}

table.userInfoUpdate tr {
    display: block;
    margin-top: 2px;
    margin-top: 2px;
}

.userInfoDetailUpdate {
    border-collapse: separate;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, sans-serif;
    min-width: 900px;
    width: 100%;
}

table.userInfoDetailUpdate tr {
    display: block;
    margin-top: 2px;
    margin-right: 100px;
}

.userInfoSubDetailUpdate {
    border-collapse: separate;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, sans-serif;
    min-width: 900px;
    width: 100%;
}

table.userInfoSubDetailUpdate tr {
    display: block;
    margin-top: 2px;
    margin-right: 100px;
}

.div_DataInfo {
    position: relative;
    float:left;
}

.div_SearchArea {
    visibility:visible;
}

.loginTextBox {
    width: 220px;
    height: 40px;
}

.title_Cell {
    background-color: #708090;
    height: 27px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.data_Cell {
    background-color: #F2F2F2;
    text-align: center;
}

.small_Font_12 {
    font-size: 12px;
}

.small_Font_10 {
    font-size: 10px;
}

.small_Font_9 {
    font-size: 9px;
}

.error_text {
    color: #A6A6A6;
    font-size: 25px;
    width: 600px;
}

.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}

.title-border-UserInfoUpdate {
    font-size: 20px;
    background-image: url('/img/UserIcon.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 10px center;
    text-align: center;
}

.delayed-image {
    /* 画像の遅延表示 */
        animation: fadeIn 4s ease 0s 1 normal;
        -webkit-animation: fadeIn 4s ease 0s 1 normal;
    }

/* フッター */
footer {
    background-color: #232F5F;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.headerArea {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* バー式ステップ表示 */
#step_bar_box {
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.step_bar {
    list-style: none;
}

    .step_bar li {
        line-height: 46px;
        color: #a6a6a6;
        text-decoration: none;
        padding: 0 15px 0 35px;
        background: #eee;
        display: inline-block;
    }

        .step_bar li small {
            font-size: 80%;
        }

        .step_bar li::after {
            position: relative;
            display: block;
            margin-top: -25px;
            margin-left: auto;
            margin-right: -25px;
            height: 22px;
            width: 20px;
            content: " ";
            -webkit-transform: skew(-30deg);
            -moz-transform: skew(-30deg);
            -ms-transform: skew(-30deg);
            -o-transform: skew(-30deg);
            transform: skew(-30deg);
            background: #eee;
            border-right: 1px solid white;
        }

        .step_bar li::before {
            float: right;
            display: block;
            margin-bottom: -25px;
            margin-left: auto;
            margin-right: -25px;
            height: 21px;
            width: 20px;
            content: " ";
            -webkit-transform: skew(30deg);
            -moz-transform: skew(30deg);
            -ms-transform: skew(30deg);
            -o-transform: skew(30deg);
            transform: skew(30deg);
            background: #eee;
            border-right: 1px solid white;
        }

        .step_bar li:first-child {
            padding-left: 20px;
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -ms-border-radius: 5px 0 0 5px;
            -o-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

        .step_bar li:last-child {
            padding-left: 35px;
            padding-right: 40px;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -ms-border-radius: 0 5px 5px 0;
            -o-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

            .step_bar li:last-child::before {
                border: 0;
                background: transparent !important;
            }

            .step_bar li:last-child::after {
                border: 0;
                background: transparent !important;
            }

        .step_bar li.current {
            background: #96c03d;
            color: white;
        }

            .step_bar li.current::before {
                background: #96c03d;
            }

            .step_bar li.current::after {
                background: #96c03d;
            }

            .step_bar li.current:last-child {
                margin-right: -35px;
            }

                .step_bar li.current:last-child::before {
                    border: 0;
                    background: transparent !important;
                }

                .step_bar li.current:last-child::after {
                    border: 0;
                    background: transparent !important;
                }


/* ログイン画面ボタン  */
.loginBtn {
    background-image: url('/img/baseline_login_white_48dp.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 50px;
    width: 200px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px !important;
}

    .loginBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

.loginPasswordResetBtn {
    background-image: url('/img/baseline_sync_white_48dp.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 40px;
    width: 200px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 10px !important;
}

    .loginPasswordResetBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

.loginBackBtn {
    background-image: url('/img/baseline_keyboard_backspace_white_48dp.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 40px;
    width: 200px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 25px;
}

    .loginBackBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

/* トップ画面に戻るボタン  */
.goToMenuBtn {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    /*border: none;*/
    box-sizing: border-box;
    line-height: 15px;
    height: 40px;
    width: 170px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

    .goToMenuBtn:hover {
        border: 3px solid #46b8da;
        background-color: #46b8da
    }

.shinseiPanel {
    width: 1000px;
}

/* ファイルアップロードエリア */
.file_drag_drop_area {
    position: relative;
    border: solid;
    border-style: dashed;
    border-width: 3px;
    border-color: rgb(133, 133, 133);
    border-image: initial;
    padding-left: 2px;
    display: inline-block;
    vertical-align: middle !important;
    background: white;
    font-weight: initial;
}
.file_drag_drop_area:disabled{
    position: relative;
    border: solid;
    border-style: dashed;
    border-width: 3px;
    border-color: rgb(133, 133, 133);
    border-image: initial;
    padding-left: 2px;
    display: inline-block;
    vertical-align: middle !important;
    background-color: #e9e9e9;
}
.file_drag_drop_area p {
    margin: 0;
    padding: 0;
}
.uploadBtn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: 3px solid #7097C3;
    background-color: #7097C3;
    color: #fff;
    box-sizing: border-box;
    line-height: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

.uploadBtn:hover {
    border: 3px solid #46b8da;
    background-color: #46b8da
}

.uploadBtn:disabled {
    border: 2px solid gray;
    background-color: lightgray;
    color: gray;
}

/* ファイル表示エリア */
#div_UploadFilePanel {
    border-collapse: collapse;
    display: inline-block;
}

.file_display_area {
    padding-top: 3px;
    font-size: 8px;
}

.file_display_area tbody tr {
    border-bottom: solid 2px white;
    display: table-row-group;
}

.UploadFileList .FileName {
    width: 180px;
    height:22px;
    margin-left: 10px;
    background: #dbebf8;
    vertical-align: middle;
    color: #505050;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    font-size:11px;
    display: inline-block;
    word-break:break-all;
}
.UploadFileList .FileName:after {
    justify-content: space-between;
}
.UploadFileList .FileName:hover {
    background-color:#67c5ff;
}
.UploadFileList .FileDeleteButton {
    margin-left: 5px;
    display: inline-block;
    float: right;
}

/* ダイアログ用 */

.ui-widget *, .ui-widget input, .ui-widget select, .ui-widget button {
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-size: 14px;
    font-weight: 300 !important;
}

.details-form-field input,
.details-form-field select {
    width: 150px;
    float: right;
}

.details-form-field {
    margin: 30px 0;
}
    .details-form-field label {
        width:200px;
    }
    .details-form-field:first-child {
        margin-top: 10px;
    }

    .details-form-field:last-child {
        margin-bottom: 10px;
    }

    .details-form-field button {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

.btn-with-arrow {
    position: relative;
    text-align: left; /* テキストは左寄せ */
    padding-right: 2rem; /* 矢印用に右余白を作る */
}

    .btn-with-arrow::after {
        content: "＞";
        position: absolute;
        right: 1rem; /* ボタンの右端に配置 */
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }

.dli-bell {
    display: inline-block;
    vertical-align: middle;
    color: #FFD700; /* 輪郭の色 */
    line-height: 1;
    width: 0.9em;
    height: 0.765em;
    border: 0.1em solid currentColor;
    border-bottom: 0;
    border-radius: 0.9em 0.9em 0 0;
    box-sizing: border-box;
    position: relative;
    background: gold; /* ベル本体の中も黄色 */
}

    .dli-bell::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0.18em;
        height: 0.18em;
        background: #FFD700; /* 上の丸も黄色 */
        border-radius: 50% 50% 0 0;
        transform: translateX(-50%);
    }

    .dli-bell::after {
        content: '';
        position: absolute;
        top: 100%;
        left: -0.1em;
        right: -0.1em;
        height: 0.3em;
        background: #FFD700; /* 下のカバーも黄色 */
        border: 0.1em solid currentColor;
        border-top: 0;
        border-radius: 0 0 0.125em 0.125em;
        box-sizing: border-box;
        transform: perspective(1em) rotateX(60deg);
        transform-origin: top center;
    }

    .dli-bell > span {
        position: absolute;
        top: calc(100% + 0.2em);
        left: 50%;
        width: 0.405em;
        height: 0.2025em;
        background: #FFD700; /* ベルの玉も黄色 */
        border: 0.1em solid currentColor;
        border-top: 0;
        border-radius: 50% / 0% 0% 100% 100%;
        box-sizing: border-box;
        transform: translateX(-50%);
    }
