@charset "UTF-8";
#gbl_body {
    padding-top: 50px
}

#regist {
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 35px 0 50px 0
}

#regist .section {
    display: table;
    width: 100%
}

#regist .section h2 {
    text-align: center;
    font-size: 18px
}

#regist .section#wearid {
    border-right: 1px #eee solid
}

#regist .section#wearid .section_container {
    width: 480px;
    margin: 18px auto 0 auto
}

#regist .section#wearid .section_container .error p {
    color: #e73554;
    font-size: 12px
}

#regist .section#wearid .section_container .input {
    margin: 10px 0 0 0
}

#regist .section#wearid .section_container .input p {
    margin: 7px 0 0 0
}

#regist .section#wearid .section_container .input .input__element {
    margin: 7px 0 0 0
}

#regist .section#wearid .section_container .input p:first-child {
    margin-top: 0
}

#regist .section#wearid .section_container .input .input__element:first-child {
    margin-top: 0
}


#regist .section#wearid .section_container .input p input {
    width: 100%;
    font-size: 13px;
    height: 45px
}

#regist .section#wearid .section_container .input .input__element input {
    width: 100%;
    font-size: 13px;
    height: 45px
}

#regist .section#wearid .section_container .input .input__element textarea {
    width: 100%;
}
#content textarea {
    width: 100%;
}

input[type=radio] {
    width: 13px !important; height: auto !important; margin: 0 8px !important;
}
input.form-error {
    border-color: red !important;
}

.error-message {
    font-size: 13px; color: red;
}

.radio_component {
    width: 100%;
}
#regist .section#wearid .section_container .input p.err input {
    background: #ffedf5;
    border: 1px solid #ffb0bd
}

#regist .section#wearid .section_container .input p.errTxt {
    color: #e73554;
    font-size: 12px
}

#regist .section#wearid .section_container #confirm {
    margin: 28px 0 0 0;
    width: 380px
}

#regist .section#wearid .section_container #confirm .registAgreeCnt {
    text-align: center;
    color: #333;
    font-size: 13px
}

#regist .section#wearid .section_container #confirm .registAgreeCnt .registAgreeInput {
    cursor: pointer;
    line-height: 1em
}

#regist .section#wearid .section_container #confirm .registAgreeCnt .registAgreeInput input[type=checkbox] {
    /*display: none*/
}

#regist .section#wearid .section_container #confirm .registAgreeCnt .registAgreeInput span.checkbox:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 2px 0.2em 0;
    padding: 0.4em 0 0 0;
    border-radius: 50%;
    background-color: #2490d0;
    cursor: pointer;
    color: #fff;
    font-size: 1em
}

#regist .section#wearid .section_container #confirm .registAgreeCnt .registAgreeInput span.checkbox.off:before {
    background-color: #ccc
}

#regist .section#wearid .section_container #confirm .registAgreeCnt .registAgreeInput label[for=checkedConfirm] {
    line-height: 1em
}

#regist .section#wearid .section_container #submit {
    margin: 22px 0 0 0
}

#regist .section#wearid .section_container #submit p {
    margin: 0 auto 0 auto;
    width: 205px
}

#regist .section#wearid .section_container #submit p input {
    width: 205px;
    font-size: 14px;
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 1px #1e78ad solid;
    border-radius: 2px;
    background: #2490d0;
    background: -moz-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2490d0), to(#1f7eb6));
    background: -o-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: linear-gradient(to bottom, #2490d0 0%, #1f7eb6 100%);
    padding: 10px 0 10px 0
}

#regist .section#wearid .section_container #submit.off p input {
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 1px #ddd solid;
    border-radius: 2px;
    background: #ccc;
    cursor: default;
    text-decoration: none;
    padding: 10px 0 10px 0
}

#regist .section#wearid .section_container #submit.off p input:hover {
    opacity: 1
}

#regist .section#wearid .section_container #submit ul {
    margin: 0 0 0 55px
}

#regist .section#wearid .section_container #submit ul li {
    float: left
}

