﻿body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" !important;
}

#mainMenu article {
    height: auto !important;
}

.col-lg-6 {
    width: 50% !important;
}

.ui-dialog .ui-dialog-content {
    overflow-y: hidden;
}

.article-sortable {
    min-height: 178px;
}

    .article-sortable .font-md {
        text-overflow: ellipsis;
        width: 80% !important;
        overflow: hidden;
        white-space: nowrap;
    }

[id^=MenuList] {
    min-height: 85px;
}

#MenuTableList tr:hover {
    background-color: #ecf3f8 !important;
}

#MenuTableList [type=button] {
    width: 80%;
}

.box:hover {
    background-color: #ecf3f8;
    padding: 3px;
}

#ReturnBtn {
    float: left;
    margin: 10px 0;
    width: 100px;
}

#BtnArea {
    float: right;
    margin-top: 10px;
}

/*#AddGroupBtn {
    height: 32px;
    margin-right: 10px;
    width: 100px;
}*/

#SaveBtn {
    width: 110px;
    height: 30px;
}

.jarviswidget-ctrls {
    cursor: pointer;
}

    .jarviswidget-ctrls i {
        padding-left: 5px;
        padding-top: 7px;
        font-size: 16px;
    }

.drag img {
    max-width: 36px;
    height: 30px;
}

.jquery-ui-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .jquery-ui-sortable li {
        float: left;
        cursor: pointer;
        width: 330px !important;
        white-space: nowrap;
    }

#FloatGroup {
    margin: 0 auto;
    padding: 0 2px;
    width: calc(100% - 222px);
    height: 162px !important;
    position: fixed;
    bottom: 52px;
    z-index: 1;
}

    #FloatGroup .box {
        margin: 0 5px 0 0;
    }

    #FloatGroup .jquery-ui-sortable {
        height: 90px;
    }

        #FloatGroup .jquery-ui-sortable li {
            height: 60px;
        }

#SearchDiv {
    margin-top: -2px;
}

    #SearchDiv i {
        font-size: 14px;
        line-height: 27px;
        background-color: #efefef;
        padding: 0 8px 2px 8px;
        margin-left: 30px;
        border: 1px solid #a0aeb3;
        border-right: none;
    }

#PartitionBorder {
    background-color: #afafaf;
    width: 2px;
    height: 33px;
    position: absolute;
    top: 3px;
    left: 140px;
    z-index: 1;
}

#SearchTxt {
    height: 30px;
    width: 180px;
    padding: 0 5px;
}

#SelIconList {
    font-size: 30px;
}

    #SelIconList div {
        width: 35px;
        height: 28px;
        line-height: 28px;
        float: left;
        padding: 10px;
        margin: 0 2.5px;
        text-align: center;
    }

        #SelIconList div:hover {
            background-color: lightblue;
        }

.sel_icon {
    outline: 3px solid #0094ff;
}

@media (max-width: 1650px) {
    .jquery-ui-sortable li {
        width: 300px !important;
    }
}

@media (max-width: 979px) {
    .col-lg-6 {
        float: left;
    }

    #FloatGroup {
        width: calc(100% - 2px) !important;
        min-width: 680px;
    }
}

@media (max-height: 550px) {
    #mainMenu {
        min-height: 160px;
    }

    #FloatGroup {
        bottom: 0;
    }
}

.dt-toolbar {
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: transparent;
}

.table_header {
    text-align: center;
}

#GroupBtn {
    width: 100px;
}

.menu_id_list {
    position: absolute;
    top: 9px;
    right: -34px;
    z-index: 2;
    border: none;
    cursor: pointer;
}

    .menu_id_list:hover {
        opacity: 0.8;
    }

.header-title {
    display: inline-block;
    line-height: 45px;
    padding-left: 40px;
    position: absolute;
    height: 45px;
    top: 0;
    left: 0;
}

.btn-area {
    width: 100%;
    text-align: right;
    margin-right: 10px;
}

