@charset "utf-8";

h2{
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    margin-top: 170px;
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(255, 116, 10);
}
.warnRequire{
    font-size: 1.2em;
    font-weight: bold;
    margin: 35px 10px 50px 10px;
    color: #222;
}
#joinForm {
    margin: 0 30px;
}
div[class ^= "input"] {
    font-weight: 400;
    padding: 20px 40px;
    border-bottom: 1px solid #aaa;
}
div[class ^= "input"] > label {
    display: inline-block;
    font-size: 1.05em;
    width: 150px;
    margin-right: 20px;
}
div[class ^= "input"] > input[type = "checkbox"] + label{
    font-size: 1.1em;
}
div[class ^= "input"] > p {
    font-size: 0.9em;
    height: 15px;
    margin-top: 15px;
    margin-left: 180px;
    color: #222;
}
div[class ^= "input"] > input {
    font-size: 1em;
    padding: 8px 15px;
}
.inputIdArea > .userIdCheck {
    background-color: rgb(255, 141, 10);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1),
                 -1px -1px 1px rgba(0, 0, 0, 0.1);
    padding: 13px 10px;
    margin: 20px;
    border-radius: 3px;
}
.inputEmailArea > #emailServer {
    font-size: 0.9em;
    padding: 5px 13px;
}
.inputEmailArea > #emailServer > option {
    margin-bottom: 5px;
}
div[class ^= "input"] > input[type = "checkbox"]{
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 8px;
    position: relative;
    top: 3px;
}
.btnJoinArea {
    text-align: center;
    margin-top: 60px;
}
.btnJoinArea > .btnJoin {
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 50px;
    background-color: rgb(255, 116, 10);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1),
                 -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: none;
}