@charset "UTF-8";

#registFrom {
    margin: 0 auto 0;
}

#stepList{
    width:512px;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    #stepList{
        width:100%;
    }
}



/******************************************
*
入力ページ
*
******************************************/

.idtList{
    width:512px;
    margin: 0 auto;
}

.framedBox{
    display:block;
    overflow:hidden;
    width: 680px;
    margin: 30px auto;
    padding:1em;
    border:1px solid #cccccc;
    line-height:155%;

}

.framedBox > p.alCenter{
    font-size: 16px;
    margin-top:1em;
}

#badge{
    display:inline-block;
    overflow:hidden;
    width: 56px;
    height:88px;
    float:right;
    margin-left:1em;
}

#catalogFrom,
#inquiryForm{
    display:block;
    overflow:hidden;
    margin:0 0 1.5em;
}

#catalogFrom td,
#inquiryForm td{
    padding:0.75em 0 0.75em 1em!important;
}

#registFrom > form{
    margin-top:15px;
}

#msgFld,
#msgFld_B{
    display:none;
    overflow:hidden;
    /*text-align:center;*/
    color:#ff0000;
    margin-top:1em;
}
#msgFld_zip,
#msgFld_out,
#c_msgFld_zip,
#c_msgFld_out{
    display:none;
    overflow:hidden;
    /*text-align:center;*/
    margin-top:1em;
}

.onCtg{
    display:block;
}
.offCtg{
    display:none;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .idtList{
        width:100%;
    }

    .framedBox{
        width:100%;
    }

    /*#inquiryForm tr.wcell > td{
        display:table-cell;
        width:50%;
    }

    #inquiryForm tr.wcell > td > p{
        padding: 1em 0;
    }*/

}


/******************************************
*
完了ページ
*
******************************************/
.endMsg{
    padding-top:30px;
    margin-bottom:30px;
}

.endTxt{
    display:block;
    overflow:hidden;
    font-size:1.6rem;
    line-height:200%;
    text-align:center;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .endTxt{
        font-size:1.4rem;
    }
}



