BODY {
    background-color: #271b49;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

h3 {
    color: #271b49;
}

table TD {
    vertical-align: middle !important;
}

footer {
    background-color: #271b49;
}

.d-none {
    display: none!important;
}

.aw-nav {
    background-color: #271b49;
}

.aw-nav A {
    color: #fff !important;
    font-size:10px;
    outline: none;
    padding: 15px 10px!important;
}

table th {
    background-color: #87b0e2;
}

.aw-table-sub-header {
    background-color: #fffef5;
}

.aw-form-group INPUT {
    color: #000 !important;
}

.aw-form-button {
    background-color: #271b49;
}

.aw-form-button:hover {
    background-color: #716494 !important;
}

.aw-form-button:active {
    background-color: #f3f5ff;
}

.aw-glyphicon {
    color: #271b49;
}

.aw-form-head {
    text-align: center;
}

/* ◆◆◆◆◆◆◆◆ Header START ◆◆◆◆◆◆◆◆ */

.cu-logo {
    font-size:18px!important;
    font-weight: 700;
    /*margin-top: -6px;*/
}

.cu-logo img {
    height: 18px;
}

/* ◆◆◆◆◆◆◆◆ Header END ◆◆◆◆◆◆◆◆ */

/* ◆◆◆◆◆◆◆◆ Body START ◆◆◆◆◆◆◆◆ */

.cu-body {
    /*min-height: 800px;*/
    background-color: #e7e7e7;

}

/* ◆◆◆◆◆◆◆◆ Body END ◆◆◆◆◆◆◆◆ */

/* ◆◆◆◆◆◆◆◆ Footer START ◆◆◆◆◆◆◆◆ */

.cu-footer {
    color: #fff;
    padding-top: 8px;
}

.cu-footer div {
    margin: 4px 0;
}

.cu-footer ul {
    padding: 0;
    text-align: center;
}

.cu-footer li {
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
}

.cu-footer a {
    font-size: 12px;
    color: #716494;
    border: none;
    text-decoration: none;
}

.cu-footer a:visited {
    text-decoration: none;
}

/* ◆◆◆◆◆◆◆◆ Footer END ◆◆◆◆◆◆◆◆ */

/* ◆◆◆◆◆◆◆◆ Common START ◆◆◆◆◆◆◆◆ */

.cu-button {
    background-color: #271b49;
    border-color: transparent;
    margin: 2px;
    cursor: pointer;
}

/* Portrait phones and smaller */
@media (max-width: 768px) {
    .cu-button {
        padding: 2px 4px;
    }
}

.cu-button:hover {
    background-color: #716494 !important;
    border-color: transparent;
}

.cu-button:active {
    background-color: #f3f5ff;
    border-color: transparent;
}

.cu-button-inactive {
    background-color: #e7e7e7;
}

.cu-button-small {
    padding: 3px 6px;
    font-size: 12px;
}

.cu-button-xsmall {
    padding: 2px 4px;
    font-size: 10px;
}

/* ◆◆◆◆◆◆◆◆ Common END ◆◆◆◆◆◆◆◆ */

/* ◆◆◆◆◆◆◆◆ Auth START ◆◆◆◆◆◆◆◆ */

.cu-auth {
    margin: 8px auto;
    float: none;
}

.cu-body-auth {
    background-color: #e7e7e7;
}

.cu-auth-box {
    padding: 32px 0 0 0;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    height: auto;
    overflow: hidden;
}

.cu-auth-box h3 {
    color: #271b49;
}

/* ◆◆◆◆◆◆◆◆ Auth END ◆◆◆◆◆◆◆◆ */

.cu-data-list {
    width: 100%;
    overflow-x: scroll;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    padding: 0;
}

.cu-info-container {
    padding: 0;
    background-color: #f3f5ff;
}

.cu-info-container-tr {
    padding: 0;
}

.cu-info-container SPAN {
    margin-right: 12px;
}

.cu-info-data {
    background-color: #f3f5ff;
    margin-bottom: 2px;
    padding: 3px 2px;
    color: #271b49;
    overflow: hidden;
}

.cu-summary-head {
    text-align:center;
    margin-bottom: 2px;
    padding: 3px 2px;
    background-color: #87b0e2;
    color: #271b49;
    word-wrap: break-word;
}

.cu-summary > div {
    vertical-align: middle;
}

.cu-summary > div > div {
    vertical-align: bottom;
}

.cu-summary > div > div > i {
    font-size: 32px;
    margin-top: 16px;
    vertical-align: bottom;
}

.cu-summary-list {
    padding: 1px;
}

.cu-summary-list-off {
    background-color: #e7e7e7;
}

.cu-content-body {
    min-height: 500px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.cu-id-input {
    width: 80px;
}

.cu-zipcode-input {
    width: 128px;
}

.cu-report {
    cursor: pointer;
    background-color: tan;
}

.cu-select {
    height: 32px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    padding: 4px 12px;
    font-size: 14px;
    margin-right: 12px;
}

.cu-select OPTION {
    font-size: 14px;
}

.cu-3row-input {
    width: 30%;
    display: inline;
    margin-right: 4px;
}

.cu-date-delay {
    color: red;
}

.cu-date-ok {
    color: blue;
}

.cu-label {
    margin-left: 4px;
    font-weight: normal;
}

.cu-label SELECT {
    font-weight: normal;
    margin-left: 4px;
}

.cu-count-color {
    color: #449;
}

.cu-tab-block {
    overflow-y: scroll;
    height:230px;
}

.cu-child-tab {
    background-color: #f3f5ff;
}

.cu-active-header-link {
    color: #87b0e2 !important;
}

.cu-active-header-link i {
    color: #87b0e2 !important;
}

.cu-font-normal {
    font-weight: normal;
}

.cu-scroll-block {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cu-table-list {
    list-style: none;
    padding-left: -16px;
}

.cu-table-list LI {
    margin-left: -32px;
    line-height: 24px;
}

/* new report */

.cu-report-block {
    overflow: scroll;
}

.cu-report-table {
    border-collapse: collapse;
}

.cu-report-table TH {
    background-color: #f3f5ff;
    border-style: solid;
    border-width: 1px;
    border-color: #222;
    vertical-align: middle !important;
    text-align: center;
}

.cu-report-header {
    text-align: center !important;;
}

.cu-report-table TD {
    border-style: solid;
    border-width: 1px;
    vertical-align: middle !important;
    border-color: #222;
    text-align: right;
}


/* サマリー */

.cu-import-table {
    border-collapse: collapse;
    font-size:10px;
}

.cu-import-table TH {
    border-style: solid;
    border-width:1px;
    padding:3px;
    background-color: #87b0e2;
}

.cu-import-table TD {
    border-style: solid;
    border-width:1px;
    border-color:#444;
    padding:3px;
    background-color: #fff;
}

.cu-import-confirm-block {
    background-color: lavender;
    overflow: scroll;
}

.modal-dialog-fluid {
    max-width: inherit;
    width: 98%;
    margin-left: 15px;
}

.cu-batchentry-edit {
    position:relative;
    margin:0;
    padding:-2px;
}

.cu-batchentry-edit > .edit {
    position:absolute;
    right:14px;
    top:0px;
    font-size:10px;
    cursor: pointer;
    color:green;
}

.cu-batchentry-edit > .cancel {
    position:absolute;
    right:4px;
    top:0px;
    font-size:10px;
    cursor: pointer;
    color:red;
}


.cu-batchentry-job-table {
    border-collapse: collapse;
    font-size:12px;
}

.cu-batchentry-job-table TH {
    border-style: solid;
    border-width:1px;
    padding:2px!important;
    background-color: #87b0e2;
    text-align: center;
}

.cu-batchentry-job-table TD {
    border-style: solid;
    border-width:1px;
    border-color:#444;
    padding:6px!important;
    background-color: #fff;
}
.cu-batchentry-job-table SELECT {
    /*background-color: orange;*/
    height:24px;
    padding:0!important;
    font-size:12px;
    margin-top:4px;
}

.cu-border-top-none {
    border-top-style: none!important;
}

.cu-border-bottom-none {
    border-bottom-style: none!important;
}

.cu-border-left-none {
    border-left-style: none!important;
}

.cu-border-right-none {
    border-right-style: none!important;
}

.cu-batchentry-value-span {
    display:inline-block;
    min-width:40px;
    min-height:24px;
   background-color: #fbfbfb;
}

.cu-summary-border-green {
    border-color:green;
}

.cu-batchentry-border-red {
    border-color:red;
    border-style: solid;
}

div[title="Columns"] > ul.dropdown-menu {
    min-width:415px!important;
}

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 0.3;
    z-index: 99;
}
#page-top a {
    background: #337ab7;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
