@charset "utf-8";
.reg3bradio {
    padding: 10px 40px 10px 0px;
    margin-top: 10px;
}



.blue {
    background-color: #FFFFFF;
}

.reg_form {
    width: 94%;
    margin: 10px auto;
    padding: 5px 2%;
}

.title {
    clear: both;
    color: #6dc22f;
    font-weight: bold;
    font-size:18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
}

.mt {
    font-size:18px;
    margin-top: 10px;
    color:#63c5c6;
}

input[type="text"] {
    font-size:18px;
    border: 1px solid #a9a9a9;
    height: 20px;
    width: 40%;
    border-radius: 4px;
    font-size:12px;
}

input[type="password"] {
    border: 1px solid #a9a9a9;
    height:35px;
    width: 70%;
    border-radius: 4px;
    padding-left: 10px;
    font-size:18px;
}

input[type="checkbox"] {
    border: 1px solid #a9a9a9;
    height: 25px;
    border-radius: 4px;
}

input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
}

textarea {
    border: 1px solid #a9a9a9;
    min-height: 100px;
    min-width: 95%;
    border-radius: 4px;
}

.fix {
    font-size:12px;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    background-color: rgba(255, 102, 0, 1);
    border-radius: 3px;
    margin: 2px 2px 2px;
}

input:focus {
    border: solid 1px #888888;
}

select {
    height:35px;
    font-size:18px;
    width: 92%;
    padding-left: 10px;
    text-align: center;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}
#birthY select, #birthM select, #birthD select {
    width: 86%!important;
}
.reg3bradio {
    font-size:16px;
}


#birthY, #birthM, #birthD {
    width: 30%;
    float: left;
    font-size:16px;
}

/**/

#name1, #ruby1, #nickname {
    border: 1px solid #a9a9a9;
    height:35px;
    width: 90%;
    border-radius: 4px;
    padding-left: 10px;
    font-size:18px;
}

#modal_back {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4000;
    top: 0;
    display: none;
    padding-bottom: 10px;
}

.modal_frame {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.modal_frame2 {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.closeBtn {
    /*height:40px;*/
    width: 80%;
    margin: 0 auto;
    color: #898989;
    font-size:11px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .9);
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
}

.closeBtn2 {
    background-color: #a9a9a9;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 20%;
    text-align: center;
}

.pp_title {
    font-weight: bold;
    font-size:11px;
    margin-top: 10px;
    border-bottom: 1px solid #a9a9a9;
    color: #696969;
    text-align: center;
}


.pp_area {
    width: 90%;
    height: 120px;
    margin: 10px auto;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    overflow: hidden;
}

.pp_area textarea {
    border: none;
    height: 120px;
    font-size:11px;
}

.pp_txt {
    font-size:11px!important;
}
