/*************************
　　共通部分
*************************/
.t_h1 {
    width: 100%;
 }

.t_h1 h1 {
    color: #fff;
    background: #313B4C;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    box-sizing: border-box;
 }

.t_h2 {
    margin-bottom: 20px;
    width: 100%;
}

.t_h2 h2 {
   color: #fff;
   background: #313B4C;
   font-weight: bold;
   font-size: 17px;
   padding: 10px 15px;
}

 @media screen and (max-width: 768px){
    .t_h1 h1 {
        margin-bottom:10px;
    }

}

 h3.t_h3 {
    margin-top:20px;
    margin-bottom:15px;
    font-size:15px;
    font-weight:bold;
    width: 100%;
}

/* マイページ レフトメニュー */
.member_h2 {
    width: 20%;
    float: left;
}

.member_h2 h2 {
    color: #fff;
    background: #313B4C;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 15px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .member_h2 h2  {
        width: 100%;
    }
}

#ln_member, .content-list {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#ln_member li {
    width: 100%;
    margin: auto;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

li.highlight {
    border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px){
    #ln_member, .content-list {
        border: none;
    }

    #ln_member li {
        width: 100%;
        margin: auto;
        padding: 15px 10px;
        display: block;
        text-decoration: none;
        box-sizing: border-box;
    }

    li.highlight, li.logout {
        border-bottom: 1px solid #333;
    }
}

/* マイページ レフトメニュー END */

#index_right {
    width: 75%;
    float: right;
}

@media screen and (max-width: 768px){
    #index_right {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

/*************************
　会員ログイン 登録　start
*************************/
#member_login-register {
    width: 100%;
    display: flex;
}

#member_register {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px){
    #member_login-register {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
        border:none;
    }
}

.left_position {
    width: 50%;
    float: left;
    margin: 35px;
    flex: auto;
}

.right_position {
    width: 50%;
    float: right;
    margin: 35px;
    flex: auto;
}

h2.t_h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.member_mail , .member_mpw , .gazou {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

input#member_mail , input#member_mpw , input#gazou{
    width: 95%;
    height: 35px;
}

.btn_l{
    width: 80%;
    margin: 10px auto;
}

.left_position p input ,
.right_position p button {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background:#313B4C;
    border:#313B4C;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

@media screen and (max-width: 768px){
    .btn_l,
    .left_position p input ,
    .right_position p button {
        width:100%;
    }
}

.register_img img{
    width: 100%;
}

.member_button p input {
    margin-top: 10px;
    height: 55px;
    width: 100%;
    background: #313B4C;
    border: #313B4C;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

.member_button {
    width: 30%;
    margin: auto;
    padding-bottom: 40px;
}

.flow_txtlist {
    margin: 10px auto;
    width: 60%;
}

.flow_txtlist img {
    width: 100%;
}

#member_register_done{
    width:100%;
}

.done2_waku {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 20px;
}

.centerline {
    border-top: 2px solid #DDDDDD;
    margin: 30px 0px;
}

.centerline2 {
    border-top: 2px solid #DDDDDD;
    margin: 15px auto;
    width: 100%;
}

p.topbutton {
    width: 35%;
    display: flex;
    margin: 0px auto 40px;
    text-align: center;
}

p.topbutton a {
    margin-left: 40px;
    height:40px;
    width: 80%;
    background: #313B4C;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-top: 17px;
}

.mailconf , .mailregist{
    width:75%;
    margin:auto;
}

.waku{
    width:100%;
    border:1px solid #e6e6e6;
    border-radius: 5px 5px 5px 5px;
}

@media screen and (max-width: 768px){
    .left_position {
        width: 100%;
        float: left;
        margin: auto 0;
    }

    .right_position {
        width: 100%;
        float: left;
        margin: 30px auto;
    }

    .flow_txtlist {
        margin: auto;
        width: 100%;
    }

    .flow_txtlist img{
        width: 100%;
    }

    #member_register_done {
        margin-top: 15px;
    }

    .mailconf , .mailregist{
        width:100%;
        margin:auto;
        font-size: 11px;
    }

    .member_button, p.topbutton {
        width: 100%;
        padding:0;
    }

    p.topbutton a {
        width: 100%;
        margin: 0;
    }

    .waku{
        border:none;
    }
}

/*************************
　会員情報入力　START
*************************/
div#basic {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
}

.sub_ti {
    width: 25%;
    font-size: 15px;
    text-align: center;
}

.sub_ti3 {
    width: 30%;
}

.com_base{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.basic_base {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.basic_tit {
    width: 25%;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.basic_form {
    width: 75%;
}

.m_mail{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    div#basic {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .basic_base {
        flex-wrap: wrap;
    }

    .basic_tit, .basic_form {
        width: 100%;
    }

    .m_mail{
        margin: 0;
    }
}

.border_line{
    border-bottom: 1px solid #f1f1f1;
}

.f_size{
    font-size: 12px;
}

.firstname_form , .account_from_form {
    width: 49%;
    margin-right: 5px;
}

.lastname_form {
    width: 49%;
}


input#member_mail, input#member_mpw, 
input#member_mpw_confirm, input#member_addr2, 
input#member_addr3 {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}
input#member_name_first , input#member_name_last ,
input#member_kana_first , input#member_kana_last , 
input#member_tel {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

input#member_zip, select#member_addr1 {
    width:75%;
    height:40px;
    padding-left: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    input#member_zip, select#member_addr1 {
        width:100%;
    }
}

