.page-nation-block {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.page-nation-block li {
    margin-right: 1.0rem;
    display: inline-block;
}

.list {
    width: 100%;
    padding: 1.0rem;
    border: solid 1px #d1d1d1;
    overflow: auto;
}

.list td {
    white-space: nowrap;
    font-size: 12px;
}

.list tr:last-child td{
    border: none;
}

.scroll-list {
    width: 100%;
    padding: 1.0rem;
    border: solid 1px #d1d1d1;
    overflow: auto;
}


label {
    text-align: left;
    margin-bottom: 0;
}

/**
 * 2022-02-24 パスワードの表示を一時的に平文にするボタンをつける
 */
.next_button, .search_button, .csv_button, .entry_button, .edit_button, .detail_csv_button, .passview {
    display: inline-block;
    background-color: rgba(50,150,255,0.9);
    border: 0.1rem solid rgba(0,0,50,0.8);
    border-radius: .6rem;
    color: #fff;
    cursor: pointer;
    font-size: 2.0rem;
    font-weight: 500;
    height: 6.0rem;
    letter-spacing: .1rem;
    /* line-height: 7.8rem; */
    padding: 0 2.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

/**
 * 2022-02-24 パスワードの表示を一時的に平文にするボタンをつける
 */
.passview {
    height: 4.0rem;
    width: 10.0rem;
}

.copyright {
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
}
.copyright:before  {
    /* content : "Copyright (C) 2023 SkillSystemsFont. All Rights Reserved."; */
    content : "";
}

.button_center {
    margin: auto;
    text-align: center;
    margin-top: 4.0em;
    margin-bottom: 4.0em;
}


.next_button:focus, .next_button:hover,
.csv_button:focus, .csv_button:hover ,
.entry_button:focus, .entry_button:hover,
.edit_button:focus, .edit_button:hover,
.detail_csv_button:focus, .detail_csv_button:hover
{
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0
}

.back_button {
    display: inline-block;
    background-color: rgba(70,70,70,0.9);
    border: 0.1rem solid rgba(166,144,73,0.8);
    border-radius: .6rem;
    color: #fff;
    cursor: pointer;
    font-size: 2.0rem;
    font-weight: 500;
    height: 6.0rem;
    letter-spacing: .1rem;
    /* line-height: 7.8rem; */
    padding: 0 2.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.back_button:focus, .back_button:hover  {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0
}

/**
 * 2021-11-18 アクティベーション解除機能を追加
 * 2022-02-24 「有効/無効」を一覧から変更できるようにする
 * */
.popup-view-switch,
.popup-edit-switch,
.popup-limit-edit-switch,
.popup-product-edit-switch,
.popup-deactivate-switch,
.popup-end-date-switch,
.popup-validity-switch {
    display: none;
}

.popup-base {
    background: #fff;
    padding: 3.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.popup-background {
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,0.5);
    float: left;
    position: fixed;
    top: 0;
    left:   0;
    z-index: 255;
}

.window-right {
    display: inline-block;
}

.window-left {
    display: inline-block;
}