#regist .section#wearid .section_container #submit ul li a {
    display: block;
    margin: 0 10px 0 10px;
    padding: 10px 35px 10px 35px;
    background: #000;
    color: #fff;
    font-size: 13px;
    border: 2px #ddd solid;
    border-radius: 5px;
    cursor: pointer
}

#regist .section#outside {
    width: 456px;
    display: table-cell
}

#regist .section#outside ul {
    width: 305px;
    margin: 0 auto 0 auto;
    padding: 8px 0 0 0
}

#regist .section#outside ul li {
    margin: 10px 0 0 0;
    font-size: 16px;
    overflow: hidden;
    letter-spacing: 0.05em
}

#regist .section#outside ul li a {
    position: relative;
    display: block;
    padding: 13px 0 0 30px;
    height: 50px;
    width: 100%;
    text-align: center;
    background: #6d6d6d;
    color: #fff;
    border-radius: 2px
}

#regist .section#outside ul li a:before, #regist .section#outside ul li a span[class^=ico_] {
    position: absolute;
    left: 17px;
    top: 13px;
    font-size: 26px
}

#regist .section#outside ul li a span[class^=ico_] {
    top: 6px
}

#regist .section#outside ul li a:after {
    content: '';
    position: absolute;
    left: 58px;
    top: 0;
    display: block;
    height: 50px
}

#regist .section#outside ul li a:hover {
    text-decoration: none
}

html:lang(en) #regist .section#outside ul li a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif
}

#regist .section#outside ul li.zozo {
    position: relative;
    padding: 0 0 30px 0;
    margin-bottom: 40px
}

#regist .section#outside ul li.zozo .btn a {
    background: #202020;
    padding-top: 12px
}

#regist .section#outside ul li.zozo .btn a:after {
    border-left: 1px #4b4b4b solid
}

#regist .section#outside ul li.zozo .btn a:before {
    content: "";
    font-size: 22px;
    top: 14px;
    left: 12px
}

#regist .section#outside ul li.zozo .notes {
    text-align: center;
    font-size: 12px;
    color: #202020;
    margin: 8px 0 0 0;
    letter-spacing: 0em
}

#regist .section#outside ul li.zozo:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 124px;
    content: '';
    height: 1px;
    background: #aaa;
    margin: 0 0 0 -62px
}

#regist .section#outside ul li.facebook a {
    background: #3c5a96
}

#regist .section#outside ul li.facebook a:after {
    border-left: 1px #365187 solid
}

#regist .section#outside ul li.twitter a {
    background: #1dadea
}

#regist .section#outside ul li.twitter a:after {
    border-left: 1px #1a9bd2 solid
}

#regist .section#outside ul li.weibo a {
    background: #e74c3a
}

#regist .section#outside ul li.weibo a:after {
    border-left: 1px #c34236 solid
}

#regist .section#outside ul li.weibo a:before {
    font-size: 28px;
    top: 11px
}

#gbl_ol_login .captcha, #regist .captcha {
    position: relative;
    margin: 15px 0 0 0
}

#gbl_ol_login .captcha .captchaCnt, #regist .captcha .captchaCnt {
    float: left
}

#gbl_ol_login .captcha .captchaCnt span.div_captcha img, #regist .captcha .captchaCnt span.div_captcha img {
    width: 160px;
    height: 70px;
    background: #000
}

#gbl_ol_login .captcha .captchaCnt a.changeCaptcha, #regist .captcha .captchaCnt a.changeCaptcha {
    display: block;
    font-size: 0;
    position: absolute;
    top: 50px;
    left: 141px
}

#gbl_ol_login .captcha .captchaCnt a.changeCaptcha:before, #regist .captcha .captchaCnt a.changeCaptcha:before {
    content: '';
    background: url("//cdn.wimg.jp/content/icon/pc/reload.png") no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    vertical-align: middle
}

#gbl_ol_login .captcha ul.captchaFormCnt, #regist .captcha ul.captchaFormCnt {
    float: left;
    padding: 0 0 0 10px
}

#gbl_ol_login .captcha ul.captchaFormCnt li, #regist .captcha ul.captchaFormCnt li {
    width: 210px
}

#gbl_ol_login .captcha ul.captchaFormCnt li input, #regist .captcha ul.captchaFormCnt li input {
    width: 100%;
    font-size: 13px;
    height: 45px
}

