﻿body {
    margin: 0px;
    text-align: center;
    background-color: #263D60;
}

.menu_mobile_display {
    display: none;
}

.all_body {
    border-collapse: collapse;
    background: radial-gradient( circle farthest-side at 200px 200px, #065E9E 10%, #16367C 100% );
    min-height: 100vh;
}

.all_table_main {
    margin: auto;
    text-align: center;
    width: 400px;
}

.all_table_hedder {
    text-align: left;
    color: #FFFFFF;
    padding: 20px;
    background-color: #000000;
}

.all_table_td {
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding: 20px;
}

.all_table_td2 {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 26px;
}

.donation_table {
    width: 600px;
}

.header_language {
    width: 120px;
}

.header_td_01 {
    width: 80px;
}

.header_td_02 {
    width: 160px;
}

.header_td_03 {
    width: 160px;
}

.TextBox_01 {
    width: 95%;
    height: 40px;
    font-size: 1.2em;
    text-align: left;
    padding-left: 8px;
    border-radius: 10px;
}

.TextBox_02 {
    width: 100%;
    height: 36px;
    font-size: 2em;
    text-align: right;
}

.TextBox_03 {
    width: 100%;
    height: 26px;
    font-size: 1em;
    text-align: left;
}


.button_01 {
    width: 100%;
    height: 60px;
    font-weight: 800;
    font-size: 1.3em;
    color: #FFFFFF;
    padding-left: 8px;
    background-color: #EFC52E;
    border-radius: 26px;
}

.button_typr01 {
    width: 100px;
    height: 26px;
}

.button_typr02 {
    width: 200px;
    height: 26px;
}

.menu_td_main {
    text-align: center;
    vertical-align: top;
    width: 260px;
    background-color: #FFFFFF;
}

.image_15 {
    width: 10px;
}

.image_20 {
    width: 20px;
}

.image_30 {
    width: 30px;
}

.image_40 {
    width: 40px;
}

.image_80 {
    width: 80px;
}

.image_120 {
    width: 120px;
}

.chkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 1em;
}

.radio input[type=radio] {
    width: 24px;
    height: 24px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 1em;
}

select::-ms-expand {
    /*IEの矢印を非表示にするCSS*/
    display: none;
}

select {
    width: 200px;
    height: 36px;
    /*各ブラウザのselect要素の標準CSSをリセット*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*select要素の余白と文字に関するCSS*/
    margin-bottom: 0px;
    padding: 7px 30px 7px 10px;
    font-size: 1.1em;
    line-height: 1.1em;
    /*select要素のボーダーに関するCSS*/
    border-radius: 5px;
    border: none;
    /*select要素の矢印アイコンのCSS*/
    background-image: url(./image/icon_select_48.png);
    background-repeat: no-repeat;
    background-size: 24px 20px;
    background-position: right 10px center;
    /*select要素の背景色を指定するCSS*/
    background-color: #bddfff;
}

div.scr {
    width: 100%;
    height: 550px;
    overflow: scroll;
    /*background-color: #99FF99;*/
}

.scr_font_size {
    font-size: 0.9em;
}

::placeholder {
    color: #99782F;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
    color: #99782F;
}
/* IE対応 */
:-ms-input-placeholder {
    color: #99782F;
}

/*テーブルの罫線設定============================================================================*/
#tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
    border-collapse: collapse;
    border: 1px solid #333;
}

#tbl-non table, #tbl-non td, #tbl-non th {
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
}


/*ショッピングサイト*/
.shop_head {
    height: 46px;
    width: 600px;
}

.shop_zip1 {
    width: 40px;
}

.shop_zip2 {
    width: 56px;
}

.shop_zip {
}

.shop_width1 {
    width: 150px;
}

.shop_width2 {
    width: 300px;
}

.shop_td_padding {
    padding: 10px;
    border: 1px #808080 solid;
    vertical-align: top;
    width: 100%;
}

.shop_td_padding_10 {
    padding: 10px;
    border: 1px #808080 solid;
    vertical-align: bottom;
}



.shop_image_01 {
    width: 600px;
}

.shop_image_02 {
    width: 280px;
}

.shop_image_03 {
    width: 32px;
}

.shop_select_01 {
    width: 60px;
}

.shop_button {
    font-size: 1.1em;
    height: 30px;
    width: 160px;
}

