@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Asap:400,700";
/*font-family: 'Asap', sans-serif;*/

html {
    font-size: 85%;
    overflow: hidden;
    height: 100%;
}

/* body	Begin -------------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",
        "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #eeeeee;
    height: 100%;
    /* #15115 Chg Start */
    /* overflow: hidden; */
    overflow: scroll;
    -ms-overflow-style: scrollbar;  /* IE用 */
    /* #15115 Chg End */
}

/*Firefox*/
/* @-moz-document url-prefix() {
    div.main {
        flex: none !important;
        height: 95% !important;
    }

    #header {
        height: 5% !important;
    }
} */

hr {
    margin: 5px 0;
    border: 2px solid #ddd;
}

select:focus,
input:focus {
    outline: none;
    border: 1px solid #1a3dde !important;
}

input,
button,
button:focus,
button:active {
    outline: none !important;
}

/* body	End   -------------------------------------------------------------- */
/* a Begin------------------------------------------------------------------- */
a {
    color: #122cc9;
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:active {
    text-decoration: none;
}

/* a End--------------------------------------------------------------------- */

/* ul Begin--------------------------------------------------------------------- */
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ul End--------------------------------------------------------------------- */
/* Img Begin------------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Img End--------------------------------------------------------------------- */

/* Dialog Area Begin ***************************************************/
div.bootstrap-dialog .modal-content {
    border: 0px;
}

div.bootstrap-dialog .modal-header {
    padding: 5px 10px 5px 5px;
    background-color: #2e75b6 !important;
    ;
}

div.bootstrap-dialog .bootstrap-dialog-close-button {
    padding-top: 2px;
}

div.bootstrap-dialog .bootstrap-dialog-close-button button {
    font-size: 20px;
    color: #fff;
    width: 22px;
    height: 20px;
    background: #ccc;
    border-radius: 4px;
    opacity: .95;
}

div.bootstrap-dialog .bootstrap-dialog-close-button button:hover {
    opacity: 1;
}

div.bootstrap-dialog .bv-form-group.input.select {
    width: 100%;
}

div.bv-message .modal-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.bv-message .bootstrap-dialog-title {
    font-size: 1.5em;
}

div.bv-message .bootstrap-dialog-footer-buttons {
    text-align: center;
}

div.bv-message .bootstrap-dialog-footer-buttons>button {
    min-width: 100px;
}

div.bv-message .bootstrap-dialog-message {
    font-size: 1.2em;
}

/* Dialog Area End   ***************************************************/

/* Error Message Area Begin ***************************************************/
/* #20236 Chg select追加 */
/* #23614 Chg label追加 */
input.bb-input-error,select.bb-input-error,label.bb-input-error {
    border: 1px solid red !important;
    background-color: #f7c1c1 !important;
}
/* #20849 aad start*/
textarea.bb-input-error {
    border: 1px solid red !important;
    background-color: #f7c1c1 !important;
}
/* #20849 aad end */
/*.error-area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    margin-bottom: 5px;
}*/

.msg-area {
    background: #f78585;
    padding: 10px;
    color: #fff;
}

.pop-error-area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}

.pop-msg-area {
    background: #f78585;
    padding: 10px;
    color: #fff;
}

/* Error Message Area End   ***************************************************/

/* input Begin------------------------------------------------------------------- */
/* input.form-control {
    width: 100%;
    color: #0000cc;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding: 8px 5px;
    border: 1px solid #004ea2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 108%;
} */

/* input {
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    height: 24px;
    margin: 0 10px;
    padding: 3px 8px;
    color: #122cc9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
} */

/* bv-…… Begin--------------------------------------------------------------------- */
input.bv-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    height: 24px;
    /*margin: 0 10px;*/
}

.bv-text-min {
    width: 50px;
}

.bv-form {
    padding-left: 14px;
}

.bv-textarea {
    resize: none
}

#divPageAccount .bv-form {
    padding-left: 0;
}

.bv-form-group input,
.bv-form-group textarea {
    margin: 0 10px;
}

a.searchBtn {
    margin-left: -10px;
}

.bv-date {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    height: 24px;
    /*margin: 0 10px;*/
}

.bv-select {
    border-radius: 4px;
    width: 80px;
    height: 24px;
    border: 1px solid #a9a9a9;
    /*    margin: 0 10px;*/
}

input[type=checkbox] {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    position: relative;
    /* top: -2px; */
    cursor: pointer;
    margin: 0 2px;
    background: #fff;
    width: 15px;
    height: 15px;
}

select[disabled=disabled] {
    background: #ebebe4;
}

.select:after {
    background: #ccc !important;
    border-color: #ccc !important;
}

.alert-danger {
    margin: 15px 0;
}

/* input[type=checkbox]:after {
    width: 100%;
    height: 100%;
    top: 0;
    content: " ";
    background-color: White;
    color: #000000;
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    position: absolute;
} */
/* input.bv-checkbox:after{
    border: 1px solid #000;
    background-color: White;
} */

