@charset "UTF-8";


/* ======================================================

  Common

====================================================== */

.cf:before,
.cf:after,
.section:before,
.section:after {
    content: "";
    display: table;
}

.cf:after,
.section:after {
    clear: both;
}

.cf,
.section {
    zoom: 1;
}

em {
    font-style: normal;
}


/* anchor */

a {
    color: #b90c87;
    font-weight: bold;
}

a:link {
    color: #b90c87;
    text-decoration: none;
}

a:visited {
    color: #b90c87;
}

a:hover {
    color: #ec60c3;
    text-decoration: underline;
}

a:active {
    color: #ec60c3;
}


/* ======================================================

  BASE

====================================================== */

html,
body,
input,
textarea,
select,
button {
    font-family: "メイリオ", sans-serif;
}

html,
body {
    height: 100%;
}

body {
    color: #000000;
    line-height: 1.6;
    background-color: #f5f5f5;
}

input[type="submit"] {
    outline: 0;
}

input[type="submit"]:disabled {
    background-color: #ffffff !important;
    color: #b90c87 !important;
}

.sortable tr:hover {
    cursor: move;
}

.ui-sortable-handle {
    width: 100%;
}

pre {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    margin: 20px 0;
    padding: 15px;
}

.well {}

section {
    margin-bottom: 50px;
}

.read {
    margin-bottom: 10px;
}

.note {
    color: #666666;
    font-size: 10px;
}

p {
    padding: 1em 0;
}

input[type="file"] {
    width: 100%;
}

.error-page {
    padding: 20px;
    background-color: #ffffff;
}


/* ======================================================

  FRAME

====================================================== */

.switch-list {
    display: none;
}

.switch-list ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 1em;
    list-style: none;
    background-color: #f7f7f7;
}

.switch-list.opened {
    display: block;
}

.single-page {
    background-color: #f9f9f9;
}

@media (max-width: 767px) {

    .sp-view {
        display: block;
    }

    .pc-view {
        display: none;
    }

    #main-column {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 60px;
    }

    .navbar-default {
        min-height: 60px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #7d7d7d;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 13px;
        margin-bottom: 13px;
        border-color: #dedede;
        /* background-color: #333333; */
    }

    .navbar-default h1 {
        text-indent: -9999px;
        background: url('../img/logo.png') 20px center no-repeat;
        background-size: 140px auto;
        -webkit-background-size: 100px auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-brand {
        line-height: 1;
        padding: 10px 150px 10px 20px;
        height: 60px;
    }

    .navbar-default .navbar-brand a {
        display: block;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
    }

    .switch-title a,
    .switch-title span {
        color: #545454;
        font-size: 14px;
        display: inline-block;
        font-weight: bold;
        padding: 10px 15px;
    }

    .switch-title.opened,
    .switch-list.opened {
        background-color: #ffffff;
    }

    .switch-list li a {
        color: #545454;
        font-size: 12px;
        display: block;
        padding: 15px 15px;
    }

    .switch-title .caret {
        /* margin-left: 4px; */
        /* right: 20px; */
        position: static;
        margin-top: 0;
    }
}

@media (min-width: 768px) {

    .sp-view {
        display: none;
    }

    .pc-view {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    #side-column {
        width: 240px;
        background-color: #333333;
        margin-bottom: 100px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
    }

    .side-menu {
        overflow: auto;
        color: #ffffff;
    }

    #side-column h1 {
        float: none;
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        margin: 0 0 0px;
        background-color: #272727;
    }

    #side-column h1 a {
        text-decoration: none;
    }

    #side-column p {
        padding: 10px 0;
        text-align: center;
        margin: 10px 0;
        background-color: #ffffff;
        line-height: 1;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }

    #side-column .switch-title a,
    #side-column .switch-title span {
        padding: 18px 10px;
        display: block;
        color: #c8c8c8;
        background-color: #333333;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    #side-column .switch-title span.icon {
        display: inline;
        border-bottom: none;
        background-color: rgba(255, 0, 0, 0);
        font-size: 18px;
        vertical-align: middle;
    }

    #side-column .switch-title span.icon:hover {
        border-bottom: none;
    }

    #side-column .switch-title a:hover,
    #side-column .switch-title span:hover,
    #side-column .switch-title.opened a,
    #side-column .switch-title.opened span,
    #side-column .switch-title.current span {
        background-color: #282828;
    }

    .switch-list ul {
        background-color: #282828;
    }

    .switch-list ul li {
        padding: 0;
        padding: 10px;
    }

    .switch-list ul a {
        color: #a0a0a0;
        text-decoration: none;
        padding: 3px 10px 3px 36px;
        display: inline-block;
        font-weight: normal;
    }

    #side-column a.on {
        background-color: #FF9800;
    }

    .switch-list ul a:hover {
        color: #595959;
    }

    #main-column {
        width: auto;
        margin-left: 240px;
    }
}




