﻿body {
    text-align: center;
}

body, h1, h2, h3, p, div, ul, ol, li, dl, dd, dt, table, form, blockquote, pre, address {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: メイリオ, Arial, sans-serif;
}

#main {
    padding: 0px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header {
    margin-bottom: 10px;
}

#center {
    float: left;
    width: 950px;
    min-height: 500px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.user {
    color: #5e5e5e;
    font-size: 12px;
    float: right;
    position:absolute;
    bottom:0;
    right:20px;
}


.title {
    width: 100%;
    float: left;
    border-bottom: 3px solid #2d669f;
    font-size: 23px;
}

.contents {
    width: 100%;
    float: left;
}

table.table1 {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    font-size: 15;
}

    table.table1 th {
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        background-color: #a6d5e6;
        padding: 4px 2px 4px 2px;
    }

    table.table1 td {
        border-width: 1px 0px;
        border-color: black;
        border-style: solid;
        padding: 3px 2px 3px 2px;
    }

    table.table1 tr:nth-child(2n+1) {
        background: #e7f9fe;
    }

table.individualTable {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    font-size: 15;
}

    table.individualTable  th{
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        background-color: #a6d5e6;
        padding: 4px 2px 4px 2px;
    }

    table.individualTable td{
        border-width: 1px 0px;
        border-color: black;
        border-style: solid;
        padding: 3px 2px 3px 2px;
    }

    table.individualTable tr:nth-child(4n+1) {
        background: #e7f9fe;
    }


.search {
    background: #5492cf;
    padding: 2px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .search .title-2 {
        padding: 2px 5px;
        color: #ffffff;
        background: #5492cf;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .search .title-2:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .search h3 {
        font-weight: normal;
        font-size: 16px;
        padding-right: 20px;
        border-right: 1px dotted #bed6ed;
        line-height: 0px;
        float: left;
    }

.icon_search:before {
    content: url(/Content/images/icon_search.png);
    margin: 10px;
    position: relative;
    top: 4px;
}

.search_disabled {
    line-height: 26px;
    float: right !important;
}

.searchBlock {
    background: #dce9f5;
    border: solid 1px #74A3BD;
    border-radius: 3px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

    .searchBlock table {
        width: 100%;
    }

        .searchBlock table th {
            text-align: right;
            width: 15%;
        }

        .searchBlock table td {
            width: 35%;
        }

            .searchBlock table td input[type=text],
            .searchBlock table td select {
                width: 90%;
            }
            .searchBlock table td input[type=checkbox] {
                /* width: 60%; */
            }

    .searchBlock .searchAction {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 5px;
        border-top: 1px solid #ccc;
    }

nav.search_nav {
    margin: 10px 0;
}

.pagination {
    float: right;
    margin: 0;
}

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #3374b5;
        border-color: #3374b5;
    }


.text-center {
    text-align: center !important;
}

.btn-common {
    color: #ffffff !important;
    background-color: #2d669f !important;
    border-color: #3c51cc !important;
    background-image: none !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}
    .btn-common:hover,
    .btn-common:focus,
    .btn-common:active,
    .btn-common.active,
    .open .dropdown-toggle.btn-common {
        color: #ffffff !important;
        background-color: #1c3e60 !important;
        border-color: #1c3e60 !important;
    }
    .btn-common:active,
    .btn-common.active,
    .open .dropdown-toggle.btn-common {
        background-image: none !important;
    }
    .btn-common.disabled,
    .btn-common[disabled],
    fieldset[disabled] .btn-common,
    .btn-common.disabled:hover,
    .btn-common[disabled]:hover,
    fieldset[disabled] .btn-common:hover,
    .btn-common.disabled:focus,
    .btn-common[disabled]:focus,
    fieldset[disabled] .btn-common:focus,
    .btn-common.disabled:active,
    .btn-common[disabled]:active,
    fieldset[disabled] .btn-common:active,
    .btn-common.disabled.active,
    .btn-common[disabled].active,
    fieldset[disabled] .btn-common.active {
        background-color: #778899 !important;
        /*border-color: #bd1e1e !important;*/
    }

.btn-common2 {
    color: #ffffff !important;
    background-color: #132c6f !important;
    border-color: #3c51cc !important;
    background-image: none !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}

    .btn-common2:hover,
    .btn-common2:focus,
    .btn-common2:active,
    .btn-common2.active,
    .open .dropdown-toggle.btn-common2 {
        color: #ffffff !important;
        background-color: #000059 !important;
        border-color: #1c3e60 !important;
    }

    .btn-common2:active,
    .btn-common2.active,
    .open .dropdown-toggle.btn-common2 {
        background-image: none !important;
    }

    .btn-common2.disabled,
    .btn-common2[disabled],
    fieldset[disabled] .btn-common2,
    .btn-common2.disabled:hover,
    .btn-common2[disabled]:hover,
    fieldset[disabled] .btn-common2:hover,
    .btn-common2.disabled:focus,
    .btn-common2[disabled]:focus,
    fieldset[disabled] .btn-common2:focus,
    .btn-common2.disabled:active,
    .btn-common2[disabled]:active,
    fieldset[disabled] .btn-common2:active,
    .btn-common2.disabled.active,
    .btn-common2[disabled].active,
    fieldset[disabled] .btn-common2.active {
        background-color: #778899 !important;
        /*border-color: #bd1e1e !important;*/
    }

.btn-page {
    color: #ffffff !important;
    background-color: #2d669f !important;
    border-color: #3c51cc !important;
    background-image: none !important;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

    .btn-page:hover,
    .btn-page:focus,
    .btn-page:active,
    .btn-page.active,
    .open .dropdown-toggle.btn-page {
        color: #ffffff !important;
        background-color: #1c3e60 !important;
        border-color: #1c3e60 !important;
        text-decoration: none;
    }

    .btn-page:active,
    .btn-page.active,
    .open .dropdown-toggle.btn-page {
        background-image: none !important;
    }

    .btn-page.disabled,
    .btn-page[disabled],
    fieldset[disabled] .btn-page,
    .btn-page.disabled:hover,
    .btn-page[disabled]:hover,
    fieldset[disabled] .btn-page:hover,
    .btn-page.disabled:focus,
    .btn-page[disabled]:focus,
    fieldset[disabled] .btn-page:focus,
    .btn-page.disabled:active,
    .btn-page[disabled]:active,
    fieldset[disabled] .btn-page:active,
    .btn-page.disabled.active,
    .btn-page[disabled].active,
    fieldset[disabled] .btn-page.active {
        background-color: #778899 !important;
        /*border-color: #bd1e1e !important;*/
    }

.page-no-item {
    width: 50px;
    height: 20px;
    text-align: right;
    margin-bottom: -6px;
    ime-mode: disabled;
}

/*ページトップ*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.ui-dialog-titlebar {
/*    display: none;*/
}

#memberTable {
    text-align: left;
}

