html {
    font-size: 62.5%
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none!important
}

body {
    font-size: 1.3rem;
    color: #212529
}

a {
    color: #3490dc;
    outline: none
}

a:hover {
    color: #3490dc
}

#app {
    padding-top: 56px
}

.breadcrumbs+.container,
header+.container {
    width: 100%;
    max-width: none;
    margin: 0!important;
    padding: 0
}

.alert {
    line-height: 40px;
    padding: 0 32px;
    margin: 0;
    border-radius: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(60, 75, 100, 0.14), 0 3px 1px -2px rgba(60, 75, 100, 0.12), 0 1px 5px 0 rgba(60, 75, 100, 0.2);
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, 0.14), 0 3px 1px -2px rgba(60, 75, 100, 0.12), 0 1px 5px 0 rgba(60, 75, 100, 0.2)
}

.navbar {
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
    background-color: #00295B;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar .container {
    max-width: 100%!important;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 1.6rem
}

.navbar-brand a {
    color: #fff!important;
    text-decoration: none
}

.navbar-brand a:hover {
    opacity: .8
}

.navbar-brand-version {
    margin-left: 1rem;
    color: white;
    font-size: smaller;
}

.navbar-toggler {
    display: none
}

#navbarSupportedContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-nav {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-nav .nav-link {
    font-size: 1.3rem;
    color: #fff!important;
    padding: 0 8px!important
}

.navbar-nav .nav-link[aria-expanded=true] {
    background-color: rgba(0, 0, 0, 0.3)
}

.dropdown-menu {
    border-radius: 4px;
    margin: -8px 0 0;
    border: none;
    -webkit-box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2);
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2)
}

.navbar-nav .dropdown-menu {
    position: absolute
}

.dropdown-menu .dropdown-item {
    color: #212529;
    font-size: 1.3rem;
    line-height: 40px;
    padding: 0 16px
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f3f4
}

.breadcrumbs {
    height: 40px;
    padding: 0 32px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb
}

.breadcrumbs-item {
    font-size: 1.2rem;
    position: relative;
    padding-right: 12px;
    line-height: 1
}

.breadcrumbs-item+.breadcrumbs-item {
    margin-left: 12px
}

.breadcrumbs-item a {
    color: #4c5357
}

.breadcrumbs-item:not(:last-child):after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #727272 1px solid!important;
    border-right: #727272 1px solid!important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

main.c-main {
    padding: 32px 32px 56px!important
}

main>.container {
    max-width: 100%;
    margin: 0;
    padding: 0
}

main>.container>.row {
    margin: 0
}

main>.container>.row>div {
    padding: 0
}

.auth-card,
.card-body,
.panel {
    padding: 0;
    background-color: #fff!important;
    border-radius: 4px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden
}

.card {
    border: none;
    background-color: transparent
}

.card+.card {
    margin-top: 32px
}