/* ======================================================

  HEADING

====================================================== */


/* page-title
------------------------------------------------------ */

.main-title,
.sort-title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 20px 10px;
    margin: 0;
    line-height: 1.2;
    /* border-bottom: 1px solid #ebebeb; */
    color: #919191;
    position: relative;
}

.sub-title {
    color: #333333;
    padding: 8px 10px;
    font-size: 18px;
    margin: 0;
    font-weight: bold
}


.modal-title {
    padding: 8px 10px;
    color: #333333;
}

.modal-header .close {
    margin-top: 2px;
}

@media (min-width: 768px) {
    .modal-title {
        width: 100%;
    }
}


/* ======================================================

    FORM

====================================================== */


/*  Forrm
------------------------------------------------------ */

.form-control {
    height: auto !important;
    color: #000000;
}

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control {
    /* width: auto; */
    border-radius: 2px;
    border-width: 1px;
    padding: 6px;
    font-size: 12px;
    box-shadow: 0px 0px 0px #ddd inset;
    -webkit-box-shadow: 0px 0px 0px #ddd inset;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #ffffff;
    height: auto;
}

@media (max-width: 767px) {

    textarea,
    textarea.form-control,
    input.form-control,
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=number],
    [type=text].form-control,
    [type=password].form-control,
    [type=email].form-control,
    [type=tel].form-control {
        font-size: 16px;
    }
}

textarea.form-control {
    height: 5em;
}

.form-control.small {
    width: 60px;
    display: inline-block;
}

input.form-control.middle {
    width: 60%;
}

input.form-control.full,
textarea.full {
    width: 100%;
}

.select,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #ffffff;
    /*Firefox用*/
    text-indent: .01px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {

    .select,
    select.form-control {
        font-size: 16px;
        /* display: inline-block; */
        width: 100%;
    }
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 4px 0 0;
}

@media (max-width: 767px) {

    input[type="radio"],
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
}