#gbl_ol_login .captcha ul.captchaFormCnt li:last-child, #regist .captcha ul.captchaFormCnt li:last-child {
    margin: 5px 0 0 0
}

#gbl_ol_login .captcha ul.captchaFormCnt li.info, #regist .captcha ul.captchaFormCnt li.info {
    margin: 5px 0 0 0;
    font-size: 10px;
    color: #888
}

#gbl_ol_login .captcha ul.captchaFormCnt li.err input, #regist .captcha ul.captchaFormCnt li.err input {
    background: #ffedf5;
    border: 1px solid #ffb0bd
}

#gbl_ol_login .captcha ul.captchaFormCnt li.errTxt, #regist .captcha ul.captchaFormCnt li.errTxt {
    color: #e73554;
    font-size: 12px
}

#gbl_ol_login {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.65)
}

#gbl_ol_login .container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 365px
}

#gbl_ol_login .container p.tit {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

#gbl_ol_login .container p.close {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 25px;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center
}

#gbl_ol_login .container p.close:before {
    content: "";
    font-size: 13px;
    color: #333;
    line-height: 30px;
    font-size: 22px;
    color: #fff
}

#gbl_ol_login .container .section {
    position: relative;
    margin: 9px 0 0 0;
    border: 1px #aaa solid;
    border-radius: 4px;
    padding: 0 0 25px 0;
    width: 500px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

#gbl_ol_login .container .section .error {
    display: none;
    background: #e73554;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 12px
}

#gbl_ol_login .container .section .input {
    padding: 20px 30px 0 30px
}

#gbl_ol_login .container .section .input p {
    margin: 8px 0 0 0
}

#gbl_ol_login .container .section .input p input {
    width: 100%;
    font-size: 13px;
    height: 45px
}

#gbl_ol_login .container .section .input p input:focus {
    border-color: #7dbef1;
    -webkit-box-shadow: 0 0 3px 0 rgba(125, 190, 241, 0.7);
    box-shadow: 0 0 3px 0 rgba(125, 190, 241, 0.7);
    background: #fff
}

#gbl_ol_login .container .section .forgot {
    margin: 12px 0 0 0;
    text-align: center;
    font-size: 10px;
    padding: 0 30px 0 30px
}

#gbl_ol_login .container .section .forgot a {
    text-decoration: underline
}

#gbl_ol_login .container .section .forgot a:hover {
    text-decoration: none
}

#gbl_ol_login .container .section .notes {
    font-size: 11px;
    margin: 20px 0 0 0;
    padding: 0 30px 0 30px
}

#gbl_ol_login .container .section .notes a {
    text-decoration: underline
}

#gbl_ol_login .container .section .notes a:hover {
    text-decoration: none
}

#gbl_ol_login .container .btn {
    position: relative;
    clear: both;
    margin: 20px auto 0 auto;
    background: #fff;
    width: 146px;
    height: 49px;
    border-radius: 4px
}

#gbl_ol_login .container .btn input {
    display: block;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 1px #1e78ad solid;
    border-radius: 2px;
    background: #2490d0;
    background: -moz-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2490d0), to(#1f7eb6));
    background: -o-linear-gradient(top, #2490d0 0%, #1f7eb6 100%);
    background: linear-gradient(to bottom, #2490d0 0%, #1f7eb6 100%);
    width: 147px;
    font-size: 15px;
    height: 50px;
    -webkit-padding-before: 6px
}

#gbl_ol_login .container .btn.load:before {
    content: '';
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(36, 144, 208, 0.8) url("//i7.wimg.jp/content/icon/pc/loading_gif_05.gif") no-repeat 50% 50%;
    background-size: 22px 22px
}

footer#gbl_footer {
    margin-top: 60px
}

.alignleft { float: left; }
.mr10 { margin: 0 10px 0 0 !important; }

.confirm_data { font-size:  14px !important; font-weight: 100 !important; margin: 12px 0 24px 0}

.back_button {
    margin: 12px auto 12px auto !important;
    text-align: center;
    text-decoration: underline;
}
/*# sourceMappingURL=regist.css.map */