/* input[type=checkbox]:checked:after {
    content: "✔ ";
    text-align: center;
    bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
} */

/* bv-…… End--------------------------------------------------------------------- */
/* input End  ------------------------------------------------------------------- */
/* botton Begin  ------------------------------------------------------------------- */
.btn-success {
    border-radius: 4px;
    height: 24px;
    margin: 0 20px;
    padding: 3px 8px;
    color: #fff;
    font-size: 100%;
    width: 160px;
    text-align: center;
    background: #1976d6;
    height: 35px;
    border: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #1976d6;
    border: 1px solid #fff;
}

.btnBox {
    text-align: center;
}

.btnBox .btn-success:last-child {
    background: #a6a6a6;
}

.btnBox .btn-success:first-child {
    background: #1976d6;
}

/* botton End  ------------------------------------------------------------------- */

/* Login Begin------------------------------------------------------------------- */
.login {
    color: #0000cc;
    padding-top: 35px;
    padding-left: 0 !important;
}

.login .breadcrumbWrap {
    display: none;
}

.login h2 {
    margin-top: 95px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login h2 i {
    font-size: 36px;
    margin: 0 20px;
}

.login h2 span {
    font-size: 24px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#loginBox {
    width: 560px;
    margin: auto;
    padding: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 0px 2px 2px #ededed;
    background: #fff;
    border: solid 1px #41719c;
}

.loginpage a {
    text-decoration: none;
}

.loginpage .form-group-div a {
    text-decoration: underline;
}

#loginBox input {
    height: auto;
    width: 100%;
    padding: 8px;
}

#loginBox p {
    text-align: center;
}

#loginBox table {
    width: 375px;
    margin: 0 auto 20px;
}

#loginBox.login02 table {
    width: 435px;
}

#loginBox table th,
#loginBox table td {
    padding-bottom: 30px;
    vertical-align: middle;
    padding: 5px;
}

#loginBox table td {
    width: 270px;
    padding: 5px;
}

#loginBox .btn01 {
    width: 330px;
    margin: auto;
    margin-top: 30px;
}

#loginBox #passMessege {
    text-align: right;
}

#loginBox .btnBox {
    margin-top: 44px;
}

#loginBox .form-group>label {
    width: 20%;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

#contents04 #loginBox .form-group>label {
    width: 37%;
}

#loginBox .form-horizontal .form-group {
    text-align: center;
}


#loginBox .form-group>div.input {
    width: 50%;
    display: inline-block;
}

#loginBox .form-group-div {
    text-align: right;
    margin-right: 75px;
    margin-top: 20px;
}


.mgb30 input {
    color: #fff;
    width: 150px;
    height: 30px;
}

.mgb30 .btn03 {
    background: #2f5597;
}

.mgb30 .btn02 {
    background: #a6a6a6;
}

.searchBtn .fa-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #2f5597;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.greay.white {
    width: 100px;
    height: 24px;
    border-radius: 4px;
}

