/* リデザイン用スタイルシート*/

@charset "utf-8";

/* ===================================================================
 style info :サインアップまでのモバイル対応
=================================================================== */

@media screen and (max-width: 736px) {
    #content-center {
        width: auto;
        margin: 0;
    }

    .register-contents {
        margin-left: 0;
    }

    .register-contents .box {
        width: auto;
        margin: 0 auto;
        padding: 40px 30px;
    }

    .register {
        width: auto;
        padding-bottom: 40px;
    }

    #commu section#content {
        padding: 30px 20px;
        overflow-y: none;
        height: 100%;
    }
/*--Commuにご登録頂きありがとうございます。(register.html)--*/
    #commu #content-center .register dl i{
        font-size: 20px;
    }
    #commu #content-center .register dt{
        margin: 0 auto;
        padding: 0 0 0 28px;
}
    
    #commu #content-center .register dd {
    margin: 5px auto 0;
}
    #commu section#content p {
        margin: 10px auto;
    }
    #commu section#content .register h4 {
        margin: 20px auto;
    }
}


/*---sekiya---*/

/*タブレット用*/
@media screen and (max-width: 999px) and (min-width: 737px) {
/*    #commu section#content .user-regist-form, #user-regist-form box {
        width: 70%;
    }*/
}


#commu section#content {
    overflow-x: hidden;
}*


/*ユーザー登録画面タイトル*/
#register-sign_up .box .register-form-title{
    text-align: left;
}

.registerform-title-wrap{
    text-align: justify;
    margin-top: 5px;
}

#register-sign_up label{
    margin-bottom: 10px;
    padding-right: 0;
}


@media screen and (max-width: 999px) and (min-width: 737px) {
    register-form-title{
        margin: 0 auto;
    }
}

@media screen and (max-width: 736px) {
    .registerform-title-wrap {
        text-align: center;
    }
    #commu section#content p{
        /*margin: 10px auto 0;*/
        margin: 0px auto;
    }
}

/*パスワードリセット画面*/
#recover-password label{
    margin-bottom: 20px;
}
#recover-password p{
    text-align: justify;
    margin-top: 15px;
}

/*パスワードを変更*/

#reset-password .form-box{
    margin: 5px auto 10px;
}

@media screen and (max-width: 736px) {
    #reset-password p{
        text-align: justify;
        margin-top: 0px;
    }
}