label {
    margin-right: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.required-mark {
    background-color: #b90c87;
    color: #FFF;
    font-size: 11px;
    margin-left: 5px;
    line-height: 1;
    padding: 1px 3px;
    word-break: keep-all;
}

.any-mark {
    background-color: #333333;
    color: #FFF;
    font-size: 11px;
    margin-left: 5px;
    line-height: 1;
    padding: 1px 3px;
}


/* ======================================================

    Table

====================================================== */

.table {
    margin-bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px;
    line-height: 1.6;
    vertical-align: middle;
}

.table>thead>tr>td.vt,
.table>tbody>tr>td.vt,
.table>tfoot>tr>td.vt {
    vertical-align: top;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th {
    padding: 6px 8px;
    line-height: 1.6;
    vertical-align: middle;
    background: #ffffff;
    /* min-width: 200px; */
}

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

.table-responsive::-webkit-scrollbar {
    height: 2px;
}


/*バーの太さ*/

.table-responsive::-webkit-scrollbar-track {
    background: #dddddd;
}


/*バーの背景色*/

.table-responsive::-webkit-scrollbar-thumb {
    background: #b90c87;
}


/*バーの色*/


/*  basic-table
------------------------------------------------------ */

.basic-table .form-control {
    margin-bottom: 0;
}

.basic-table>thead>tr>th,
.basic-table>tbody>tr>th,
.basic-table>tfoot>tr>th {
    background-color: rgba(0, 0, 0, 0);
}

.basic-table tr.disabled {
    opacity: 0.30;
    filter: alpha(opacity=30);
}


/*  status-table
------------------------------------------------------ */

.status-table {
    border: 1px solid #ddd;
}

.status-table .form-control {
    margin-bottom: 0;
}

.table.status-table>thead>tr>td,
.table.status-table>tbody>tr>td,
.table.status-table>tfoot>tr>td {
    padding: 10px;
    line-height: 1.6;
}

.status-table>thead>tr>th,
.status-table>tbody>tr>th,
.status-table>tfoot>tr>th {
    background-color: #ecedf1;
    vertical-align: middle;
    text-align: center;
}


/* ======================================================

  BUTTON

====================================================== */

.btn {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    margin: 0 0 0 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.2s;
    background-color: #b90c87;
    border: 1px solid #b90c87;
    color: #ffffff !important;
    display: inline-block;
}

.btn:link,
.btn:visited {}

.btn.btn-default:link,
.btn.btn-default:visited {}

.basic-table .btn,
.btn-sm {
    padding: 5px 10px;
}


/*  btn-success
------------------------------------------------------ */

.btn-success {
    background-color: #b90c87 !important;
    color: #ffffff;
    border: 1px solid #b90c87 !important;
}

.btn-success:hover {
    background-color: #ffffff !important;
    border: 1px solid #b90c87;
    color: #b90c87 !important;
}

.btn-success:active {}


/*  btn-grey
------------------------------------------------------ */

.btn-grey {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    margin: 0 0 0 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.2s;
    background-color: #838383;
    border: 1px solid #838383;
    color: #ffffff !important;
    display: inline-block;
}

.btn-grey:hover {
    background-color: #ffffff;
    border: 1px solid #838383;
    color: #838383 !important;
}


/*  btn-info
------------------------------------------------------ */

.btn-info {}

.btn-info {
    background-color: #b90c87;
}

.btn-info:hover {
    background-color: #ffffff;
    border: 1px solid #b90c87;
    color: #b90c87 !important;
    text-decoration: none;
}

.btn-info:active {
    background-color: #ffffff;
    border: 1px solid #b90c87;
    color: #b90c87 !important;
    text-decoration: none;
}


/*  btn-attention
------------------------------------------------------ */

.btn-attention {
    color: #ffffff;
    background-repeat: no-repeat;
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 50%;
}

.btn-attention {
    background-color: #b90c87;
}

.btn-attention:hover {
    background-color: #ffffff;
    border: 1px solid #b90c87;
    color: #b90c87 !important;
}

.btn-attention:active {}


/*  btn-back
------------------------------------------------------ */

.btn-back {}

.btn-back {
    background-color: #e2e2e1;
    color: #333333 !important;
    border: 1px solid #e2e2e1;
}

.btn-back:hover {
    background-color: #ffffff;
    border: 1px solid #e2e2e1;
    color: #8e8e8e !important;
    text-decoration-line: none;
}

.btn-back:active {}

/*  btn-webview
------------------------------------------------------ */
.btn.btn-webview {
    padding: 10px 20px 10px 0px;
    background-color: #b90c87 !important;
    color: #ffffff;
    border: 1px solid #b90c87 !important;
}




/* ======================================================

  TEXT

====================================================== */

.text-error {
    color: #cb171e;
    font-weight: bold;
    margin-top: 5px;
}

.text-note {
    color: #595252;
    font-size: 12px;
}

.text-plus {
    color: #2196f3;
}

.text-minus {
    color: #e51c23;
}


/* ======================================================

  MODAL

====================================================== */

#div-modal {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
    }
}

.div-modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-footer {
    padding-bottom: 18px;
}

.table-fixed table {
    width: 100%;
}

.table-fixed thead th {
    height: 25px;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
}

.table-fixed div,
.table-fixed table,
.table-fixed td,
.table-fixed th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.table-fixed thead th:first-child {
    width: 140px;
    z-index: 999;
}