/* Login End--------------------------------------------------------------------- */
/* Commonly used attributes Begin--------------------------------------------------------------------- */
/* padding 10 20*/
.pd0 {
    padding: 0;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pdb0 {
    padding-bottom: 0px;
}

.pdb5 {
    padding-bottom: 5px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb25 {
    padding-bottom: 25px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdt5 {
    padding-top: 5px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt15 {
    padding-top: 15px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt25 {
    padding-top: 25px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdl5 {
    padding-left: 5px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

/* margin */
.mg0 {
    margin: 0 !important;
}

.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.mg15 {
    margin: 15px;
}

.mg20 {
    margin: 20px;
}

.mg25 {
    margin: 25px;
}

.mg30 {
    margin: 30px;
}

.mg40 {
    margin: 40px;
}

.mgb0 {
    margin-bottom: 0px;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb25 {
    margin-bottom: 25px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb40 {
    margin-bottom: 40px;
}

.mgt5 {
    margin-top: 5px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt25 {
    margin-top: 25px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt40 {
    margin-top: 40px;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl5 {
    margin-left: 5px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl90 {
    margin-left: 90px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr20 {
    margin-right: 20px;
}

.mgr30 {
    margin-right: 30px;
}

/* width */
.wd20 {
    width: 20px;
}

.wd25 {
    width: 25px;
}

.wd30 {
    width: 30px;
}

.wd35 {
    width: 35px;
}

.wd40 {
    width: 40px;
}

.wd45 {
    width: 45px;
}

.wd50 {
    width: 50px;
}

.wd55 {
    width: 55px;
}

.wd60 {
    width: 60px;
}

.wd65 {
    width: 65px;
}

.wd70 {
    width: 70px;
}

.wd75 {
    width: 75px;
}

.wd80 {
    width: 80px;
}

.wd85 {
    width: 85px;
}

.wd90 {
    width: 90px;
}

.wd95 {
    width: 95px;
}

.wd100 {
    width: 100px;
}

.wd105 {
    width: 105px;
}

.wd110 {
    width: 110px;
}

.wd115 {
    width: 115px;
}

.wd120 {
    width: 120px;
}

.wd125 {
    width: 125px;
}

.wd130 {
    width: 130px;
}

.wd135 {
    width: 135px;
}

.wd140 {
    width: 140px;
}

.wd145 {
    width: 145px;
}

.wd150 {
    width: 150px;
}

.wd155 {
    width: 155px;
}

.wd160 {
    width: 160px;
}

.wd165 {
    width: 165px;
}

.wd170 {
    width: 170px;
}

.wd175 {
    width: 175px;
}

.wd180 {
    width: 180px;
}

.wd185 {
    width: 185px;
}

.wd190 {
    width: 190px;
}

.wd195 {
    width: 195px;
}

.wd200 {
    width: 200px;
}

.wd205 {
    width: 205px;
}

.wd250 {
    width: 250px;
}

.wd290 {
    width: 290px;
}

.wd300 {
    width: 300px;
}

.wd320 {
    width: 320px;
}

.wd350 {
    width: 350px;
}

.wd380 {
    width: 380px;
}

.wd400 {
    width: 400px;
}

.wd450 {
    width: 450px;
}

.wd460 {
    width: 460px;
}

.wd500 {
    width: 500px;
}

/*2019/11/12 add start liqiang*/
.wd550 {
    width: 550px;
}

.wd560 {
    width: 560px;
}

.wd600 {
    width: 600px;
}

.wd650 {
    width: 650px;
}

.wd700 {
    width: 700px;
}

/*2019/11/12 add end liqiang*/

.wdFull {
    width: 100%;
}

.hg44 {
    height: 44px;
    line-height: 44px;
}

.hg28 {
    height: 28px;
    line-height: 28px;
}

.flL50 {
    float: left;
    width: 49.5%;
}

.flR50 {
    float: right;
    width: 49.5%;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h3.flex-between {
    padding: 6px !important;
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column-alst {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.fz35 {
    font-size: 35px;
}

.fz25 {
    font-size: 25px;
}

.color-ed7d31 {
    color: #ed7d31;
}

.color-3333cc {
    color: #3333cc;
}

.color-f00 {
    color: #f00
}

/* Commonly used attributes End--------------------------------------------------------------------- */

/* button Begin ------------------------------------------------------------------- */
.btn01 button,
.btn01 a.btn {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 115%;
    background: #004ea2;
    padding: 8px 20px;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px #013369;
    -moz-box-shadow: 0px 3px 0px 0px #013369;
    -webkit-box-shadow: 0px 3px 0px 0px #013369;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn01 button:hover,
.btn01 a.btn:hover {
    background: #1667be;
}

.btn-info:active,
.btn-info.active,
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #1667be !important;
    border-color: #1667be;
}

/* button End ------------------------------------------------------------------- */

/* Error Message Begin ------------------------------------------------------------------- */
.header-message {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    margin-bottom: 5px;
}

.header-message div {
    background: #f78585;
    padding: 10px;
    color: #fff;
}

.pop-error-area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}

.pop-msg-area {
    background: #f78585;
    padding: 10px;
    color: #fff;
}

/* Error Message End ------------------------------------------------------------------- */

/* header Begin---------------------------------------------------------- */
#header {
    width: 100%;
    height: 40px;
    min-height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #e4dfdf;
    position: relative;
}

header h1 {
    font-family: 'Asap', sans-serif;
    font-size: 170%;
    float: left;
}

header h1 a {
    text-decoration: none;
    color: #004ea2;

}

header #headMenu {
    float: right;
    box-sizing: border-box;
    /*width: 176px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
    height: 100%;
}

header #userCont {
    float: right;
    position: relative;
    box-sizing: border-box;
    line-height: 38px;
    border-left: 1px solid #ccc;
    padding-left: 35px;
    min-width: 140px;
}


header #userIcon {
    overflow: hidden;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 5px;
    border-radius: 100px;
}

header #topicsBtn i {
    font-size: 190%;
    color: #122cc9;
}

#topicsBtn {
    float: left;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

#topicsBtn i {
    font-size: 190%;
    color: #122cc9;
}

#topicsBtn span {
    display: block;
    position: absolute;
    background: #ff5262;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-size: 85%;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    top: -4px;
    right: -4px;
}



header #userIcon img {
    width: inherit;
}

#userContBtn {
    float: right;
    font-size: 136%;
    color: #004ea2;
    margin-left: 15px;
    cursor: pointer;
}

header #siteid {
    margin-top: 0px;
    margin-bottom: 0px;
}

#topicsPopup {
    right: 8px;
    width: 340px;
    margin-right: 20px;
    z-index: 1;
    position: absolute;
    background: #fff;
    top: 45px;
    box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#topicsPopup h2 {
    cursor: pointer;
    background: #1976d6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 118%;
    padding: 5px 0;
    margin: 0;
    height: 40px;
    line-height: 30px;
    /*display: flex;*/
    /* align-items: center;
    justify-content: space-between; */
    position: relative;
}

#userPopup {
    text-align: left;
    width: 10%;
    display: block;
    right: 10px;
    margin-right: 5px;
    z-index: 1;
    position: absolute;
    background: #fff;
    top: 45px;
}

#innerTopicsPopup .new_noline {
    cursor: pointer;
    color: #0000cc;
    padding: 10px;
}

#dlBtnPopup:before,
#topicsPopup:before,
#userPopup:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    right: -27px;
    top: -7px;
    margin: auto;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
}

#dlBtnPopup:before,
#topicsPopup:before {
    border-color: transparent transparent #1976d6 transparent;
    right: -12px;
    top: -10px;
}

#userPopup {
    right: 10px;
    width: 200px;
    margin-right: 5px;
    z-index: 1;
    text-align: left;
    width: 10%;
    display: block;
    display: none;
    position: absolute;
    background: #fff;
    top: 45px;
    box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#dlBtnPopup li,
#topicsPopup li,
#userPopup li {
    border-top: 1px solid #eee;
    list-style: none;
}

#userPopup li a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: block;
}

#userPopup li:hover {
    background: #e8edf9;
}

#userPopup li a:after {
    content: "\f0da";
    position: absolute;
    color: #666;
    height: 18px;
    margin: auto;
    font-size: 108%;
    font-family: FontAwesome;
    right: 8px;
    top: -8px;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* header End   ---------------------------------------------------------- */


/* gNavi Begin---------------------------------------------------------- */
#gNav {
    width: 66px;
    color: #fff;
    z-index: 98;
    background: #0a2c83;
    position: relative;
    /* min-height: 1200px; */
}

#gNav a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
}

.mainNav {
    background: #0a2c83;
    width: 60px;
    padding-left: 0px;
    height: inherit !important;
}

.mainNav li {
    position: relative;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #1f47af;
}

.mainNav .navLink {
    width: 100%;
    display: block;
    position: relative;
    font-size: 150%;
    text-align: center;
}

.mainNav .navLink .ico {
    position: absolute;
    font-size: 41%;
    width: 21px;
    height: 18px;
    right: 10px;
    top: 30px;
    text-align: center;
    line-height: 18px;
    background: #fff;
    color: #0a2c83;
    border: 1px solid #0a2c83;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 100;
}

.mainNav .navLink span {
    position: absolute;
    width: 133px;
    left: 70px;
    height: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 1em;
    padding: 5px;
    font-size: 13px;
    background: #1a44b0;
    color: #fff;
    border-radius: 2px;
    display: none;
}

.mainNav .navLink span.open {
    display: block !important;
}

.mainNav .navLink span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #1a44b0 transparent transparent;
}

#swith {
    background: #03216d;
    width: 60px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    width: 27px;
    height: 22px;
    position: relative;
    margin-top: 14px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 9px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
}

.toogleNav {
    display: none;
    top: 0;
    left: 60px;
    width: 150px;
    position: absolute;
    background: #004ea2;
    height: 100%;
    border-top: 50px solid #03216d;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 0px;
    z-index: 1;
    padding-left: 0px;
}

.toogleNav li {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #1f63ad;
    /* width: 150px; */
    list-style: none;
}

.sNavList {
    position: relative;
    cursor: pointer;
}

.mainNav li.hov a {
    color: #8dbdf0 !important;
}

.toogleNav li.hov {
    background: #011851;
}

.toogleNav li.hov .subNav li {
    background: #1a44b0;
}

.toogleNav li.hov .subNav li a {
    color: #fff !important;
}

/* gNavi End  ---------------------------------------------------------- */

/* contents---------------------------------------------------------- */
div.main {
    display: flex;
    flex: 1;
    /* height: 95%; */
    /* #15115 Del Start */
    /*overflow: hidden;*/
    /* #15115 Del Start */
}

.main-content {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* #15115 Del Start */
    /* overflow: auto; */
    /* #15115 Del End */
    background: #fff;
}

.main-content>div {
    min-width: 1200px;
}

/*
#contents h2 {
    color: #0000cc;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 160%;
}

#contents h2 i {
    padding-right: 14px;
    font-size: 150%;
}

#contents h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/* breadcrumb
---------------------------------------------------------- */
.breadcrumbWrap {
    width: 100%;
    background: #dddddd;
    height: 30px;
}

.breadcrumb {
    padding: 0;
    padding-left: 13px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
}

.breadcrumb li {
    float: left;
    white-space: nowrap;
    color: #666666;
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
    list-style: none;
}

.breadcrumb li:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: -5px;
    margin-top: 0;
    font-size: 16px;
}

.breadcrumb li:last-child:after {
    display: none;
}


.breadcrumb li i {
    font-size: 23px;
    line-height: 30px;
}

.breadcrumb li a {
    white-space: nowrap;
    color: #666666;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


/*Main Area ---------------------------------------------------------*/
.body-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-search-condition {
    padding: 10px 0;
}

.tabSec .page-search-condition {
    padding: 15px;
}

#individualSearchFormArea {
    padding: 15px;
}

div.contents-box {
    padding: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    margin-bottom: 5px;
    /*    display: flex;
    flex-direction: column;*/
    flex: 1;
}

div.contents-box .page-title {
    height: 55px;
}

div.contents-box .page-title>h3 {
    background: #004ea2;
    font-weight: bold;
    color: #fff;
    font-size: 115%;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.headlineBtnList #subMenu {
    display: flex;
}

.headlineBtnList #subMenu li {
    margin: 0 5px;
    position: relative;
}

.headlineBtnList #subMenu li a {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #0000cc;
    border-radius: 4px;
    padding: 7px 12px;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.headlineBtnList #subMenu li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 0;
    left: 0;
    top: 30px;
    width: 87px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.headlineBtnList #subMenu li ul li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: left;
}

