#member_content {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

#member_content * {
    font-family: "微軟正黑體";
}

.m_title {
    background: url(../../../images/title_bg.png);
    background-size: 60%;
    background-position: center;
    background-repeat: repeat-x;
    height: 50px;
    text-align: center;
    color: #FBC02D;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}

.member_form {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 1em;
    background: rgba(255, 255, 255, 0.3);
    border: #E18EAF 1px solid;
    border-radius: 25px;
    margin: 30px 10px;
    -webkit-box-shadow: 4px 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.member_form th {
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #333;
    vertical-align: top;
    padding: 10px 3px;
    width: 25%;
}

.member_form td {
    vertical-align: top;
    padding: 10px 3px 10px 13px;
    text-align: left;
}

.member_form input[type=text],
.member_form input[type=password] {
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    padding: 3px;
    width: 100%;
    vertical-align: middle;
}

.member_form .member_button {
    color: #fff;
    background: #E18EAF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 100px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.notice {
    color: #68226A;
    font-size: 12px;
    padding: 3px 0;
}

#security {
    width: 100px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 15px;
}

#log_word {
    color: #666;
    text-align: center;
    line-height: 28px;
}

#member_join {
    height: 260px;
    border: 1px #CCCCCC solid;
    padding: 10px;
    overflow: auto;
    text-align: left;
    background: #F2E7E5;
}

.member_link {
    text-decoration: underline;
    color: #D88EB1;
    font-size: 13px;
    cursor: pointer;
}

.member_link:hover {
    text-decoration: none;
    color: #D88EB1;
}

@media only screen and (min-width: 320px) and (max-width:1200px) {
    .member_form td {
    vertical-align: top;
    padding: 0 0 5%;
    text-align: left;
}
    #member_content {
        width: 100%;
    }
    .m_title {
        background: none;
        background-size: 0%;
        background-position: center;
        background-repeat: repeat-x;
        height: auto;
        text-align: center;
        color: #FBC02D;
        font-size: 18px;
        font-weight: bold;
        padding: 15px 0;
    }
    .member_form th {
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #333;
    vertical-align: top;
    padding: 15px 3px 0;
    width: 25%;
}
}

@media only screen and (min-width: 320px) and (max-width:1000px) {
    .member_form {
        width: 94%;
        margin: 3%;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    #security {
    width: 100px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0;
}
    .member_form {
        width: 92%;
    }
   .member_form th, .member_form td {
    display: block;
    text-align: left;
    width: 100% !important;
}
    .member_form input[type=text],
    .member_form input[type=password] {
        width: 98%;
    }
    .member_form input[name=check] {
        width: 50%;
    }
    .member_link {
        margin-top: 15px;
        display: block;
    }
}