#groupTable {
    text-align: left;
}
#groupTable2 {
    text-align: left;
}
#intraUserTable {
    text-align: left;
}
#systemTable {
    text-align: left;
}
#superiorTable {
    text-align: left;
}
#accountingTable {
    text-align: left;
}

/* ダイアログ用 */
table.detailtable {
    text-align: left;
    border: 1px solid black;
    width: 100%;
}
table.detailtable th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    background-color: #a6d5e6;
    padding: 4px 2px 4px 2px;
}
table.detailtable td {
    border-width: 1px 0px;
    border-color: black;
    border-style: solid;
    height: auto;
}
table.detailtable tr:nth-child(2n) {
    background: #FFF;
}
table.detailtable tr:nth-child(2n+1) {
    background: #e7f9fe;
}


#methodSelect {
    max-width: 500px !important;
}

/* チェックボックスリスト用 */
.select_list {
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin: 3px 0px 0px 0px;
}

    .select_list li {
        float: left;
        margin-right: 20px;
        white-space: nowrap;
    }
    .select_list label {
        font-weight: normal;
        font-size: 12px;
    }

.btn-fixation {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 40px;
    background-color:#fff;
}

.date {
    width: 110px !important;
}

.w4{width:4% !important;}
.w5{width:5% !important;}
.w6{width:6% !important;}
.w8{width:8% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w25{width:25% !important;}
.w30{width:30% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w45{width:45% !important;}
.w50{width:50% !important;}
.w55{width:55% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w90{width:90% !important;}
.w95{width:95% !important;}
.w100{width:100% !important;}

.mw-none{max-width:none !important;}

.rightPosition{
    float:right;
}

.top_div {
    overflow: scroll;
    width: 100%;
    height: 450px;
    border: solid 1px #333333;
    margin-top: 20px;
    padding: 0 20px 0 20px ;
}

.top_news {
    border-bottom: 1px solid #2d669f;
    margin-bottom:15px;
}

.topNews_margin{
    margin-bottom:18px;
}

.resultMsg {
    color: red;
    font-size: 18px;
}

/* 一括更新の変更項目用 */
.change {
    color: red;
}
label{
    font-weight:normal;
    display:inline;
}

input ,textarea{
    border: 1px solid #7f9db9; 
}

.btn2 {
    padding: 1px 7px 0px 7px;
    border-radius: 3px;
    margin-top:0px!important;
    margin-bottom:0px!important;
}

/* 必須マーク */
.required {
    color: red;
}

/* ダウンロード用のガイダンス */
.dl_guidance {
    margin-top : 10px;
}

.cancelLine {
    text-decoration: line-through;
}

.link {
    color: #428bca !important;
}

/* バリデーションエラーメッセージ */
.validation_info {
    color: blue;
}
/* バリデーションエラーメッセージ */
.validation_error {
    color: red;
}
/* バリデーションエラーメッセージ */
.validation_warn {
    color: red;
}
/* ガイダンス 20250117修正 */
.guide-label {
    color: brown;
    font-size: 11px;
}

/* 警告メッセージ */
.message_warn {
    color: red;
}

/* ローディング用 */
#loading {
    display: none;
}
#loading_background {
    z-index: 20001;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}
#loading_image {
    z-index: 20002;
    width: 100px; /* gif画像の幅 */
    height: 100px; /* gif画像の高さ */
    margin: -50px 0 0 -50px; /* gif画像を画面中央に */
    background: #FFFFFF; /* gif画像の背景色 */
    padding: 5px; /* gif画像を大きく */
    border-radius: 15px; /* 丸角 */
    position: fixed; /* gif画像をスクロールさせない */
    left: 50%; /* gif画像を画面横中央へ */
    top: 50%; /* gif画像を画面縦中央へ */
}
#loading_image img {
    width: 90px; /* gif画像の幅 */
    height: 90px; /* gif画像の高さ */
}

/* 折り返し */
td ,.wordBreak{
    word-break: break-all;
}

/* 組織一覧選択済み */
.org_selected {
    background-color: #999999;
}

.text-red{
    color: red;
}

.pr3 {
    padding-right: 3px;
}
.pl3 {
    padding-left: 3px;
}

.ib {
    display: inline-block;
}

.bts_dbl {
    border-top-style: double;
}

.nowrap {
    white-space: nowrap;
}