.headlineBtnList #subMenu li ul li a {
    color: #333;
    margin: 0;
    padding: 6px 10px 6px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    line-height: 25px;
}

.headlineBtnList #subMenu li ul li a i {
    margin-right: 10px;
}

.headlineBtnList #subMenu li ul li a:hover {
    background: #eee;
    transform: none;
}

/*2019/11/12 add liqiang start*/
.contentlineBtnList .subMenu {
    display: flex;
}

.contentlineBtnList .subMenu li {
    margin: 0 5px;
    position: relative;
}

.contentlineBtnList .subMenu li a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 12px 4px;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.contentlineBtnList .subMenu li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 34px;
    left: 0;
    padding: 0;
    width: 200px;
    background: #fff;
    border: solid 1px #ccc;
}

.contentlineBtnList .subMenu li ul li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: left;
}

.contentlineBtnList .subMenu li ul li a {
    color: #333;
    margin: 0;
    padding: 6px 20px 6px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    font-size: 90%;
}

.contentlineBtnList .subMenu li ul li a:hover {
    background: #eee;
    transform: none;
}

/*2019/11/12 add liqiang end*/

div.contents-box .page-title>h3>i {
    padding-right: 5px;
}

div.contents-box .page-search-title-area {
    padding: 0px;
    box-sizing: border-box;
    border: 2px solid #eee;
    background: #fff;
    line-height: 45px;
    min-height: 45px;
    display: flex;
    justify-content: space-between;
}

