@charset "UTF-8";
/* CSS Document */

html{-webkit-text-size-adjust: none; height:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:14px; line-height:18pt; margin:0;}*/
body {
    font-family:'メイリオ', 'Meiryo', sans-serif;
    font-size:14px;
    line-height:18pt;
    margin:0;
    background: #f8f8f8;
}

body, input, button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

img { vertical-align: middle; }

a {
    text-decoration: none !important;
    color: #FFFFFF;
    cursor: pointer;
}

label { font-weight: normal; }

button:focus ,
button:active ,
button:visited { outline: none !important; }

/*---------content main---------*/
.bg-body {
    background-color: #f8f8f8;
    margin-top: 60px;
    margin-bottom: 40px;
}
.box-content {
    width: 99%;
    margin: 50px auto 0 auto;
}
.main {
    width: 95%;
    margin: 0 auto;
}

/*---------Header---------*/
.header-area { background: #434343; color:#fff; padding: 5px; width: 100%; height: 45px; position: fixed; top:0; z-index: 1000; vertical-align: middle; min-width: 1153px;}
.header-area .logo { width: 100px; }
.header-area .menu { float: left; }
.header-area .logout { float: right; margin-top: 2px; }

.header-area > .menu a,
.header-area > .logout a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 25px;
    display: inline-block;
}
.header-area > .logout > .user {
    background-color: #a9a9a9;
    border-radius: 10px;
    padding: 5px 20px;
    margin-right: 20px;
    display: inline-block;
    cursor: default;
}
.header-area > .menu a:hover,
.header-area > .logout a:hover {
    opacity: 0.6;
}
.dropdown-menu a {
    color: #333333 !important;
}

/*---------Footer---------*/
.footer-area { background: #434343; color:#fff; padding: 4px; width: 100%; text-align: center; position: fixed; bottom: 0; z-index: 1000;}

/*---------共通部品---------*/
.err-msg {
    color: #e74a3b;
    font-size: 14px;
    font-weight: bold;
}

.bg-white-con {
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.btn:hover {
    transition: all .5s !important;
}

/*/////--------search-------------*/
.search-area {
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 20px 0;
    
}

.search-table {
   /*margin: 20px 0 40px 120px;*/
   width:100%;
   
   border: none;
   border-collapse: separate;
   border-spacing: 10px;

}
.search-table th ,
.search-table td {
    border: none;
    vertical-align: middle;
    
}
.search-table th {
    width: 10%;
}

/*/////--------list-------------*/
.list-table tbody {
    background-color: #FFFFFF;
}
.list-table thead {
    background-color: #666666;
}
.list-table th ,
.list-table td {
    vertical-align: middle;
}
.list-table th {
    color: #FFFFFF;
    text-align: center;
}
.list-table td {
    padding-top: 8px !important;
    border: solid 1px #dcdcdc !important;
}

.ico_edit {
    background: url(../../images/ico_edit.png) no-repeat center;
    background-color: #337ab7;
    background-size: 18px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

/*/////--------modal-------------*/
.required {
    background-color: #CC0000;
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 6px;
}

.entry-table {
    width: 100%;
    margin: 0 auto;
    border: solid 1px red;
}
.entry-table th ,
.entry-table td {
    padding: 10px;
    font-weight: normal !important;
}
.entry-table th {
    width: 200px;
    text-align: right !important;
}
.entry-table-scroll {
    height: 475px;
    overflow-y: scroll;
}

.btn-area {
    text-align: right;
    margin-right: 20px;
}


/*-------------------------------*/

.flex-col {
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    height: 100%;
}
.flex-col .item {
    margin-bottom: 10px;
}

.form .form__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
}
.form .form__ttl:before {
    background: #3a69bf;
    content: "";
    display: block;
    height: 4px;
    left: -30px;
    margin-top: -2px;
    position: absolute;
    top: 14px;
    width: 18px;
}
.form .form__ttl .form__ttl--label {
    display: inline-block;
    vertical-align: middle;
}
.form .form__ttl .form__ttl--ico {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.form .form__ttl .ico__input:after {
    /* background: url(../img/ico_form_ttl_input.html) center center no-repeat; */
    background-size: 18px 19px;
    content: "";
    display: inline-block;
    height: 20px;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    width: 18px;
}
.form > .list > .item {
    align-items: center;
    display: flex;
}
.form > .list > .item + .item {
    margin-top: 10px;
}
.form > .list > .item > .item__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding-right: 30px;
    text-align: right;
    width: 200px;
}
.form > .list > .item > .inn {
    align-items: center;
    display: flex;
    flex: 1;
}
.form > .list > .item > .detail {
    flex: 1;
}
.form > .list > .item .detail .sub,
.form > .acc__detail > .list > .item .detail .sub {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

/* 矢印ボタン */
.btn__arw {
    background: #fff;
    color: #34363a;
    display: block;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
}
.btn__arw:hover {
    color: #34363a;
}
.btn__arw.prev {
    border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
    margin-right: 1px;
}
.btn__arw.next {
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    margin-left: 1px;
}
.btn__arw.disabled {
    pointer-events: none;
}
.btn__arw.disabled .fas {
    opacity: .3;
}



.table .theader.ico {
    cursor: pointer;
    padding-right: 40px;
}
.table .theader.ico:after {
    background: #3d4049 url(../img/ico_table_sort.png) center center no-repeat;
    background-size: 13px 11px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 24px;
}
.table .theader.ico.reverse:after {
    transform: scale(1, -1);
}
.table .theader.ico:hover,
.table .theader.ico.current,
.table .theader.ico:after {
    background-color: #282a2f;
}

.table .tdata {
    border-top: none;
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    vertical-align: middle;
}
.table .tdata .hline {
    background: #d6d7da;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.table .tdata .vline {
    background: linear-gradient(to bottom, transparent 15%, #abafba 15%, #abafba 85%, transparent 85%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.table .tdata:first-child .vline {
    display: none;
}
.table .trow:nth-child(even) .tdata {
    background: #fff;
}
.table .trow:nth-child(odd) .tdata {
    background: #f6f7f8;
}
.table .trow:hover .tdata,
.table .trow.bg .tdata,
.table .trow .tdata.current {
    background-color: #fcfdde;
}
.table .trow.blue:nth-child(even) .tdata {
    background: #9fbbeb !important;
}
.table .trow.red:nth-child(even) .tdata {
    background: #e5b2b2 !important;
}
.table .trow.blue:nth-child(odd) .tdata {
    background: #c1d2f0 !important;
}
.table .trow.red:nth-child(odd) .tdata {
    background: #f2d6d6 !important;
}
.table .trow.bg-pink .tdata {
    background-color: pink;
}
.table .tdata .img__thumb {
    height: auto;
    max-height: 60px;
    max-width: 60px;
    width: auto;
}


select::-ms-expand {
    border:none;
    background:none;
    width:10px;
}