input#member_dest_name ,
input#member_dest_kana {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

select#member_birth_y , 
select#member_birth_m ,
select#member_birth_d {
    width:20%;
    height:40px;
    margin-right:5px;
}

/* 基本情報 END */

/* メールマガジン START */
.m_text{
    width: 100%;
    margin-bottom: 20px;
}

.malmaga {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.part1, .part2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

input#m_m {
    margin-bottom: 10px;
}

/* メールマガジン END */

.member_conf_button {
    width: 40%;
    margin: auto;
    margin-bottom: 50px;
}


/*************************
　会員情報入力　END
*************************/

/*************************
　会員情報確認　START
*************************/
.sub_ti2{
    width:50%;
    text-align: center;
}

.member_form_button,
.member_regist_button {
    width: 40%;
    margin: auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px){
    .member_form_button,
    .member_regist_button {
        width: 100%;
    }
}

.send_regist_button {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    background: #313B4C;
    border-radius: 5px;
}

.send_regist_button a {
    display: block;
    padding: 15px;
    color: #fff;
}

@media screen and (max-width: 768px){
    .send_regist_button{
        width: 100%;
    }
}

.member_regist_button p input,
 .withdraw_button p input{
    height: 55px;
    width:100%;
    background: #313B4C;
    border: #313B4C;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

.member_form_button p input{
    margin-bottom: 50px;
    height: 55px;
    width:100%;
    background: #ffffff;
    border: 2px solid #313B4C;
    border-radius: 5px;
    color: #313B4C;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}


/*************************
　会員情報確認　END
*************************/






















































h1.t_h1basic{
    color: #fff;
    background: #313B4C;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 15px;
}

p.ex_remember {
    margin-top: 15px;
}

.errorlist{
    margin-left: 20px;
    margin-top: 5px;
    list-style-type:disc;
}

.errorlist li{
    margin:0px 0px 0px 13px;
    color:#c00;
}

.input_area{
    width: 80%;
    float: left;
    margin-bottom: 30px;
}

.button_area{
    width: 25%;
    float: right;
}

.m_add, .m_birth {
    width: 75%;
    display: flex;
    margin-top: 15px;
}

.label_name{
    width:40%;
    font-weight: bold;
    margin-left: 50px;
}

.m_form{
    width:60%;
    text-align:left;
}

input#mail {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    float: none;
}

select#member_birth_y, 
select#member_birth_m, 
select#member_birth_d {
    width: 15%;
    height: 35px;
}

.b_submit{
    margin:0px 60px 0px 0px;
    text-align:right;
}


@media screen and (max-width: 768px){
    .input_area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .m_add, .m_birth {
        width: 100%;
        display: table;
    }

    .label_name, .m_form, .button_area {
        width: 100%;
        margin: 0;
    }

    select#member_birth_y, 
    select#member_birth_m, 
    select#member_birth_d {
        width: 25%;
        height: 35px;
    }

    .b_submit {
        text-align: center;
        margin: 0 0 15px 0px;
    }


}



.newarea{

margin:25px auto 0px;

padding:10px 5px;

width:590px;

border:1px solid #09f;

background:url("<#dataurl_ssl#>/img/geestore2/detail/bg_submit.gif") 0 0 repeat;

text-align:center;
}

.newarea2{

text-align:center;

}

.newarea .ex_new{

margin:0px 0px 5px;

text-align:left;

}



.wrap_sub .t_mail{

margin:0px 0px 10px;

}

.red{

color:#c00;

}

.txt_done{

margin:7px 0px 10px;

font-weight:bold;

font-size:120%;

text-align:center;

}



.wrap_sub{

margin:10px auto;

padding:0px 0px 15px;

width:585px;

}





.ex_regist{

margin:10px 0px 5px;

}

.errorlist_sub{

margin:5px auto 3px;

width:585px;

list-style-type:disc;

}

.errorlist li{

margin:0px 0px 0px 13px;

color:#c00;

}

.wrap_sub .b_submit{

margin:-10px auto;

padding:0px 10px 0px 0px;

width:575px;

text-align:right;

}

#close{

margin:0px auto;

padding:15px 0px 10px;

width:200px;

}





.back_item{
    margin:1em 0px 0px;
}

.back_item a{
    padding:0px 0px 0px 17px;
    background:url("<#dataurl_ssl#>/img/geestore2/base/m_arrow.gif") 0 50% no-repeat;
}

.tuning_info{
    margin:0px 0px 25px;
}

h3.t_meminfo{
    margin:0px 0px 10px;
    padding:5px 10px;
    border-left:5px solid #f93;
    background:#f1f1f1;
    font-weight:bold;
}

#info_body .header{
    margin:0px 0px 10px 0px;
    text-align:center;
}

.b_submit input[type="submit"]{
    height:50px;
    width:200px;
}