﻿body {
    margin: 0px;
}

.td_default {
    height: 46px;
}

.icon_image {
    width: 32px;
}

.logo_image {
    width: 200px;
}

/*共通*/
.td_padding_20 {
    padding: 20px
}

.td_block {
}

.td_lp {
    padding: 20px
}


.button_default {
    height: 24px;
    width: 100px;
}

/*ログイン画面*/
.button_login {
    height: 36px;
    width: 90%;
    text-align: center;
    background-color: #3C8DBC;
    color: #FFFFFF;
}

.center {
    margin: auto;
    width: 409px;
    text-align: center;
}

.login_table {
    margin-top: 100px;
    background-color: #FFFFFF;
    width: 100%;
}

.image_login {
    width: 30%;
    border-radius: 50%;
}

.image_login2 {
    width: 30px;
    border-radius: 50%;
}

.TextBox_90 {
    height: 30px;
    width: 85%;
    text-align: left;
    padding-left: 5%;
}

.login_td {
    height: 60px;
}


/*ショッピング*/
.shop_image {
    height: 300px;
}


.TextBox_90::-webkit-input-placeholder {
    color: #D2D6DE;
}

.TextBox_90::-moz-placeholder {
    color: #D2D6DE;
}

.TextBox_90:-ms-input-placeholder {
    color: #D2D6DE;
}

/*マスターページ*/
.td_menu_top {
    height: 46px;
    background-color: #332f26;
    color: #FFFFFF;
    text-align: center;
}

.menu_default {
    width: 240px;
}
.menu_sub {

}

.menu_show {
    width: 240px;
}

.menu_non {
    display: none;
}

.menu_01 {
    height: 46px;
    width: 240px;
}

.menu_left {
    text-align: center;
    height: 50px;
    width: 240px;
}

.menu_right {
    font-size: 1.1em;
    height: 50px;
}
/*商品購入*/
.table_shop {
    text-align: center;
    width: 100%;
}


.table_td_padding_10 {
    padding: 10px;
    border: 1px #808080 solid;
}
.table_td_padding2_10 {
    padding: 10px;
    border: 1px #808080 solid;
    width: 50%;
}

.table_td_padding_left {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px
}

.table_td_padding_right {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px
}

.table_td_image {
    height: 300px;
}
.table_non {
    width: 100%;
}
.button_cart {
    height: 40px;
    width: 200px;
}
.button_cart2 {
    height: 36px;
    width: 360px;
}
.button_cart3 {
    height: 24px;
    width: 60px;
}

.shop2_table {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #333;
}

.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_button {
    height: 40px;
    width: 200px;
}
.shop_image01 {
    width: 300px;
}

.shop_image02 {
    width: 200px;
}

.shop_image03 {
    width: 400px;
}

/*プロフィール*/
.profile_table {
    border-collapse: collapse;
    border: 1px solid #333;
    width: 600px;
}

.profile_table2 {
    width: 600px;
}

/*パスワード*/
.password_table {
    width: 400px;
}
.password_td {
    width: 30%;
}

/*組織図*/
.map_table {
    border-collapse: collapse;
    border: 1px solid #333;
    width: 700px;
}
.map_table2 {
    width: 700px;
}

.map_block {
    
}

.map_group_td {
    width: 200px;
}

.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;
}

div.scr {
    width: calc(100vw - 260px);
    height: 800px;
    overflow: scroll;
    /*background-color: red;*/
}

select::-ms-expand {
    /*IEの矢印を非表示にするCSS*/
    display: none;
}

select {
    width: 100px;
    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;
}

.bonus_width {
    width: 1000px;
}

.bonus_column1 {
    width: 90px;
}

.bonus_column2 {
    width: 130px;
}

.bonus_column3 {
    width: 220px;
}

.bonus_column4 {
    width: 100px;
}

.bonus_detailes {
    width: 100%;
}

.bonus_detailes2 {
    width: 800px;
}

.input_box {
    color: #FFFFFF;
    width: 5px;
    border: 1px solid #FFFFFF;
}

.input_box_font {
    font-size: 1em;
}