.table-fixed tbody td {
    word-break: break-all;
    padding: 5px;
    border: 0;
    width: 100px;
    vertical-align: top;
}

.table-fixed tbody td:first-child {
    width: 140px;
    border-left: 1px solid #ddd;
}

.table-fixed tbody tr:nth-child(odd) td:nth-child(odd) {
    background-color: #f9f9f9;
}



/* ======================================================

    ICON

====================================================== */

.glyphicon {
    margin: 0 10px;
    vertical-align: middle;
}

.glyphicon:before {
    margin-right: 5px;
    vertical-align: middle;
}

a.glyphicon:before {
    text-decoration: none;
}

.icon-pdf,
.icon-zip,
.icon-excel,
.icon-word,
.icon-power-point {
    display: inline-block;
    vertical-align: middle;
}

.icon-pdf {
    background: url("../img/icon-pdf.png") right center no-repeat;
    width: 16px;
    height: 16px;
}

.icon-zip {
    background: url("../img/icon-zip.png") right center no-repeat;
    width: 16px;
    height: 17px;
}

.icon-excel {
    background: url("../img/icon-excel.png") right center no-repeat;
    width: 17px;
    height: 19px;
}

.icon-word {
    background: url("../img/icon-word.png") right center no-repeat;
    width: 17px;
    height: 19px;
}

.icon-power-point {
    background: url("../img/icon-power-point.png") right center no-repeat;
    width: 17px;
    height: 19px;
}


/* ======================================================

  MODULE

====================================================== */


/*  Pagetop
------------------------------------------------------ */

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    text-align: center;
    background-color: #EEEBE6;
    padding: 15px 0;
    z-index: 10;
    -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
}

#pagetop a {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


/*  login-box
------------------------------------------------------ */

.login-box {
    margin: 15px;
}

@media (min-width: 768px) {
    .login-box {
        width: 400px;
        margin: 60px auto;
    }
}

.login-box dl {
    margin-bottom: 15px;
}

.login-box .panel-heading {
    padding: 20px 25px;
}

.panel-heading img {
    width: 40%;
}


/*  login-header
------------------------------------------------------ */

.login-header {
    border-bottom: 1px solid #EEE;
    display: table;
    width: 100%;
    background-color: #ffffff;
    padding: 18px 20px;
}

.login-header .name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.login-header .name p,
.login-header .name .logout {
    display: inline;
}

.login-header .name p {
    margin-right: 10px;
}

.login-header .name p span {
    font-weight: bold;
    color: #919191;
    font-size: 16px;
}

.login-header .link-box {
    display: table-cell;
}

.login-header .link-box .nav-pills {
    display: inline-block;
}

.login-header .link-box .nav-pills li {
    margin: 0 3px;
}

.login-header .link-box .nav-pills li a {
    display: block;
    background-color: #EEEBE6;
    padding: 5px 10px;
}

.login-header .link-box .nav-pills li a.active,
.login-header .link-box .nav-pills li a:hover {
    background-color: #004c7c;
    color: #ffffff;
}

.login-header .link-box .link a {
    margin: 5px 0;
}

.link-box .link,
.link-box .logout {
    display: inline;
}

.link-box .link .glyphicon {
    vertical-align: baseline;
    margin: 0 10px;
}

.date {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-nav.nav-tabs {
    border-bottom: 0;
}

.main-nav.nav-tabs>li {
    float: right;
    margin-left: 10px;
    border-radius: 3px 3px 0 0;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.main-nav.nav-tabs>li>a {
    margin-right: 0;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #ecedf1;
    text-align: center;
    line-height: 1;
    height: 32px;
}

.main-nav.nav-tabs>li>a:hover {
    background-color: #ffffff;
    border-bottom-color: transparent;
    color: #555;
}

.main-nav.nav-tabs>li.active {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.main-nav.nav-tabs>li.active>a,
.main-nav.nav-tabs>li.active>a:hover,
.main-nav.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    box-shadow: none;
}

.main-nav.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.main-nav.nav-tabs.nav-justified>li {
    float: none;
}

.main-nav.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.main-nav.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}


/*  pagination
------------------------------------------------------ */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0px;
    border-radius: 3px;
}


