@charset "utf-8";


html,
body{
    height:100%
}

#wrap{
    height:100%;
    padding-top:0
}
#container,
#content,
#content>.default_c{
    height:100%
}
#content>.default_c{
    display:flex;
    flex-wrap:wrap;
    padding:0;
    min-height: calc(100% - 240px);
}

.j-logo{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:120px;
}
.j-logo a{
    display:block;
    width:159px;
    height:39px;
    background:url("/images/logo03.png") no-repeat left top;
}



.jc-f{

}
.rightjoin{
    display:flex;
    height:80px;
    padding:0 125px;
    border-top:1px solid #efeff0;
    justify-content: space-between;
    align-items: center;
}


.dae_btn_area{
    padding-top:40px;
    border-top:1px solid #eeeeee
}


.dae_btn_area.nob{
    padding-top:0;
    border-top:none
}


#wrap.member .j-email-join{
    margin-top:0
}
#wrap.member .jc.type-bg:before{
    content:normal
}