@media screen and (max-width: 1000px) {
    body {
        margin: 0px;
        font-size: 3em;
    }

    .td_default {
        height: 90px;
    }

    .td_block {
        display: block;
        width: 100%;
    }

    .td_lp {
        padding: 20px;
        text-align: center;
        width: 100%;
    }


    .icon_image {
        width: 100px;
        height: 100px;
    }

    .logo_image {
        width: 400px;
    }

    .button_default {
        height: 60px;
        width: 300px;
    }

    .button_Confirm2 {
        height: 80px;
        width: 400px;
    }

    /*マスターページ*/
    .menu_default {
        display: none;
    }

    .menu_sub {
        display: none;
    }

    .menu_show {
        width: 240px;
    }
    .menu_non {
        display: none;
    }

    .menu_01 {
        height: 100px;
        width: 600px;
    }

    .menu_left {
        text-align: left;
        height: 100px;
        width: 100%;
        display: block;
    }
    .menu_right {
        font-size: 0.9em;
        height: 100px;
        width: 100%;
        display: block;
    }

    /*商品購入*/
    .table_td_padding_10 {
        padding: 10px;
        border: 1px #808080 solid;
        display: block;
    }
    .table_td_padding2_10 {
        padding: 10px;
        border: 1px #808080 solid;
        display: block;
        width: 100%;
    }
    .button_cart {
        height: 80px;
        width: 430px;
    }
    .button_cart2 {
        height: 80px;
        width: 70%;
    }
    .button_cart3 {
        height: 60px;
        width: 140px;
    }    
    
    .shop_head {
        height: 120px;
        width: 100%;
    }

    .shop_zip1 {
        width: 100px;
    }
    .shop_zip2 {
        width: 140px;
    }
    .shop_zip {
        height: 60px;
        width: 300px;
    }

    .shop_width1 {
        width: 360px;
    }

    .shop_width2 {
        width: 600px;
    }

    .shop_button {
        height: 80px;
        width: 600px;
    }

    .shop_image01 {
        width: 600px;
    }

    .shop_image02 {
        width: 400px;
    }

    .shop_image03 {
        width: 800px;
    }

    .Cart_button {
        font-size: 1.1em;
    }
    /*プロフィール*/
    .profile_table {
        display: block;
        width: 100%;
    }
    .profile_table2 {
        width: 100%;
    }

    /*パスワード*/
    .password_table {
        width: 100%;
    }
    .password_td {
        width: 50%;
    }

    /*ログイン画面*/
    .button_login {
        height: 100px;
        width: 90%;
        text-align: center;
        background-color: #3C8DBC;
        color: #FFFFFF;
    }

    .center {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .login_table {
        margin-top: 100px;
        background-color: #FFFFFF;
        width: 100%;
    }

    .image_login {
        width: 30%;
        border-radius: 50%;
    }

    .image_login2 {
        width: 60px;
        border-radius: 50%;
    }

    .TextBox_90 {
        height: 80px;
        width: 80%;
        text-align: left;
        padding-left: 5%;
    }

    .login_td {
        height: 120px;
    }

    /*組織図*/
    .map_table {
        border-collapse: collapse;
        border: 1px solid #333;
        width: 100%;
    }

    .map_table2 {
        width: 100%;
    }

    .map_block {
        display: block;
    }

    .map_group_td {
        width: 50%;
    }

    .matrix_1 {
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        display: block;
    }
    .matrix_2 {
        padding-left: 10px;
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        display: block;
    }
    .matrix_3 {
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        display: block;
    }

    .matrix_TextBox {
        font-size: 1.1em;
        height: 50px;
        width: 400px;
        text-align: left;
        padding-left: 10px;
    }

    .matrix_Button1 {
        font-size: 1em;
        height: 60px;
        width: 110px;
    }

    .matrix_Button2 {
        font-size: 1em;
        height: 60px;
        width: 210px;
    }
    .matrix_image {
        width: 60px;
    }
    .matrix_font {
        font-size: 0.8em;
    }

    .image_matrix_line {
        width: 300px;
    }

   .chkbox input[type=checkbox] {
        width: 50px;
        height: 50px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }

    .radio input[type=radio] {
        width: 50px;
        height: 50px;
        vertical-align: middle;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 1em;
    }

 

    select::-ms-expand {
        /*IEの矢印を非表示にするCSS*/
        display: none;
    }

    select {
        width: 160px;
        height: 82px;
        /*各ブラウザのselect要素の標準CSSをリセット*/
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /*select要素の余白と文字に関するCSS*/
        margin-bottom: 0px;
        padding: 7px 30px 7px 10px;
        font-size: 1em;
        line-height: 1em;
        /*select要素のボーダーに関するCSS*/
        border-radius: 5px;
        border: none;
        /*select要素の矢印アイコンのCSS*/
        background-image: url(./image/icon_select_48.png);
        background-repeat: no-repeat;
        background-size: 48px 40px;
        background-position: right 10px center;
        /*select要素の背景色を指定するCSS*/
        background-color: #bddfff;
    }

    div.scr {
        width: 98vw;
        height: 2000px;
        overflow: scroll;
    }

    .bonus_width {
        width: 2200px;
    }

    .bonus_column1 {
        width: 220px;
    }

    .bonus_column2 {
        width: 300px;
    }

    .bonus_column3 {
        width: 460px;
    }

    .bonus_column4 {
        width: 260px;
    }

    .bonus_detailes {
        font-size: 0.8em;
        width: 3000px;
        height: 2400px;
    }

    .bonus_detailes2 {
        width: 1600px;
    }

    .autoship_button {
        font-size: 1em;
    }



}