/*  status-box
------------------------------------------------------ */

.status-box {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.status-box th {
    font-weight: normal;
    width: 140px;
}

.status-box td {
    background-color: #ffffff;
}

.status-box.status-staging th {
    background-color: #f9e3c5;
}

.status-box.status-public th {
    background-color: #c7e4c7;
}

.status-box.status-closed th {
    background-color: #cbcbcb;
}

.status-open {
    background-color: #c7e4c7;
}

.status-save {
    background-color: #f9e3c5;
}

.status-close {
    background-color: #cbcbcb;
}

.status-wait {
    background-color: #fdc4c2;
}

.table>thead>.status-change>th,
.table>tbody>.status-change>th,
.table>tfoot>.status-change>th,
.table>thead>.status-change>td,
.table>tbody>.status-change>td,
.table>tfoot>.status-change>td {
    background-color: #fdc4c2;
}


/*  nav-tabs
------------------------------------------------------ */

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}


/*  complete
------------------------------------------------------ */

.complete.well {
    display: table;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    color: #b90c87;
    font-weight: bold;
}

.complete.well p {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0px;
    font-size: 18px;
}


/* ======================================================

    PlUG-IN

====================================================== */


/*  datepicker
------------------------------------------------------ */

#ui-datepicker-div {
    z-index: 5 !important;
}

.ui-widget-header {
    border: none;
    background: #333333;
}

.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    color: #ffffff;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.datepicker-wrapper .form-control {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    height: 40px !important;
    margin: 5px 5px 5px 0;
}

@media (max-width: 767px) {
    .datepicker-wrapper .form-control {
        margin-bottom: 5px;
    }
}

.datepicker-wrapper .inline {
    display: inline;
}

.datepicker-wrapper .datepicker {
    width: 120px;
    height: 40px !important;
}

.datepicker span {
    margin: 0 10px;
}


/*  file-upload
------------------------------------------------------ */

.file-box {
    height: 70px;
    position: relative;
    border: 1px dotted #ccc;
}

.receive-file-outer {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.receive-file {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.receive-file p {
    padding-left: 10px;
    margin: 0 0 0 0;
}

.draggle .receive-file {
    background: #fcc;
}

.receive-file .item {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.receive-file .item .image {
    min-width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    display: none;
}

.receive-file .item .image .image-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.receive-file .item .image img {
    height: 100px;
}

.file-box input.input-file {
    width: 100%;
    height: 70px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #003300;
}


.file-box input.input-file.nodrop,
.file-box.unsupported input.input-file {
    width: auto;
    height: auto;
    top: 30px;
    left: 30px;
    opacity: 1;
    background: none;
}

.nodrop {
    position: static;
}

.file-box.nodrop input.input-file {
    position: static;
    opacity: 100;
    margin: 10px 0 0 10px;
    height: auto;
    width: auto;
}

.file-box.nodrop .receive-file-outer {
    display: none;
}

.set-image p {
    display: none;
}


/*  wysiwyg
------------------------------------------------------ */

.wysiwyg-area {
    min-height: 200px;
    white-space: normal;
}


/*  space
------------------------------------------------------ */

.space-top-lg {
    margin-top: 60px;
}

.space-top-md {
    margin-top: 30px;
}

.space-top-sm {
    margin-top: 10px;
}

.space-bottom-lg {
    margin-bottom: 60px;
}

.space-bottom-md {
    margin-bottom: 30px;
}

.space-bottom-sm {
    margin-bottom: 10px;
}

.space-left-lg {
    margin-left: 60px;
}

.space-left-md {
    margin-left: 30px;
}

.space-left-sm {
    margin-left: 10px;
}

.space-right-lg {
    margin-right: 60px;
}

.space-right-md {
    margin-right: 30px;
}

.space-right-sm {
    margin-right: 10px;
}

.w-100,
.w-80,
.w-60,
.w-40,
.w-20,
.w-10 {
    box-sizing: border-box;
}

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

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

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

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

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

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


/* ======================================================

  Color

====================================================== */

@media (max-width: 767px) {
    .navbar-default {
        background-color: #ffffff;
    }

    .navbar-header {
        background-color: #ffffff;
    }

    #side-column h1 a {
        color: #b90c87;
    }
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #b90c87;
    border-color: #b90c87;
}

.pagination>li>a,
.pagination>li>span {
    color: #b90c87;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #b90c87;
}

.nav-tabs>li.active>a {
    -webkit-box-shadow: inset 0 -3px 0 #b90c87;
    box-shadow: inset 0 -3px 0 #b90c87;
}

.nav-tabs>li>a:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #b90c87;
    box-shadow: inset 0 -2px 0 #b90c87;
    color: #b90c87;
}

.sub-title {
    background: #e2e2e1;
}

.modal-title {
    background: #e2e2e1;
}

.form-control:focus {
    border-color: #b90c87;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select:focus,
select.form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #b90c87;
    box-shadow: inset 0 -2px 0 #b90c87;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b90c87;
}



/* ======================================================

  Map

====================================================== */

#map {
    width: 100%;
    height: 300px;
    margin-top: 15px;
}