.input-menuid {
    width: 100%;
    position: relative;
    padding-right: 30px;
    background-color: white;
}

.btn-search-cancel {
    width: 100%;
    text-align: right;
    border-top: solid 1px rgb(227, 232, 236);
}

.markerEffect_left {
    background: linear-gradient(to right, #e66470 5px, transparent 5px);
    padding-left: 10px;
}

.markerEffect_left2 {
    background: linear-gradient(to right, #e66470 10px, transparent 10px);
    padding-left: 10px;
}

.input_required:after {
    content: "*";
    color: red;
}

.btn-primary2 {
    color: #20a8d8;
    background-color: #fff;
    border-color: #20a8d8;
}

    .btn-primary2:hover {
        color: #1b8eb7;
        background-color: #fff;
        border-color: #1985ac;
    }

    .btn-primary2:focus, .btn-primary2.focus {
        box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
    }

    .btn-primary2.disabled, .btn-primary2:disabled {
        color: #20a8d8;
        background-color: #fff;
        border-color: #20a8d8;
    }

    .btn-primary2:not(:disabled):not(.disabled):active, .btn-primary2:not(:disabled):not(.disabled).active,
    .show > .btn-primary2.dropdown-toggle {
        color: #1985ac;
        background-color: #fff;
        border-color: #187da0;
    }

        .btn-primary2:not(:disabled):not(.disabled):active:focus, .btn-primary2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary2.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
        }

.status-red {
    color: #FF0000;
}

.status-lightgreen {
    color: #92d050;
}

.h5-red {
    color: #FF0000;
    background-color: #fff;
}

.h5-red_border {
    border-style: solid;
    border-color: #FF0000;
}

.h5-lime {
    color: #00FF00;
    background-color: #fff;
}

.h5-lime_border {
    border-style: solid;
    border-color: #00FF00;
}

.bg-primary2 {
    background-color: #fff !important;
    color: #20a8d8;
}

.bg-primary3 {
    background-color: #fff !important;
    color: #808080;
}

.bg-primary4 {
    background-color: #808080 !important;
    color: #fff;
}

.dataTables_info {
    margin-top: 5px;
}

.dataTables_length {
    padding-top: 5px;
}

.dataTables_paginate {
    padding-top: 5px;
}

input[type=checkbox].checkBox--KNET {
    display: none;
}

input[type=checkbox]:checked.checkBox--KNET + .checkBox--KNET__label:before {
    opacity: 1;
}


.radio--KNET {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.125rem;
    height: 1.15969rem;
    opacity: 0;
}

.radio--KNET__label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .radio--KNET__label::before {
        position: absolute;
        top: 0.03469rem;
        left: -1.625rem;
        display: block;
        width: 1.125rem;
        height: 1.125rem;
        pointer-events: none;
        content: "";
        border: #adb5bd solid 2px;
        border-radius: 50%;
        /* 活性時の背景色をここで指定 */
        background-color: white; /* 例: 白色 */
    }

.radio--KNET:disabled ~ .radio--KNET__label::before {
    /* 非活性時の背景色をここで指定 */
    background-color: #e3e8ec; /* 例: グレー色 */
}

.radio--KNET:focus ~ .radio--KNET__label::before {
    /* フォーカス時の囲い線をここで指定 */
    outline: 1px solid #20a8d8;
}

    .radio--KNET__label::after {
        position: absolute;
        top: 0.03469rem;
        left: -1.625rem;
        display: block;
        width: 1.125rem;
        height: 1.125rem;
        content: "";
        background: no-repeat 50% / 0.5rem;
        border-radius: 50%;
    }

.radio--KNET:checked ~ .radio--KNET__label::before {
    color: #fff;
    border-color: #3060af;
    background-color: #366bc3;
    border-radius: 50%;
}

.radio--KNET:checked ~ .radio--KNET__label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* *************************************************/
/*　　　　　　Filter付DataTable                    */
/* *************************************************/
.checkBox--KNET__label {
    cursor: pointer;
    padding: 0 0 0 0;
    /*position: absolute;
    left: 1.6rem;*/
    margin-bottom: -5px;
    width: auto;
}

.label_th {
    margin-top: -10px !important;
}

.checkBox--KNET__label:hover::after {
    border-color: #3276b1;
}

.checkBox--KNET__label::after {
    border: 2px solid #3276b1;
    border-radius: 3px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 15px;
    margin-bottom: -5px;
    /*margin-top: -9px;
        position: absolute;*/
    /*top: 50%;*/
    z-index: 89;
    transition: border-color .2s linear;
}

.checkBox--KNET__label::before {
    border-bottom: 2px solid #3276b1;
    border-right: 2px solid #3276b1;
    content: "";
    display: block;
    width: .4rem;
    height: .7rem;
    /*left: 50px;
    top: 50%;
    margin-top: -.4rem;*/
    margin-top: 3px;
    margin-left: 7px;
    opacity: 0;
    position: absolute;
    z-index: 99;
    transform: rotate(35deg);
    transition: opacity .2s linear;
}

.checkBox--KNET:disabled ~ .checkBox--KNET__label::after {
    /* 非活性時の色をここで指定 */
    border: 2px solid #c1c7cc;
    background: #e3e8ec;
}

/*
    削除ボタン
*/
.deleteButton {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    display: flex;
    align-items: center;
    text-decoration: none;
    -webkit-appearance: button;
    border: 1px solid transparent;
    border-radius: 3px;
    justify-content: center;
    margin: 10px !important;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .deleteButton:hover {
        color: #fff;
        background-color: #e33232;
        border-color: #FF0000;
    }

    .deleteButton div {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .deleteButton:disabled {
        color: #fff;
        background-color: #FF0000;
        border-color: #FF0000;
    }


/*
    タブを含むヘッダー
*/
.tab_div {
    width: 100%;
    height: 50px;
    border: 1px solid #edf0f3;
}

/*
    タブ
*/
.tab_class {
    color: #20a8d8;
    background-color: transparent;
    background-image: none;
    border-color: #20a8d8;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    margin: unset;
    width: 150px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

/*
    下書きタブ
*/
.tab_class_draft {
    color: #919191;
    background-color: transparent;
    background-image: none;
    border-color: #919191;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    margin: unset;
    width: 150px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

/*
    タブマウスホバー時の見た目
*/
.tab_class:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

/*
    タブマウスホバー時の見た目(下書き)
*/
.tab_class_draft:hover {
    color: #fff;
    background-color: #919191;
    border-color: #919191;
}
/*
    タブがクリックされた時の見た目
*/
input:checked + .tab_class {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}
/*
    タブがクリックされた時の見た目
*/
input:checked + .tab_class_draft {
    color: #fff;
    background-color: #919191;
    border-color: #919191;
}

/*
    タブで使っているラジオボタンを見えなくする
*/
input[name="tabStatus"] {
    display: none;
}

/*
    ラジオボタン
*/
.radio {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

/*
    虫眼鏡ボタン
*/
.search_icon_btn {
    color: #20a8d8;
    background-color: white;
    background-image: none;
    border-color: #20a8d8;
    border-style: solid;
    border-width: 1px;
    display: flex;
    text-align: center;
    margin: unset;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

    .search_icon_btn:hover {
        color: #1b8eb7;
        background-color: #fff;
        border-color: #1985ac;
    }

/*
    一覧をクリックした時の行の見た目
*/
.table tbody tr.selected {
    background: #c6ffe2 !important;
}

/*
    一覧データ部
*/
.table tbody td {
    white-space: nowrap;
}

/*
　　画面タイトル
*/
.pghk_PageTitle {
    font-size: 1.2rem;
    line-height: 2.6rem;
    font-weight: 800;
    color: #4C4C4C;
    display: flex;
    margin-bottom: .3rem;
    align-items: center;
    margin-left: 20px;
    margin-bottom: -10px;
}

/*
　　太字表示
*/
.pghk-font-weight {
    font-weight: 550;
}

/*
　　国旗イメージ画像
*/
.img_country {
    width: 25px;
}

.dataTables-td-style-seq {
    text-align: center;
    vertical-align: middle;
}

.dataTables-td-style-str {
    vertical-align: middle;
}

.dataTables-td-style-num {
    text-align: right;
    vertical-align: middle;
}

/*
    子画面全体
*/
.divMain {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*
    アイコンつき青ボタン
*/
.btn_icon_blue {
    color: #fff;
    background-color: #20a8d8;
    display: flex;
    align-items: center;
    text-decoration: none;
    -webkit-appearance: button;
    border: 1px solid #2891C8;
    border-radius: 3px;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn_icon_blue:hover {
        text-decoration: none;
        color: #fff;
        background-color: #1b8eb7;
        border-color: #1985ac;
    }



/*
    アイコンつき青枠ボタン
*/
.btn_icon_blue_flame {
    color: #20a8d8;
    background-color: #fff;
    display: flex;
    border-color: #20a8d8;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    -webkit-appearance: button;
    border: 1px solid #2891C8;
    border-radius: 3px;
    margin: 10px !important;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn_icon_blue_flame:hover {
        color: #1c7696;
        background-color: #fff;
        border-color: #1985ac;
    }

    .btn_icon_blue_flame div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn_icon_blue_flame:disabled {
        color: #20a8d8;
        background-color: #fff;
        border-color: #20a8d8;
    }

/*
    カレンダーボタン
 */
.btnCalender {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #e3e8ec;
    background-color: #20a8d8 !important;
    padding: 0.155rem 0.45rem !important;
    min-width: 35px;
    max-width: 35px;
    justify-content: center;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 0.375rem 0.75rem;
}

/*
    処理中インジケータ―
*/
#processing {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 9999;
}

    #processing .processingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url(../../img_sys/PGHK/indicator.gif) center center no-repeat;
    }

/*
    input-groupの前後アドオン角丸
    （標準に無かったので記載）
*/
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*
    ドラッグアンドドロップ
*/
.dropzone {
    background-color: #ccc;
    color: #808080;
    /*height: 200px;*/
    border-style: dashed !important;
    border-width: 2px;
    /*line-height: 200px;*/
    /*text-align: center;*/
    font-size: 20px;
    cursor: pointer;
}

.dropzone-over {
    border-color: #0000FF;
}

    .dropzone-over span {
        opacity: 0.2;
    }

.dropzone-out {
    border-color: #ccc;
}

.dropzone -out span {
    opacity: 1;
}

.dz-remove {
    color: red;
    font-weight: bold;
}

.fileSpan {
    display: flex;
    padding-bottom: 20px;
}

.delFileBtn {
    margin-right: 10px;
    color: red;
    font-weight: bold;
}

.ServiceLogo_PGE {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_pge.png);
    background-repeat: no-repeat;
    background-size: 95px auto;
}

.ServiceLogo_DHL {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_dhl.png);
    background-repeat: no-repeat;
    background-size: 95px auto;
}

.ServiceLogo_UPS {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_ups.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ServiceLogo_FedEx {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_fedex.png);
    background-repeat: no-repeat;
    background-size: 95px auto;
}

.ServiceLogo_SFX {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_sfx.png);
    background-repeat: no-repeat;
    background-size: 95px auto;
}

.ServiceLogo_EMS {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_ems.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ServiceLogo_OCS {
    height: 45px;
    background-image: url(../../img_sys/PGHK/logo/service_logo_ocs.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.input-wrap {
    position: relative;
}

.toggle-pass {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.btn-noneborder {
    border: none;
    outline: none;
    background: transparent;
}

    .btn-noneborder:focus {
        box-shadow: none;
    }

/*
    ステータス正常
*/
.normal_status {
    width: 140px;
    color: #92d050;
    border-color: #92d050;
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    font-size: 20px;
    text-align: center;
}

/**
    ステータス異常
*/
.abnormal_status {
    width: 140px;
    color: red;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    font-size: 20px;
    text-align: center;
}

/*
    ステータス（オレンジ）
*/
.status_orange {
    width: 140px;
    color: orange;
    border-color: orange;
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    font-size: 20px;
    text-align: center;
}

/*
    ステータス（グレイ）
*/
.status_gray {
    width: 140px;
    color: gray;
    border-color: gray;
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    font-size: 20px;
    text-align: center;
}

/*
    ステータス正常
*/
.normal_status_large {
    width: 160px;
    color: #92d050;
    border-color: #92d050;
    border-width: 2px;
    border-style: solid;
    font-weight: bolder;
    display: inline-block;
    align-items: center;
    font-size: 1.75rem;
    text-align: center;
    margin-left: 10px
}

/**
    ステータス異常
*/
.abnormal_status_large {
    width: 160px;
    color: red;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    font-weight: bolder;
    display: inline-block;
    align-items: center;
    font-size: 1.75rem;
    text-align: center;
    margin-left: 10px
}

/**
    Shopifyステータス(S)
*/
.shopify_status {
    color: #3276b1;
    border-color: #3276b1;
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    align-items: center;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

/**
    Shopifyステータス(L)
*/
.shopify_status_large {
    color: #3276b1;
    border-color: #3276b1;
    border-width: 2px;
    border-style: solid;
    font-weight: bolder;
    align-items: center;
    display: inline-block;
    font-size: 1.75rem;
    text-align: center;
    margin-left: 10px
}

/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    min-width: 920px;
    width: 100%;
    /*margin: 10px auto;*/
}

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        display: table;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        background: transparent;
        padding: 0%;
        color: #fff;
        max-width: 0%;
        width: 0%;
        text-align: center;
        /*border-bottom: solid 12px #00b0bd;*/
        border-bottom: solid 12px #E7211D;
        border-right: solid 12px transparent;
        margin-left: 20%;
    }

    #conference-timeline .conference-center-line {
        position: absolute;
        width: 3px;
        /*height: 100%;*/
        top: 0;
        left: 20%;
        margin-left: -2px;
        /*background: #00b0bd;*/
        background: #E7211D;
        z-index: 0;
    }

    #conference-timeline .conference-timeline-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

    .timeline-article .content-left-container {
        max-width: 18%;
        width: 100%;
    }

    .timeline-article .content-right-container {
        max-width: 75%;
        width: 100%;
    }

    .timeline-article .timeline-author {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #242424;
        text-align: left;
    }

    .timeline-article .content-left {
        position: relative;
        width: auto;
        /*border: 0px solid #ddd;*/
        /*background-color: #fff;*/
        padding-top: 8px;
    }

    .timeline-article .content-right {
        position: relative;
        width: auto;
        /*border: 1px solid #ddd;*/
        /*background-color: #fff;*/
        /*box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
        padding-top: 8px;
    }

    .timeline-article p {
        margin: 0 0 0 0px;
        padding: 0;
        font-weight: 800;
        /*color: #242424;*/
        color: #606060;
        font-size: 14px;
        line-height: 24px;
        position: relative;
        word-wrap: break-word;
    }

        .timeline-article p span.article-number {
            /*position: absolute;*/
            font-weight: 300;
            font-size: 16px;
            font-style: italic;
            top: 0px;
            left: 0px;
            color: #00b0bd;
        }

        .timeline-article p span.article-date {
            /*position: absolute;*/
            font-weight: 600;
            font-size: 21px;
            top: 0px;
            left: 0px;
            /*color: #00b0bd;*/
            color: #606060;
        }

        .timeline-article p span.article-time {
            /*position: absolute;*/
            font-weight: 400;
            font-size: 16px;
            top: 0px;
            left: 0px;
            /*color: #00b0bd;*/
            color: #606060;
        }

    .timeline-article .content-left-container {
        float: left;
    }

    .timeline-article .content-right-container {
        float: right;
    }

    .timeline-article .content-left:before,
    .timeline-article .content-right:before {
        position: absolute;
        top: 20px;
        font-size: 23px;
        font-family: "FontAwesome";
        color: #fff;
    }

    .timeline-article .meta-date {
        position: absolute;
        top: 0;
        left: 20%;
        width: 48px;
        height: 48px;
        margin-left: -24px;
        color: #fff;
        border-radius: 100%;
        background: #00b0bd;
    }

    .timeline-article .pge {
        background: url(../../img_sys/PGHK/logo/track_logo_pge.png);
        background-size: contain;
    }

    .timeline-article .dhl {
        background: url(../../img_sys/PGHK/logo/track_logo_dhl.png);
        background-size: contain;
    }

    .timeline-article .ups {
        background: url(../../img_sys/PGHK/logo/track_logo_ups.png);
        background-size: contain;
    }

    .timeline-article .fedex {
        background: url(../../img_sys/PGHK/logo/track_logo_fedex.png);
        background-size: contain;
    }

    .timeline-article .sfx {
        background: url(../../img_sys/PGHK/logo/track_logo_sfx.png);
        background-size: contain;
    }

    .timeline-article .japanpost {
        background: url(../../img_sys/PGHK/logo/track_logo_japanpost.png);
        background-size: contain;
    }

    .timeline-article .user {
        background: url(../../img_sys/PGHK/logo/track_logo_user.png);
        background-size: contain;
    }

    .timeline-article .ocs {
        background: url(../../img_sys/PGHK/logo/track_logo_ocs.png);
        background-size: contain;
    }

    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
        display: block;
        text-align: center;
        font-weight: 900;
    }

    .timeline-article .meta-date .date {
        font-size: 30px;
        line-height: 40px;
    }

    .timeline-article .meta-date .month {
        font-size: 18px;
        line-height: 10px;
    }

    .timeline-article .meta-date .courie {
        display: block;
        text-align: center;
        font-weight: 900;
    }

    .timeline-article .meta-date .courie {
        font-size: 18px;
        line-height: 48px;
    }

/*===== // Vertical Timeline =====*/

/* マルチセレクトでメッセージを表示しない*/
li.select2-results__message {
    display: none;
}


















#dropmenu {
    list-style-type: none;
    width: 960px;
    margin: 30px auto 500px;
    padding: 0;
}

    #dropmenu li {
        position: relative;
        width: 20%;
        float: right;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #dropmenu li a {
            display: block;
            margin: 0;
            padding: 16px 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
        }

        #dropmenu li ul {
            list-style: none;
            position: absolute;
            z-index: 100;
            top: 100%;
            right: 0;
            width: 100%;
            margin: 0;
            padding: 0;
        }

            #dropmenu li ul li {
                overflow: hidden;
                width: 100%;
                height: 0;
                transition: 0s;
            }

                #dropmenu li ul li a {
                    padding: 13px 15px;
                    text-align: right;
                    font-size: 12px;
                    font-weight: normal;
                }

    #dropmenu > li:hover > ul > li {
        overflow: visible;
        height: 38px;
    }

    #dropmenu li ul li ul {
        top: 0;
        right: 100%;
    }

    #dropmenu li:last-child ul li ul {
        right: -100%;
        width: 100%;
    }

    #dropmenu li ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        right: -20px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
    }

    #dropmenu li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        right: 200%;
        margin-right: -20px;
        border: 5px solid transparent;
    }

    #dropmenu li ul li:hover > ul > li {
        overflow: visible;
        height: 38px;
    }