.shop_button_01 {
    font-size: 1.1em;
    color: white;
    background-color: #3C8DBC;
    height: 30px;
    width: 160px;
}

.shop_button_02 {
    font-size: 1.1em;
    color: white;
    background-color: #DD4B39;
    height: 30px;
    width: 260px;
}

.shop_parts_01 {
    width: 200px;
}

.shop_parts_03 {
    height: 200px;
}

.shop_td_01 {
    width: 40%;
}

.shop_td_padding_right {
    text-align: right;
}


.authenticate_main {
    margin: auto;
    min-height: 100vh;
    width: 600px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #808080;
}

.authenticate_hedder {
    height: 70px;
    font-size: 1.4em;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #474747;
}

.authenticate_02 {
    height: 24px;
}

.authenticate_03 {
    height: 24px;
    text-align: left;
    padding-left: 20px;
}

.authenticate_Confirm {
    width: 50%;
    height: 40px;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #99782F;
}

.authenticate_footer {
    font-size: 1.2em;
    color: #99782F;
    height: 70px;
}

.menu_test {
    background-color: #99782F;
}

.menu_left {

}

.menu_right {

}

/* 全体設定 */
* {
    box-sizing: border-box;
}

/* ポップアップウインドウの設定 */
.popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70vw;
    height: 55vw;
    overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on {
    display: none;
}
    /* チェックされたらポップアップウインドウを開く */
    #popup-on:checked + .popup {
        display: block;
    }

/* 閉じるアイコン（右上） */
.icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