/* ======================================================

  preview

====================================================== */

.wrap-preview {
    display: table;
    width: 100%;
}

.wrap-preview .table-responsive {
    display: table-cell;
    width: auto;
    vertical-align: top
}

.wrap-preview .area-preview {
    display: table-cell;
    width: 260px;
}

.img-preview {
    margin: 10px 5px 0;
    background: url("/asset/img/device-img.png") center no-repeat;
    background-size: contain;
    min-height: 480px;
    padding-top: 160px;
    width: 240px;
}

.show-space {
    margin: 0 21px 0 23px;
    font-size: 8px;
}

.app-space {
    padding: 5px;
    border-radius: 6px 6px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.app-space small {
    position: absolute;
    right: 5px;
}

.app-space .icon {
    width: 16px;
}

.text-space {
    padding: 6px;
    border-radius: 0 0 6px 6px;
    background-color: rgba(255, 255, 255, 0.8);
}

.text-space dt {
    font-size: 11px;
    line-height: 1;
    padding-bottom: 5px;
    font-weight: normal;
    width: auto;
    word-break: break-all;
}

.text-space dd {
    line-height: 1;
    color: #290200;
}



/* ======================================================

  jquery-ui-sortable スタイル変更

====================================================== */

.jquery-ui-sortable-wrapper {
    width: 48%;
    float: left;
}

.jquery-ui-sortable-wrapper:first-child {
    margin-right: 4%;
}

ul.jquery-ui-sortable {
    list-style-type: none;
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}

ul.jquery-ui-sortable li {
    margin-bottom: 15px;
    padding: 0.5em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
    cursor: move;
    box-sizing: border-box;
    background-color: #ffffff;
}

ul.jquery-ui-sortable li.border-color-red {
    /* border: 1px solid #ffffff; */
    background-color: #f1f1f1;
    color: #b90c87;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

ul.jquery-ui-sortable li.border-color-gray {
    border: 1px solid #aeaeae;
}




/* ====================================================== */

#main-content {
    padding: 20px;
}

.section {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}

.icon {
    margin-right: 10px;
}

.font-bold {
    font-size: 18px;
    font-weight: bold;
    color: #b90c87;
}

.w-30 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr1 {
    margin-right: 1%;
}

input.btn-logout {
    border: none;
    background: none;
    -webkit-appearance: none;
    color: #919191;
    border-left: 1px solid #ebebeb;
    padding-left: 20px;
}

input.btn-logout:hover {
    color: #d6d6d6;
}

.square-1 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #BE3E82;
    margin-right: 10px;
}

.square-2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #E43F6F;
    margin-right: 10px;
}

.square-3 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #F56476;
    margin-right: 10px;
}

.square-4 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #F89CA7;
    margin-right: 10px;
}

.square-5 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #F1C40F;
    margin-right: 10px;
}

.square-6 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #E74C3C;
    margin-right: 10px;
}

.square-7 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFD1D4;
    margin-right: 10px;
}