div.title-left {
    margin-left: 15px;
    font-weight: 700;
    display: flex;
}

div.title-left .searchConditionLeft {
    width: 110px;
    white-space: nowrap;
}

div.title-left .spnConditions {
    font-weight: 500;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 8px;
}

div.title-right {
    width: 120px;
    text-align: right;
    margin-right: 7px;
    margin-top: 3px;
    margin-left: 10px;
}

div.title-right .search-close {
    cursor: pointer;
    background: #1976d6;
    color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 120px;
    margin-right: 0px;
    margin-top: 2px;
}

div.title-right .search-close>i {
    font-size: 200%;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

form div.area-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 10px;
}

form div.area-row .checkbox-inline {
    padding-left: 0;
    padding-top: 5px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

.processing {
    margin: 0 5px;
}

.area-row-name {
    display: inline-block;
    width: 80px;
}

.area-row-name2 {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.area-row-name3 {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.area-row-name4 {
    display: inline-block;
    width: 100px;
    text-align: left;
}

.area-row-name5 {
    display: inline-block;
    width: 120px;
    text-align: left;
}
/* #16036 add start */
.area-row-name6 {
    display: inline-block;
    width: 140px;
    text-align: left;
}
/* #16036 add end */
/* #16965 add end */
.area-row-name7 {
    display: inline-block;
    width: 120px;
    text-align: left;
    padding-bottom: 180px;
}
/* #16965 add end */
/* #21349-7 add start */
.area-row-name8 {
    display: inline-block;
    width: 90px;
    text-align: left;
}
/* #21349-7 add end */
sup.red {
    font-size: 78%;
    vertical-align: top;
    position: relative;
    top: 10px;
    color: #f00;
}

.contBox {
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

#contents #tableBox {
    margin: 8px;
}

.searchNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#pageTotalInfo {
    display: inline-block;
    margin: 0 3px;
}

#pagingInfo {
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
}

#pagingInfo li {
    margin: 0 3px;
}

#pagingInfo li a {
    display: inline-block;
    width: 20px;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #412522;
}

.fa-download:before {
    margin: 0 4px;
}