/* 閉じるボタン */
.btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* 開くボタン */
.btn-open {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* ポップアップの内容 */
.popup-content {
    margin: 40px auto 40px auto;
    width: 90%;
}

.dailypoint_select {
    color: #263D60;
    width: 200px;
    height: 50px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid;
}

.dailypoint_noselect {
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    text-align: center;
    background-color: #263D60;
    border: 1px solid;
}



@media screen and (max-width: 1250px){
    body {
        margin: 0px;
        text-align: center;
        background-color: #263D60;
        font-size: 2em;
    }
    .menu_mobile_display {
        display: block;
    }

    .all_body {
        border-collapse: collapse;
        background: radial-gradient( circle farthest-side at 200px 200px, #065E9E 10%, #16367C 100% );
        min-height: 100vh;
    }

    .all_table_main {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .all_table_hedder {
        text-align: left;
        color: #FFFFFF;
        padding: 20px;
        background-color: #000000;
    }

    .all_table_td {
        color: #FFFFFF;
        text-align: left;
        vertical-align: top;
        padding: 20px;
    }

    .all_table_td2 {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #FFFFFF;
        color: #000000;
        background-color: #FFFFFF;
        border-radius: 26px;
    }

    .all_in_table {
        width: 100%;
    }

    .donation_table {
        width: 100%;
    }

    .header_language {
        width: 200px;
        height: 80px;
    }

    .header_td_01 {
        width: 160px;
    }

    .header_td_02 {
        width: 240px;
    }

    .header_td_03 {
        width: 320px;
    }

    .TextBox_01 {
        width: 95%;
        height: 80px;
        font-size: 1.2em;
        text-align: left;
        padding-left: 16px;
        border-radius: 12px;
    }

    .TextBox_02 {
        width: 100%;
        height: 64px;
        font-size: 1.2em;
        text-align: right;
    }

    .TextBox_03 {
        width: 100%;
        height: 52px;
        font-size: 1em;
        text-align: left;
    }


    .button_01 {
        width: 100%;
        height: 120px;
        font-weight: 800;
        font-size: 1.3em;
        color: #FFFFFF;
        padding-left: 8px;
        background-color: #EFC52E;
        border-radius: 26px;
    }

    .menu_td_main {
        text-align: center;
        vertical-align: top;
        width: 260px;
        background-color: #FFFFFF;
        display: none; /*ＰＣでメニュー非表示*/
    }

    .image_15 {
        width: 20px;
    }

    .image_20 {
        width: 40px;
    }

    .image_30 {
        width: 60px;
    }

    .image_40 {
        width: 80px;
    }

    .image_80 {
        width: 160px;
    }

    .image_120 {
        width: 240px;
    }

    .chkbox input[type=checkbox] {
        width: 48px;
        height: 48px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }

    .radio input[type=radio] {
        width: 48px;
        height: 48px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }

    select::-ms-expand {
        /*IEの矢印を非表示にするCSS*/
        display: none;
    }

    select {
        width: 200px;
        height: 36px;
        /*各ブラウザのselect要素の標準CSSをリセット*/
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /*select要素の余白と文字に関するCSS*/
        margin-bottom: 0px;
        padding: 7px 30px 7px 10px;
        font-size: 1.1em;
        line-height: 1.1em;
        /*select要素のボーダーに関するCSS*/
        border-radius: 5px;
        border: none;
        /*select要素の矢印アイコンのCSS*/
        background-image: url(./image/icon_select_48.png);
        background-repeat: no-repeat;
        background-size: 24px 20px;
        background-position: right 10px center;
        /*select要素の背景色を指定するCSS*/
        background-color: #bddfff;
    }

    div.scr {
        width: 100%;
        height: 550px;
        overflow: scroll;
        /*background-color: #99FF99;*/
    }

    .scr_font_size {
        font-size: 0.9em;
    }

    ::placeholder {
        color: #99782F;
    }
    /* 旧Edge対応 */
    ::-ms-input-placeholder {
        color: #99782F;
    }
    /* IE対応 */
    :-ms-input-placeholder {
        color: #99782F;
    }

    /*テーブルの罫線設定============================================================================*/
    #tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
        border-collapse: collapse;
        border: 1px solid #333;
    }

    #tbl-non table, #tbl-non td, #tbl-non th {
        border-collapse: collapse;
        border: 1px solid #FFFFFF;
    }


    /*ショッピングサイト*/
    .shop_head {
        height: 46px;
        width: 100%;
    }

    .shop_zip1 {
        width: 80px;
    }

    .shop_zip2 {
        width: 112px;
    }

    .shop_zip {
    }

    .shop_width1 {
        width: 300px;
    }

    .shop_width2 {
        width: 600px;
    }

    .shop_td_padding {
        padding: 10px;
        border: 1px #808080 solid;
        vertical-align: top;
        width: 100%;
    }

    .shop_td_padding_10 {
        padding: 10px;
        border: 1px #808080 solid;
        vertical-align: bottom;
    }



    .shop_image_01 {
        width: 600px;
    }

    .shop_image_02 {
        width: 280px;
    }

    .shop_image_03 {
        width: 64px;
    }

    .shop_select_01 {
        width: 120px;
        height: 60px;
    }

    .shop_button {
        font-size: 1.1em;
        height: 60px;
        width: 320px;
    }

    .shop_button_01 {
        font-size: 1.1em;
        color: white;
        background-color: #3C8DBC;
        height: 60px;
        width: 320px;
    }

    .shop_button_02 {
        font-size: 1.1em;
        color: white;
        background-color: #DD4B39;
        height: 60px;
        width: 500px;
    }

    .shop_parts_01 {
        width: 400px;
    }

    .shop_parts_03 {
        height: 400px;
    }

    .shop_td_01 {
        width: 40%;
    }

    .shop_td_padding_right {
        text-align: right;
    }


    .authenticate_main {
        margin: auto;
        min-height: 100vh;
        width: 100%;
        text-align: center;
        background-color: #FFFFFF;
        border: 1px solid #808080;
    }

    .authenticate_hedder {
        height: 140px;
        font-size: 1.4em;
        font-weight: 600;
        color: #FFFFFF;
        background-color: #474747;
    }

    .authenticate_02 {
        height: 48px;
    }

    .authenticate_03 {
        height: 48px;
        text-align: left;
        padding-left: 20px;
    }

    .authenticate_Confirm {
        width: 50%;
        height: 80px;
        font-size: 1.2em;
        color: #FFFFFF;
        background-color: #99782F;
    }

    .authenticate_footer {
        font-size: 1.2em;
        color: #99782F;
        height: 70px;
    }

    .menu_test {
        background-color: #99782F;
    }

    .menu_left {
    }

    .menu_right {
    }

    /* 全体設定 */
    * {
        box-sizing: border-box;
    }

    /* ポップアップウインドウの設定 */
    .popup {
        background-color: #efefef;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 70vw;
        height: 55vw;
        overflow-y: scroll;
    }
    /* チェックボックスの初期設定 */
    #popup-on {
        display: none;
    }
        /* チェックされたらポップアップウインドウを開く */
        #popup-on:checked + .popup {
            display: block;
        }

    /* 閉じるアイコン（右上） */
    .icon-close {
        background: #000;
        color: #fff;
        font-size: 30px;
        padding: 0 10px;
        position: absolute;
        right: 0;
    }

    /* 閉じるボタン */
    .btn-close {
        background: #000;
        border-radius: 10px;
        color: #fff;
        padding: 10px;
        cursor: pointer;
        margin: 10px auto;
        width: 95%;
        text-align: center;
    }

    /* 開くボタン */
    .btn-open {
        background: #fff;
        border-radius: 10px;
        color: #fff;
        padding: 10px;
        cursor: pointer;
        margin: 10px auto;
        width: 95%;
        text-align: center;
    }

    /* ポップアップの内容 */
    .popup-content {
        margin: 40px auto 40px auto;
        width: 90%;
    }



    .gnav {
        width: 100%;
        height: 80px;
        margin: 0;
        padding: 0;
        background: #000000;
    }

        .gnav .nav {
            width: 100%;
            height: 80px;
            margin: 0 auto;
            padding: 0;
            display: flex;
        }

            .gnav .nav li {
                position: relative;
                list-style: none;
                box-sizing: border-box;
                border-left: 1px solid #eee;
            }

                .gnav .nav li a {
                    display: block;
                    width: 330px; /*メニュー幅*/
                    height: 80px;
                    text-align: center;
                    color: #fff;
                    font-size: 28px;
                    line-height: 2.8;
                    background: #000000;
                    box-sizing: border-box;
                    text-decoration: none;
                }

                .gnav .nav li:first-child {
                    border-left: 1px solid #eee;
                }

                .gnav .nav li:last-child {
                    border-right: 1px solid #eee;
                }

            .gnav .nav > li:hover > a { /*layer-1*/
                color: orange;
                background: #afc6e2;
            }

            .gnav .nav > li li:hover > a { /*layer-2*/
                color: olive;
                background: #afc6e2;
            }

            .gnav .nav li ul {
                /*２階層階目の*/
                top: 80px;
                left: -40px;
                position: absolute;
            }

                .gnav .nav li ul li {
                    overflow: hidden;
                    height: 0;
                }

                    .gnav .nav li ul li a {
                        border-top: 1px solid #eee;
                    }

            .gnav .nav li:hover > ul > li {
                overflow: visible;
                height: 80px;
            }

            .gnav .nav li ul li ul {
                top: 0;
                left: 290px; /*３層目位置*/
            }

                .gnav .nav li ul li ul:before { /*layer-2▷*/
                    position: absolute;
                    content: "";
                    top: 30px;
                    left: 30px;
                    border: 10px solid transparent;
                    border-left: 10px solid #fff;
                }

                .gnav .nav li ul li ul li:hover > a { /*layer-3*/
                    color: pink;
                    background: #afc6e2;
                }

                .gnav .nav li ul li ul.left {
                    top: 0;
                    left: -220px;
                }

                    .gnav .nav li ul li ul.left:before, /*layer-2-left▷*/
                    .gnav .nav li ul li ul li ul.left:before { /*layer-3-left▷*/
                        position: absolute;
                        content: "";
                        top: 30px;
                        left: 220px;
                        border: 10px solid transparent;
                        border-right: 10px solid #fff;
                    }

                    .gnav .nav li ul li ul.left li:hover > a { /*layer-2-left*/
                        color: pink;
                        background: #afc6e2;
                    }

                .gnav .nav li ul li ul li ul.left li:hover > a { /*layer-3-left*/
                    color: purple;
                    background: #afc6e2;
                }

    .content {
        width: 755px;
        min-height: 200px;
        background: #eee;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
        box-sizing: border-box;
    }

    .staking_td {
        width: 300px;
    }

    .td_block {
        width: 100%;
        display: block;
    }

    .button_typr01 {
        font-size: 1.1em;
        width: 140px;
        height: 60px;
    }

    .button_typr02 {
        font-size: 1.1em;
        width: 380px;
        height: 60px;
    }

    .profile_table {
        width: 100%;
    }
    .profile_td {
        width: 25%;
    }

    .butom_2 {
        font-size: 1em;
        width: 100px;
        height: 40px;
    }


}




