.card-header {
    font-size: 1.4rem;
    color: #212529;
    line-height: 1.2;
    font-weight: bold;
    border: none;
    background-color: transparent!important;
    margin-bottom: 16px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-header button:first-child {
    margin-left: 24px!important
}

.card-header>span {
    margin-left: auto
}

.card-body>ul>li {
    margin: 0
}

.card-body>ul>li+li {
    border-top: 1px solid #f0f0f0
}

.card-body>ul>li>a {
    font-size: 1.3rem;
    line-height: 48px;
    padding-left: 16px;
    color: #212529;
    position: relative;
    display: block
}

.card-body>ul>li>a:hover {
    background-color: #f1f3f4!important;
    text-decoration: none
}

.card-body>ul>li>a:after {
    content: "";
    display: block;
    width: 7px!important;
    height: 7px!important;
    border-top: #212529 1px solid!important;
    border-right: #212529 1px solid!important;
    position: absolute;
    right: 24px!important;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion_func_menu>li>a[aria-expanded=false]:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.accordion_func_menu>li>a[aria-expanded=true] {
    background-color: transparent!important
}

.accordion_func_menu>li>a[aria-expanded=true]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion_func_menu [id^=menu] {
    border-top: 1px solid #f0f0f0
}

.accordion_func_menu [id^=menu]+li {
    border-top: 1px solid #f0f0f0
}

.accordion_func_menu [id^=menu] li {
    color: #212529;
    padding: 8px 24px 8px 32px
}

.accordion_func_menu [id^=menu] li a {
    display: block;
    padding: 8px 24px 8px 32px;
    margin: -8px -24px -8px -32px
}

.accordion_func_menu [id^=menu] li a:hover {
    color: #3490dc;
    text-decoration: none;
    background-color: #f4f4f4
}

.accordion_func_menu [id^=menu] li:first-child {
    margin-top: 8px
}

.accordion_func_menu [id^=menu] li:last-child {
    margin-bottom: 8px
}

.panel dl {
    margin: 0;
    padding-top: 24px
}

.panel dl dd,
.panel dl dt {
    padding-bottom: 12px;
    margin-bottom: 12px
}

.panel dl dt {
    font-weight: normal;
    color: #4c5357;
    padding-right: 0
}

.auth-card {
    width: 800px;
    margin: 0 auto
}

.auth-card .card-header {
    padding: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0
}

.auth-card .card-body {
    padding: 16px
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden
}

.dataTables_wrapper>div {
    margin: 0;
    padding: 0
}

.dataTables_wrapper>div>div {
    margin: 0;
    padding: 0
}

table {
    border: none
}

table .table {
    border: none;
    background-color: transparent
}

.dataTable {
    font-size: 1.3rem;
    margin: 0
}

.dataTable tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.dataTable td,
.dataTable th {
    font-size: 1.3rem;
    padding: 12px 16px;
    border-top: none
}

.dataTable thead th {
    color: #4c5357;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0
}

.dataTable tbody td div+div {
    margin-top: 12px
}

.dataTable+div {
    border-top: 1px solid #f0f0f0;
    padding-top: 24px
}

.td-error {
    background-color: #ffbcbc;
}

.sub-dataTable {
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.sub-dataTable th {
    font-size: 1.3rem;
    padding: 2px 6px;
    border: none;
}

.sub-dataTable td {
    font-size: 1.3rem;
    padding: 4px 4px;
    margin: 4px 6px;
    border-top: 1px solid #888888
}

.sub-dataTable input.fn_nen {
    text-align: center;
    width: 9rem;
}

.sub-dataTable input.fn_qua {
    text-align: center;
    width: 6rem;
}

.sub-dataTable input.fn_kid {
    text-align: left;
    width: 14rem;
}

.sub-dataTable input.fn_kdt {
    text-align: left;
    width: 14rem;
}

.sub-dataTable tr {
    border-bottom: none !important;
}

.sub-dataTable td.fn_kno {
    vertical-align: top;
    text-align: center;
    padding-top: 1.3rem;
}

.sub-dataTable input.fn_skh {
    text-align: right;
    width: 10rem;
}

.sub-dataTable input.fn_thh {
    text-align: right;
    width: 10rem;
}

.sub-dataTable td.td-error {
    white-space: normal;
    color: #e3342f;
    text-align: left;
    font-size: 1.3rem;
}

.sub-dataTable td.no-border {
    border: none;
}

.sub-fnTable {
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.sub-fnTable th {
    font-size: 1.3rem;
    padding: 2px 6px;
    border: none;
}

.sub-fnTable td {
    font-size: 1.3rem;
    padding: 4px 4px;
    margin: 4px 6px;
    border: none;
}

.sub-fnTable td.td-button {
    width: 5%;
    white-space: nowrap;
}

.sub-fnTable td.td-futan {
    text-align: left;
    width: 33%;
    white-space: nowrap;
}

.sub-fnTable td.td-kouji {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.sub-fnTable td.td-dept {
    text-align: left;
    width: 32%;
    white-space: nowrap;
}

.sub-fnTable td.td-ritsu {
    text-align: right;
    width: 10%;
    white-space: nowrap;
}

.sub-fnTable td.td-error {
    white-space: normal;
    color: #e3342f;
    text-align: left;
    font-size: 1.3rem;
}

.sub-fnTable input.tx-futansaki-cd {
    text-align: left;
    width: 7rem;
    margin-right: 1rem;
    background-image: none;
    padding: 4px !important;
}

.sub-fnTable input.tx-kouji-no {
    text-align: left;
    width: 11rem;
    margin-right: 1rem;
    background-image: none;
    padding: 4px !important;
}

.sub-fnTable input.tx-dept-cd {
    text-align: left;
    width: 8rem;
    margin-right: 1rem;
    background-image: none;
    padding: 4px !important;
}

.sub-fnTable input.tx-futan-ritsu {
    text-align: right;
    background-image: none;
    width: 6rem;
    background-image: none;
    padding: 4px !important;
}

.sub-fsTable {
    font-size: 1.0rem;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.sub-fsTable td {
    font-size: 1.0rem;
    padding: 2px 2px;
    margin: 0;
    border: none;
}

.sub-cfTable {
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.sub-cfTable th {
    font-size: 1.3rem;
    padding: 2px 6px;
    border: none;
}

.sub-cfTable th.required label:after {
    content: "*";
    color: #e3342f;
    padding-left: 2px
}

.sub-cfTable td {
    font-size: 1.3rem;
    padding: 4px 4px;
    margin: 4px 6px;
    border: none;
}

.form-inline label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.td_label {
    color: #4c5357;
    padding-top: 12px!important
}

.td_label label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table-hover tbody tr:hover {
    background-color: #f1f3f4
}

.required label:after {
    content: "*";
    color: #e3342f;
    padding-left: 4px
}

.sub_title_table .dataTable {
    background-color: transparent
}

.sub_title_table .dataTable tr {
    border: none
}

.sub_title_table .dataTable tr+tr td {
    padding-top: 12px
}

.sub_title_table .dataTable tr+tr th {
    padding-top: 12px;
    padding-bottom: 0
}

.sub_title_table .dataTable td,
.sub_title_table .dataTable th {
    font-weight: normal;
    padding: 0
}

.sub_title_table .dataTable th {
    width: 10%;
    white-space: nowrap;
    text-align: right;
    padding: 0 16px 0 0;
    vertical-align: middle;
    color: #4c5357;
}

.pagination {
    padding: 24px 0;
    border-top: 1px solid #f0f0f0;
}

.page-item {
    margin: 0 4px;
    border: 1px solid #dbdbdb;
    border-radius: 2px
}

.page-item.active {
    border-color: #1a73e8;
}

.page-item:first-child {
    border-color: transparent;
    margin-left: auto!important
}

.page-item:last-child {
    border-color: transparent;
    margin-right: auto!important
}

.page-link {
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    padding: 0 4px;
    color: #1a73e8;
    border: none;
    margin: 0
}

.page-item:first-child .page-link {
    font-size: 1.3rem
}

.page-item.disabled .page-link {
    color: #c5c5c5
}

.page-item.active .page-link {
    background-color: #1a73e8
}

.page-link:hover {
    z-index: auto;
    color: #1a73e8;
    background-color: #f1f3f4
}

.modal-dialog {}

.modal-content {
    border: none;
    border-radius: 4px -webkit-box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2);
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, 0.14), 0 1px 10px 0 rgba(60, 75, 100, 0.12), 0 2px 4px -1px rgba(60, 75, 100, 0.2)
}

.modal-header {
    padding: 16px 24px 0!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none!important;
    height: 48px!important;
    position: relative
}

.modal-header .close {
    display: none
}

.modal-title {
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.2;
    background-color: transparent;
    margin-top: -1rem;
}

.modal-body {
    padding: 16px 24px;
    color: #4c5357;
    border: none!important
}

.modal-footer {
    padding: 16px
}

.modal-backdrop {
    z-index: 2
}

.modal-close {
    color: #fff;
    margin-top: -1rem;
    font-size: 1.5rem;
}

[id$=ModalDataTitle] {
    margin: 16px 0 0!important
}

[id$=ModalDataName] {
    margin: 4px 0 0!important
}

[id$=ModalDataName]+div {
    margin-top: 16px
}

.modal-data-tb .mdt-selected {
    background-color: #ccffcc;
}

.btn {
    height: 32px;
    line-height: 32px;
    font-size: 1.3rem;
    padding: 0 16px;
    border-radius: 4px
}

.btn+.btn {
    margin-left: 8px
}

.btn.btn-default {
    color: #1a73e8;
    border-color: #dbdbdb!important
}

.btn.btn-default:hover {
    opacity: .9
}

.btn.btn-primary {
    background-color: #1a73e8;
    border: none
}

.btn.btn-primary:hover {
    opacity: .9
}

.btn.btn-secondary {
    color: #4c5357;
    background-color: #fff;
    border: none
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    color: #4c5357!important;
    background-color: #f1f3f4!important
}

.btn-icon {
    border-radius: 16px;
    margin-left: 1rem;
    width: 32px;
    padding: 0;
}

.btn-icon:active {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.form-control {
    height: 40px;
    font-size: 1.3rem;
    color: #212529;
    padding: 8px;
    border-radius: 4px
}

.form-group {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group:not(:last-child) {
    margin-bottom: 16px
}

.form-footer {
    margin-top: 24px;
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.invalid-feedback {
    font-size: 1.3rem;
    margin-top: 4px;
    color: #e3342f
}

#ms-selectUserHotel {
    width: 75%;
}

.form-check-inline div {
    margin-top: 0!important;
    margin-right: 3rem;
}

.postfile_item {
    margin-bottom: 2rem;
}

.postfile_swap {
    margin-top: 4rem;
    font-size: 20px;
}

.postfile_swap i {
    color: #38c172;
}

.postfile_swap i:hover {
    opacity: .8;
}

.tblSelected {
    background-color: #ccfca3;
    font-weight: bold;
}

.entryTable th {
    background-color: #F0F8FF;
    text-align: right;
}

#divLoading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2000;
}

#divLoading .loadingMsg {
    top: 40%;
    left: 42%;
    position: absolute;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../images/loading.gif") center center no-repeat;
}

.blinking {
    animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime {
    0% {
        color: #000000
    }
    100% {
        color: #ffffff
    }
}

.holiday {
    background-color: #FFE4B5;
}

.text-red {
    color: red;
}

.btn-swap-file {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.freeze {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}