.fa-user:before {
    margin: 0 4px;
}

.fa-envelope-o:before {
    margin: 0 4px;
}

table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table tr th,
table tr td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
}

.tblHeight,
.tblHeight tr td {
    border: 0;
    text-align: left;
}

table tr th {
    background: #eaeff7;
}

.select {
    position: relative;
}

/*.select:after {
    content: "\f0d7";
    position: absolute;
    color: #004ea2;
    height: 18px;
    margin: auto;
    font-size: 108%;
    font-family: FontAwesome;
    right: 13px;
    top: 4px;
    bottom: 5px;
    z-index: 1;
    pointer-events: none;
    background: #acd5ff;
    border: 1px solid #99ccff;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    color: #000;
    line-height: 16px;
    text-align: center;
}
.bv-select:after {
    content: "\f107";
    position: absolute;
    color: #004ea2;
    height: 18px;
    margin: auto;
    font-size: 108%;
    font-family: FontAwesome;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.modal-body .select:after {
    right: 16px;
    top: 4px;
}

.inline-Box .select:after {
    right: 1px;
    top: 3px;
}*/

.cal label {
    position: relative;
}

/*.cal div.input {
    position: relative;
}*/

.cal div.input:after {
    content: "\f073";
    color: #c6af82;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    font-family: FontAwesome;
    right: 16px;
    top: 3px;
    bottom: 0;
    margin: auto;
    height: 26px;
    pointer-events: none;
}

input.input-radius-right {
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tit01 {
    line-height: 1.2;
    padding: 3px 0 0 6px;
    border-left: 4px solid #0000cc;
}

.breadcrumb>li+li:before {
    content: "";
}

.mngContents {
    width: calc(100% - 22px);
    padding: 20px 10px;
    /* border: 1px solid #ccc; */
}


.tabSec-mian {
    border: 1px solid #ccc;
    padding: 0 10px;
    padding-left: 16px;
}


/* nav_tabs */
.nav>li>a:hover,
.nav>li>a:focus {
    border-top: 2px solid #004ea1;
    background: #fff;
    color: #333;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #333;
    background: #fff;
}

.bv-nav-tabs li a {
    display: block;
    padding-top: 10px;
    height: 42px;
    background: #edf6ff;
    border: 1px solid #edf6ff;
    border-top: 2px solid #edf6ff;
    /*border-bottom: 1px solid #ccc;*/
    text-decoration: none;
    color: #333;
    font-weight: 700;
    min-width: 280px;
    text-align: center;
}

.bv-nav-tabs li:hover,
.bv-nav-tabs li.active {
    height: 42px;
    background: #fff;
    /*border: 1px solid #ccc;*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 2px solid #004ea1;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

.tab-content {
    padding-left: 16px;
    border: 1px solid #ccc;
}

.searchibox {
    position: relative;
    margin-left: 10px;
}

.searchibox i {
    position: absolute;
    z-index: 3;
    border-right: 1px solid #ccc;
    /*padding: 6px 8px 6px;*/
}

.searchibox input {
    padding-left: 35px;
    margin-left: 0;
}

.searchibox .searchBtn .fa-search {
    background: none;
    color: #333;
    top: 0px;
}

.mainNavSelected {
    background: #1976d6;
}

.page-search-condition h3 .fa {
    font-size: 35px;
}

.modal-body h3 {
    margin-top: 10px;
    color: #2e75b6;
    white-space: nowrap;
}

.icon h3 {
    margin-top: 0;
    color: #122cc9;
}

.modal-body .page-search-condition {
    padding: 0;
}

/*2019/11/11 add liqiang*/
.flL {
    float: left;
}

.flR {
    float: right;
}

.modal-body .checkbox-inline+.checkbox-inline,
.modal-body .radio-inline+.radio-inline {
    margin-left: 0;
}

.fixed-table-pagination .pagination {
    height: 25px;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}

.bootstrap-table .btn-default {
    padding: 0 12px;
    height: 28px;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
    margin: 0 10px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 14px;
}

.pagination-detail {
    float: none;
}

.fixed-table-pagination {
    display: flex;
    float: right;
}

.fixed-table-pagination>.pagination-detail {
    margin-right: 10px;
}

.fixed-table-pagination>.pagination {
    padding-top: 2px;
}

.dropdown-menu {
    min-width: 97px;
}

.tbl-header button,
.tbl-header button:focus,
.tbl-header button:active {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 10px;
    background: #1976d6;
    color: #fff;
}

.tbl-header button:hover {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #1976d6 !important;
    color: #fff !important;
}

.modal[id^="sortModal_"] div.modal-header {
    padding: 5px 10px 5px 5px;
    background-color: #1976d6;
    color: #fff;
}

.modal[id^="sortModal_"] button.close {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 4px;
    opacity: .95;
    font-size: 1.5em;
    color: #fff;
}

.modal[id^="sortModal_"] .fixed-table-toolbar {
    margin-bottom: 10px;
}

.modal[id^="sortModal_"] .modal-footer {
    text-align: center;
}

.modal[id^="sortModal_"] .modal-footer button {
    width: 100px;
}

input,
button,
select,
textarea {
    font-weight: 400;
    font-size: 13.6px;
    font-family: inherit;
}

label {
    margin-bottom: 0px;
    font-weight: 400;
}

.ui-datepicker-title select {
    color: #000;
}

.searchBtnList li {
    display: inline-block;
    height: 38px;
    position: relative;
}

.searchBtnList li a {
    display: block;
    background: #1976d6;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px #0b58a7;
    -moz-box-shadow: 0px 3px 0px 0px #0b58a7;
    -webkit-box-shadow: 0px 3px 0px 0px #0b58a7;
    padding: 6px 12px 2px;
    font-size: 118%;
    position: relative;
}

.searchBtnList li a:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.button-menu li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 34px;
    left: 0;
    padding: 0;
    width: 180px;
    background: #fff;
    border: solid 1px #ccc;
}

