/*********************************
  全体のcss
**********************************/

main {
    width: 100%;
    height: auto;
}
/* container-fluid幅修正 */
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 1250px;
    margin: auto;
    height: auto;
}
/* コンテント幅狭めの設定*/
.container{
    width: 900px;
}
/* コンテント幅やや広めの設定*/
.container_wide {
    width: 1100px;
    margin: auto;
}
/* コンテント幅広めの設定*/
.container_max_wide {
    width: 1500px;
    margin: auto;
}
/* TOPからh1見出しまでの距離*/
h1{
    padding-top: 50px;
}
/* TOPからh2見出しまでの距離*/
h2{
    padding-top: 60px;
}
/* 見出しh4の装飾 */
h4 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    border-left: solid 5px #006EA8;/*左線*/
}
/* 見出しh5の装飾 */
h5 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    border-left: solid 5px #006EA8;/*左線*/
}
/* 見出し下のpタグ文字サイズ */
.lead {
    font-size: 18px;
}
/* ヘッダーメニュー（メインロゴからの位置）*/
div#navbarsExampleDefault {
    margin-left: 20px;
}
/* ヘッダーメニューの間隔*/
.nav-link {
    padding-right: .5rem;
    padding-left: 1rem;
}

/*********************************
　ナビメニュー
**********************************/

/* header menu */
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

.lh-condensed {
    line-height: 1.25;
}

/*********************************
　TOP画面
**********************************/

/* index hero banner background */
.index-placeholder-bg {
    background-image: url("../images/top-grad-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
/* utilities */
.unset-margin {
    margin: unset;
}

.staff_name{
    overflow: visible;
    width: 70px;
}

.jumbotron{
    border-radius: 0;
    margin-bottom: 6rem;
}
.col-md-6{
    text-align: center;
    max-width: 100%;
}
.top-button-wrap{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.top-signin-button, .top-signup-button{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    min-width: 235px;
}
.top-signin-button, .top-signin-button:hover{
    color: #FFFFFF;
    background: #10C98D;
    margin-bottom:2rem;
}
.top-signup-button, .top-signup-button:hover{
    color: #10C98D;
    background: #ffffff;
    border: 1px solid #10C98D;
}


/*********************************
　利用明細ページ
**********************************/

/* usage-statement-confilmページのtextareaの幅 */
textarea#remarks_textarea {
    width: 100%;
}
/* usage-statement-confilmページのtextareaの改行 */
td#remarks_textarea {
    white-space: pre-wrap;
}

/*********************************
　プランページ
**********************************/

table#page-plan {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: none;
}

/*********************************
　共通ボタン
**********************************/

.btn-change{
    background-color: #006EA8;
    color: white;
}

.btn-success{
    background-color: #28A745;
    color: white;
}

/*********************************
　レターパック発注ページ
**********************************/

/* order-lp-confilmページ確認ボタン */
#order-lp-confirm-btn{
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}
/* order-lp-confilmページ戻るボタン */
#order-lp-confirm-btn-back{
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 10px;
}
/* order-lp-completeページ戻るボタン*/
#order-lp-complete-btn-back{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 検索フィールド７：キャンセルボタンなし  */
#keyword::-webkit-search-cancel-button {    
    -webkit-appearance: none;    /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
}

/*********************************
  テーブル関連
**********************************/

/*テーブルタイトルカラー*/
th {
    background-color: #F0F0F0;
}
/*テーブル枠カラー*/
.table-bordered {
    border: 1px solid #CED4DA;
}
/*テーブル文字サイズ*/
.table {
    font-size: 14px;
}

/*********************************
  利用状況ページ
**********************************/

/*利用状況ページのテーブルwidthと文字のサイズ*/
table#page-top {
    width: 100%;
    margin: auto;
    margin: 5%;
    font-size: 14px;
    margin: 0 30px 0 30px;
}
/* 利用状況ページの検索窓位置*/
div#tracking-card {
    width: 500px;
    float: right;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-top: -5%;
}
/* 利用状況ページのCSVダウンロードボタン位置*/
#tracking-download-btn{
    margin-bottom: 10px;
    margin-left: 50px;
}
/* 利用状況ページの追跡削除ボタンカラー*/
/* .tabledit-deleted-row{
    background-color: pink;
} */

