@charset "UTF-8";
/* CSS Document */
.logo {
    width: 60%
}
.news {
    background: #FFF;
    padding: 15px;
    margin-top: 0px;
    border-radius: 4px;
}
.span4 {
    width: 48.9%;
}
.adjustment1 {
    margin-top: 5px;
}
.span13 {
    width: 35%;
}
.sales {
    overflow: hidden;
    margin-bottom: 30px;
}
.radius3 {
    border-radius: 3px;
}
.dey_sales {
    margin: 20px 10px 0 40px;
    float: left;
    width: 44%;
}
.dey_sales dt {
    float: left;
    width: 170px;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dey_sales dd {
    font-size: x-large;
    margin: 25px 30px 0 30px;
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
    border-radius: 4px;
    width: 86%;
    text-align: center;
    box-sizing: border-box;
}
.month {
    margin: 10px 17px 10px;
}
.s_table {
    width: 95%;
    margin: 0 auto 30px auto;
}
.text-center {
    padding: 50px 0;
    margin: 0 auto;
    width: 300px;
}
.status {
    float: left;
}
.narabikae {
    padding: 10px 0;
    margin-top: 10px;
    width: 100%;
}
.narabikae_ber {
    float: right;
}
.chumon_status {
    width: 100%;
    margin-bottom: 10px;
}
.chumon_status table tr {
    height: 35px;
    background-color: #bbb;
}
.chumon_status table {
    border: 1px solid #bbb;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 3px;
    width: 100%;
}
.chumon_status table thead th, .chumon_status table tbody th, .chumon_status table tbody td {
    padding: .6em 3em;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    color: #444;
    width: 25%;
    box-sizing: border-box;
}
.chumon_status table thead th a, .chumon_status table tbody th a, .chumon_status table tbody td a {
    color: #666;
    text-decoration: none;
}
.chumon_status table thead th a:hover, .chumon_status table tbody th a:hover, .chumon_status table tbody td:hover {
    text-decoration: none;
    background-color: #FFF;
    padding: 5px 39px;
}
.chumon_status table thead th {
    background-color: #ddd;
}
.chumon_status table tbody th {
    background-color: #eee;
}
.chumon_status table thead th + th, .chumon_status table tbody td {
    border-left: 1px solid #bbb;
}
.chumon_status table tbody tr:last-child th, .chumon_status table tbody tr:last-child td {
    border-bottom: none;
}
.chumon_status table thead tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}
.chumon_status table thead tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
}
.chumon_status table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 5px;
}
.chumon_status table tbody tr:last-child th:last-child {
    border-radius: 0 0 5px 0;
}
.count {
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.chumon_naiyou {
    margin-top: 10px;
}
.chumon_naiyou table {
    width: 100%;
    color: #666;
}
.chumon_naiyou table tr {}
.chumon_naiyou table th {
    background-color: #BBB;
    border: 1px solid #fff;
    text-align: left;
}
.chumon_naiyou table td {
    vertical-align: top;
    background-color: #FFF;
    border: 1px solid #666;
    position: relative;
}
.left_padding {
    padding-left: 10px;
}
.shiro {
    background-color: #FFF;
}
.page_seni {
    margin: 20px auto;
    text-align: center;
}
.sentaku {
    background-color: #FFFFFF;
}
.botan1 {
    margin: 10px 0 0 35px;
    padding: 5px 30px;
}
/*全体*/
.hidden_box {
    margin: 2em 0; /*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label[for="label1"], .oni-title_01 {
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    background-color: #888;
    color: #fff;
}
/*アイコンを表示*/
.hidden_box label[for="label1"]:after {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
    float: right;
}
/*アイコンを切り替え*/
.hidden_box input:checked ~ label[for="label1"]:after {
    content: '\f00d';
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #668ad8;
}
/*ボタンホバー時*/
.hidden_box label[for="label1"]:hover {}
/*チェックは見えなくする*/
.hidden_box #label1 input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}
label {
    margin-bottom: 0;
}
.module-head {
    background-color: #888;
}
.module-head h3 {
    color: #fff;
}
.hyoujikensu {
    margin: 0;
    float: right;
    padding-top: 2px;
    font-size: 15px;
}
.sentakucyu {
    color: #666;
    background-color: #fff;
}
/*画面幅が480pxまでの時*/
@media screen and (max-width:500px) {
    .dey_sales {
        width: 100%;
    }
    .dey_sales dd {
        font-size: x-large;
        margin: 25px 30px 0 30px;
        border: 1px solid #d9d9d9;
        padding: 20px 30px;
        border-radius: 4px;
        width: 70%;
        text-align: center;
        box-sizing: border-box;
    }
}
/*画面幅が781px以上の時*/
@media screen and (min-width:501px) {
    .dey_sales {
        width: 40%;
    }
    .dey_sales dd {
        font-size: x-large;
        margin: 25px 30px 0 30px;
        border: 1px solid #d9d9d9;
        padding: 20px 30px;
        border-radius: 4px;
        width: 84%;
        text-align: center;
        box-sizing: border-box;
    }
    /*20190809*/
    .hacyu {
        float: right;
    }
    .hacyu button {
        margin-left: 10px;
    }
}

/* oni style */
.oni-status {
    text-align: right;
    padding-right: 2px;
}
.oni-order::before {
    padding: .25em .4em;
    color: #fff;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.oni-order + .oni-order {
    margin-left: 2px;
}
.oni-order__done::before {
    content: "発注済";
    background-color: #2c6fe9;
}
.oni-order__cancel::before {
    content: "キャンセル";
    background-color: #dc3545;
}
.oni-order__rental::before {
    content: "レンタル";
    background-color: green;
}
.oni-del {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -5px;
    margin-left: -5px;*/
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.oni-del > div {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.oni-del .sr-only {
    /*white-space: nowrap;*/
}
.oni-del .form-control {
    display: block;
    width: 100%;
    /*height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;*/
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}