.button-menu li ul li {
    width: 100%;
}

.button-menu li ul li a {
    color: #333;
    margin: 0;
    padding: 6px 10px 6px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}

.multi-sort-row-selected {
    background-color: #eee;
}

.multi-sort .bars button {
    background: #1976d6;
    color: #fff;
    height: 33px;
}

.multi-sort.btn-default {
    background: #1976d6;
    color: #fff;
}

.multi-sort .bars button[disabled]:hover {
    background-color: #6ba1d9;
}

.multi-sort .multi-sort {
    border: 0px;
    background-color: #1976d6;
}

.multi-sort .multi-cancel {
    border: 0px;
    background-color: #a6a6a6;
}

.bv-message .btn-warning {
    border: 0px;
    background-color: #1976d6;
}

.bv-message .btn-primary {
    border: 0px;
    background-color: #a6a6a6;
}

.bootstrap-table .fixed-table-container .table td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.maxw100 {
    max-width: 100px;
}

.maxw110 {
    max-width: 110px;

}

.maxw120 {
    max-width: 120px;
}

.maxw200 {
    max-width: 200px;
}

.maxw300 {
    max-width: 300px;
}

.minw50 {
    min-width: 50px;
}

.minw100 {
    min-width: 100px;
}

.minw110 {
    min-width: 110px;
}

.minw120 {
    min-width: 120px;
}

.minw200 {
    min-width: 200px;
}

.min30 {
    min-width: 30px
}

.min120 {
    min-width: 120px
}

.min140 {
    min-width: 140px
}

.min150 {
    min-width: 150px
}

.min160 {
    min-width: 160px
}

.min170 {
    min-width: 170px
}

.min220 {
    min-width: 220px;
}

.min240 {
    min-width: 240px
}

.min300 {
    min-width: 300px
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #1976d6;
    border: 1px solid #fff;
}

.btn-success+.btn-success:active:hover,
.btn-success+.btn-success:active,
.btn-success+.btn-success:focus {
    background: #a6a6a6;
}

.alitst {
    align-items: flex-start !important;
}

.subNav {
    position: absolute;
    left: 150px;
    top: 0;
    background: #1a44b0;
    z-index: 100;
    display: none;
    width: 210px;
}

.subNav li:hover,
.subNav li:focus {
    background: #011851 !important;
}

.sNavList i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    font-size: 140%;
}

.flex-jube {
    display: flex;
    justify-content: space-between;
}

.flex-jube-update {
    margin-right: 10px;
    font-size: 16px;
}

/* error	Begin -------------------------------------------------------------- */
#contents-sys-error {
    width: 560px;
    margin: auto;
    padding: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 0px 2px 2px #ededed;
    background: #fff;
    border: solid 1px #1f63ad;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 35px !important;
}

.loginpage>#container>#contents-sys-error {
    transform: translate(-50%, -120%);
}

#contents-sys-error h1,
#contents-sys-error p {
    text-align: center;
}

#contents-sys-error .btnBox {
    margin-top: 30px;
}

#contents-sys-error h1 {
    margin-top: 10px;
}

/* error	End -------------------------------------------------------------- */

input.bv-integer,
input.bv-decimal {
    text-align: right;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    background-color: #1976d6;
    border-color: #1976d6;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-down::after {
    content: "\f0d7";
    right: 11px;
    position: absolute;
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-up::after {
    content: "\f0d8";
    right: 11px;
    position: absolute;
}

.page-popnotelogin .i102 {
    position: relative;
}

#personInsert i {
    margin-right: 10px;
}
/** #17186 add start */
#PersonUpdate i {
    margin-right: 10px;
}
/** #17186 add end */