/*********************************
  indexページ
**********************************/

.index-container{
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
}

.index-placeholder-bg {
    height: 330px;
}

/*********************************
  各ページネーション関連
**********************************/

/* 全体：ページネーションの枠を削除*/
.page-link {
    border:none;
}
/* 受注管理ページのページネーション位置*/
.admin-ordercheckPaginators {
    margin-top: 10%;
    margin-bottom: -10px;
}
/* 受注管理ページの合計位置*/
.admin-ordercheck-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
}
/* 利用者側発注履歴ページのページネーション位置*/
.user-ordercheckPaginators{
    margin-top: 12%;
    margin-bottom: -10px;
}
/* 利用者側発注履歴ページの合計位置*/
.user-ordercheck-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -40px;
}
/* ユーザー管理ページのページネーション位置*/
.userPaginators{
    margin-top: 50px;
    margin-bottom: -15px;
}
/* ユーザー管理ページの合計位置*/
.userPaginators-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
    margin-bottom: 10px;
}
/* Web明細サービスページのページネーション位置*/
.invoicePaginators{
    margin-top: 50px;
    margin-bottom: -15px;
}
/* Web明細サービスページの合計位置*/
.invoicePaginators-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
    margin-bottom: 10px;
}

/* 利用者側：Web明細サービスページのページネーション位置*/
.userinvoicePaginators{
    margin-top: 50px;
    margin-bottom: -15px;
}
/* 利用者側：Web明細サービスページの合計位置*/
.userinvoicePaginators-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
    margin-bottom: 10px;
}
/* 請求書発行ページのページネーション位置*/
.subscribePaginatorsPaginators{
    margin-top: 50px;
    margin-bottom: -15px;
}
/* 請求書発行ページの合計位置*/
.subscribePaginators-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
    margin-bottom: 10px;
}
/* 管理者側：ユーザー管理ページのページネーション位置*/
.admin-usersPaginates{
    margin-top: 50px;
    margin-bottom: -15px;
}
/* 管理者側：ユーザー管理ページの合計位置*/
.admin-usersPaginates-totalPage{
    float: right;
    font-size: 1.2em;
    margin-top: -30px;
    margin-bottom: 10px;
}

.subscribePaginators{
    width: 300px;
    margin-bottom: -8px;
}
/* 管理者側利用状況ページのページネーション位置*/
.admin-tracking-Paginates{
    display: flex;
    justify-content: right;
    justify-content: flex-end;
    margin-right: 22%;
    margin-bottom:-55px;
    margin-top: 3%;
}
/* 管理者側利用状況ページの合計位置*/
.admin-tracking-totalPage{
    font-size: 1.2em;
    padding-top: 10px;
    float: right;
    width: 230px;
}
/* 利用者側追跡ページのページネーション位置*/
.user-tracking-Paginates{
    display: flex;
    justify-content: right;
    justify-content: flex-end;
    margin-right: 20%;
    margin-bottom: -3.4%;
    margin-top: 3%;
}
/* 利用者側追跡ページの合計位置*/
.user-tracking-totalPage{
    font-size: 1.2em;
    padding-top: 20px;
    float: right;
    width: 250px;
}
/* 利用者利用明細書ページのページネーション位置*/
.user-usagestatementPaginators{
    margin-top: -1%;
    margin-bottom: -45px;
}
/* 利用者利用明細書ページの合計位置*/
.user-usagestatement-totalPage{
    font-size: 1.2em;
    padding-bottom: 10px;
    float: right;
    margin-top: -5px;
    width: 200px;
}
/* 利用者利用明細書(変更)ページの合計位置*/
.user-usagestatement-totalPage-update{
    font-size: 1.2em;
    padding-bottom: 10px;
    float: right;
    margin-top: -5px;
    width: 200px;
}