.display-number {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.main-title span {
    font-size: 16px;
    font-weight: normal;
}

.border {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}

.table-border-none tr,
.table-border-none td,
.table-border-none th {
    border-bottom: none !important;
}

.inline {
    display: inline-block;
}

.textcopy-area {
    background-color: #ececec;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #919191;
    margin-top: 20px;
}

.error-logo {
    width: 100px;
}

.btn-sm-right {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 13px;
    margin-bottom: 10px;
}

#module .sub-title {
    margin-bottom: 10px;
}

.pt20 {
    padding-top: 20px !important;
}

.error input {
    background-color: #ffdcdc !important;
    border: 1px solid #e51c23 !important;
}

p.error-messege {
    background: #ffeeee;
    padding: 2px 10px;
    color: #e51c23;
    margin: 10px 0;
    border-left: 2px solid;
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }

    .pcw-10 {
        width: 10% !important;
        min-width: 100px;
    }

    .dashboard-card {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    #main-content {
        padding: 20px 0;
    }

    .spw-100 {
        width: 100%;
    }

    .spw-30 {
        width: 30% !important;
        min-width: unset;
    }

    .spw-20 {
        width: 20% !important;
        min-width: unset;
    }

    /*th {
      padding-bottom: 0 !important;
    } */
    tr {
        border-bottom: 1px solid #efefef;
    }

    .number-list th,
    .number-list td {
        display: table-cell !important;
        width: auto !important;
    }

    .navbarNav {
        border-top: 1px solid #dedede;
        overflow-y: auto !important;
        height: 100vh;
        padding-bottom: 100px;
    }

    .switch-title {
        border-bottom: 1px solid #dedede;
    }

    .datepicker-wrapper .datepicker {
        width: 80%;
    }

    .table-responsive>.th-inline>thead>tr>th,
    .table-responsive>.th-inline>tbody>tr>th,
    .table-responsive>.th-inline>tfoot>tr>th,
    .table-responsive>.th-inline>thead>tr>td,
    .table-responsive>.th-inline>tbody>tr>td,
    .table-responsive>.th-inline>tfoot>tr>td {
        display: table-cell !important;
        padding: 8px;
    }

    .th-inline tr {
        border-bottom: 1px solid #eeeeee;
    }

    .pagination-sm>li>a,
    .pagination-sm>li>span {
        padding: 2px 7px;
        font-size: 12px;
    }

    .btn-attention,
    .btn-back {
        margin-bottom: 10px;
    }

    .display-number {
        display: block;
        position: static;
        margin: 10px;
    }

    .wrap-preview {
        display: block;
    }

    .wrap-preview .table-responsive {
        display: block;
    }

    label.sp-block {
        display: block;
        margin-bottom: 10px;
    }

    .list-table th,
    .list-table td {
        display: table-cell !important;
        white-space: normal !important;
    }

    td {
        white-space: normal !important;
        word-break: break-all;
    }

    .spmb20 {
        margin-bottom: 20px;
    }

    .basic-table thead td {
        padding-top: 0 !important;
    }

    .btn-sm-right {
        position: static;
        margin: 15px 0 10px 0;
        /* padding: 8px; */
        display: block;
        width: fit-content;
    }

    #dashboard td {
        padding: 0 10px 10px !important;
    }

    .table-input th {
        padding-top: 10px !important;
    }

    .table-input td {
        padding: 0 10px 10px !important;
    }

    .label-shop label {
        margin: 10px 0;
    }

    .spmb5 {
        margin-bottom: 5px;
    }
}


.menuscroll {
    position: relative;
    width: 100%;
    height: 100%;
}

.dashboard-card td {
    text-align: right;
}


.label-shop .bundle-title {
    width: auto;
    display: block;
    border: 1px solid #eeeeee;
    border-width: 1px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.label-shop label:first-child.bundle-title {*/
/*border-width: 0 0 1px;*/
/*margin-top: 2px;*/
/*}*/

/***** Custom since 2020/05/14 *****/
.word-break {
    word-break: break-all;
}

.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #b90c87;
    border-color: #b90c87 transparent #b90c87 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}