#personinfo i {
    margin-right: 10px;
}
/** #16751 add start */
#wpsPersoninfo i {
    margin-right: 10px;
}
/** #16751 add end */
/* #16813 add start */
#reserveBulk i {
    margin-right: 10px;
}
/* #16813 add end */
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    background: #1976d6;
    color: #fff;
}

.pull-left .multi-sort.btn-default {
    height: 34px;
}

#toolbar {
    margin-top: 15px;
}

#noNews {
    padding: 10px;
}

#noNews+ul {
    text-decoration: underline #0000cc
}

pre {
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    min-width: 628px;
    white-space: pre-wrap;
}

.modal {
    overflow-y: auto
}

/*検索リスト  */
.div-retrieve-list {
    width: 96%;
    overflow: auto;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.retrieve-list {
    display: flex;
    float: left;
    font-size: 14px;
    text-align: left;
    min-width: 100%;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    flex-direction: column;
    padding: 0;
    height: 360px;
}

.retrieve-list-item {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
}

.retrieve-list-item>span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.retrieve-list-item>span:last-child {
    margin-right: 10px;
}

.retrieve-list-item:hover {
    background: rgba(0, 0, 0, .1);
}

.retrieve-list-item.active {
    background: #007bff !important;
    color: #fff !important;
    width: 100%;
}

.retrieve-list-item:focus {
    background: #007bff !important;
    color: #fff !important;
}

.bv-form-group {
    position: relative;
}

.clearItemVal:hover+.fa-times {
    display: block !important;
}

.searchBtn {
    z-index: 10;
}

.hasDatepicker,
.bv-time {
    text-align: center;
}
/*#28381 add start*/
/* -- btnUnit01 -- */
.btnUnit01 {
	text-align: center;
	margin: 10px 0;
	position: relative;
}
.btnUnit01 li {
	display: inline-block;
	margin: 0 10px;
}
.btnUnit01 input,
.btnUnit01 a {
	vertical-align: middle;
}
.btnUnit01 li.btnLeft {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}
.btnUnit01 li.btnRight {
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0;
}
/* -- btnUnit02 -- */
.btnUnit02 {
	margin-bottom: 10px;
}
.btnUnit02 li.btnLeft {
	float: left;
}
.btnUnit02 li.btnRight {
	float: right;
}
.btnUnit02 input,
.btnUnit02 a {
	vertical-align: middle;
}


/* -- btn01 -- */
.btn01c {
	display: inline-block;
	padding: 5px 15px 6px;
	line-height: 1.4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#eaeaea 100%);
}
a.btn01c {
	color: #262626;
}
.btn01c:hover {
	background: #f5f5f5;
}
.btn01c span.icoPosL {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 .3em;
	line-height: 1.5;
}
.btn01c span.icoPosR {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% .3em;
	line-height: 1.5;
}
.btn01c span.icoBack {
	background-image: url(./../img/icon_arrw_01.png);
}
.btn01c span.icoArrw {
	background-image: url(./../img/icon_arrw_03.png);
}
.btn01c span.icoPlus {
	background-image: url(./../img/icon_plus.png);
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	line-height: 1.2;
}
.btn01c span.icoMinus {
	background-image: url(./../img/icon_minus.png);
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	line-height: 1.2;
}
.btn01c span.icoBatu {
	background-image: url(./../img/icon_batu.png);
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
/* colorbox */
.wrapInline_content2 {
	display: none;
}
#inline_content {
	padding: 10px;
	background: #fff;
}
.colorboxWrap {
	padding: 15px 15px 20px;
}
.colorboxGraph {
	width: 400px;
	margin: 0 auto 10px;
}

.title01 {
	background: #016cb4;
	background: -moz-linear-gradient(top, #016cb4 0%, #00538c 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#016cb4), color-stop(99%,#00538c));
	background: -webkit-linear-gradient(top, #016cb4 0%,#00538c 99%);
	background: -o-linear-gradient(top, #016cb4 0%,#00538c 99%);
	background: -ms-linear-gradient(top, #016cb4 0%,#00538c 99%);
	background: linear-gradient(to bottom, #016cb4 0%,#00538c 99%);
}
/* ----------------------------------------

title

---------------------------------------- */
.title01 {
	padding: 9px 15px 8px;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px #e9e9e9;
	-webkit-box-shadow: 0 1px 1px #e9e9e9;
	text-shadow: -1px -1px 0 #056999;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.title02 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	background: url(../../img/line_solid_01.png) repeat-x 0 100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.title03 {
	font-size: 26px;
	font-weight: 700;
	padding-left: 14px;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro";
	margin-bottom: 20px;
	border-left-style: solid;
	border-left-width: 6px;
}
.title04 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* -- btn01 btnMini -- */
.btn01.btnMini {
	padding: 3px 10px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.btn01.btnMini span.icoPosL {
	padding-left: 17px;
}
/* -- btn01 btnBig -- */
.btn01.btnBig {
	padding: 11px 15px;
	font-size: 14px;
}

/*#28381 add end*/

