label {
    color: rgba(0, 0, 0, .8);
}

.row {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    clear: both;
}

.row .btn {
    line-height: 46px;
    height: 46px;
    display: inline-block;
    font-size: 18px;
    padding: 0 30px;
    margin: 20px 10px 20px 0;
    background-color: #9E9E9E;
    color: #fff;
    text-align: center;
    border: none;
    white-space: nowrap;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width : 768px) {
    .row .btn {
        margin: 10px 10px 10px 0;
    }
}

.row .btn.submit {
    background-color: #cb2529;
}

.row .btn:hover {
    color: #fff;
    background-color: #666;
}

.row .btn.submit:hover {
    background-color: #8a0f11;
}


.row .btn.closed {
    margin: 0;
    padding: 0 15px;
    background-color: #cb2529;
}

.row .btn.closed:hover {
    background-color: #8a0f11;
}

.logout_btn {
    float: right;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    font-size: 18px;
    padding: 0 30px;
    background-color: #cb2529;
    color: #fff;
    text-align: center;
    border: none;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out, color .3s linear, border .3s linear, opacity .3s linear, padding .3s linear;
    transition: background-color .3s ease-in-out, color .3s linear, border .3s linear, opacity .3s linear, padding .3s linear;
}

.logout_btn:hover {
    color: #fff;
    background-color: #8a0f11;
}
















.has_float_label {
    position: relative;
    display: block;
}

.has_float_label label,
.has_float_label span {
    position: absolute;
    left: 10px;
    top: 0px;
    cursor: text;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.has_float_label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.has_float_label input,
.has_float_label textarea,
.has_float_label select {
    font-size: 16px;
    width: 100%;
    padding: 22px 10px 2px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    background-color: transparent;
    line-height: 1.7;
}

.has_float_label input::placeholder,
.has_float_label textarea::placeholder,
.has_float_label select::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: rgba(0, 0, 0, .6);
}

.has_float_label input:placeholder-shown:not(:focus)::placeholder,
.has_float_label textarea:placeholder-shown:not(:focus)::placeholder,
.has_float_label select:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has_float_label input:placeholder-shown:not(:focus)+*,
.has_float_label textarea:placeholder-shown:not(:focus)+*,
.has_float_label select:placeholder-shown:not(:focus)+* {
    font-size: 18px;
    opacity: .7;
    top: 22px;
    left: 10px;
    pointer-events: none;
}

.has_float_label input:focus,
.has_float_label textarea:focus,
.has_float_label select:focus {
    border-color: rgba(0, 0, 0, .6);
    outline: none;
}

.has_float_label select {
    padding-right: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 10px bottom 12px;
    background-size: 8px 10px;
    padding: 22px 30px 2px 10px;
}

.has_float_label textarea {
    min-height: 120px;
    resize: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.quantity input {
    max-width: 70px;
}

div[class*="w_"] {
    display: block;
    float: left;
}


.sex_label {
    width: 16%;
    padding: 8px 0 0 10px;
    float: left;
}

.birthday_label {
    width: 16%;
    padding: 24px 0 4px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    float: left;
}

.has_float_label.w_10 {
    width: 10%;
}

.has_float_label.w_20 {
    width: 20%;
}

.has_float_label.w_30 {
    width: 28%;
}

.has_float_label.w_40 {
    width: 40%;
}

@media screen and (max-width : 425px) {
    .has_float_label.w_40.phone {
        width: 100%;
    }
}

.has_float_label.w_60 {
    width: 60%;
}

@media screen and (max-width : 425px) {
    .has_float_label.w_60.phone {
        width: 100%;
    }
}







.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    display: block;
}

.styled-checkbox+label:before {
    position: absolute;
    left: 0;
    top: 6px;
    /* index */
    content: '';
    margin: -4px 8px 0 0;
    border: 1px solid #C7C7C7;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 3px;
}

.member_link .styled-checkbox+label:before {
    top: 4px;
}

.styled-checkbox:hover+label:before {
    background-color: #C7C7C7;
    border-color: #C7C7C7;
}

.styled-checkbox:hover+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.member_link .styled-checkbox:hover+label:after {
    top: 10px;
}

/* .styled-checkbox:checked:hover+label:before {
    background-color: #C7C7C7;
    border-color: #C7C7C7;
} */

.styled-checkbox:checked+label:before {
    background-color: #cb2529;
    border-color: #cb2529;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.member_link .styled-checkbox:checked+label:after {
    top: 10px;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.unstyled li {
    margin: 5px 0;
}



fieldset {
    border: 10px solid rgba(0, 0, 0, .1);
    padding: 10px 20px 15px;
    margin: 0;
    text-align: left;
}

.row:last-child fieldset {
    text-align: center;
    margin: 0 auto 120px;
}

:disabled {
    background-color: #fff;
    color: #000;
}

.has_float_label :disabled+label,
.has_float_label :disabled+span {
    color: #999;
}

.has_float_label input:disabled,
.has_float_label textarea:disabled,
.has_float_label select:disabled {
    border-color: rgba(160, 160, 160, 0.1)
}

fieldset legend {
    text-align: left;
    margin: 0 0 -10px;
    padding: 10px 2px 10px;
}


.radio_label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin: 10px 20px 10px 10px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_label:hover input~.checkmark {
    border: 1px solid #cb2529;
}

/* When the radio button is checked, add a blue background */
.radio_label input:checked~.checkmark {
    border: 1px solid #cb2529;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_label input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cb2529;
}














.alink {
    color: #cb2529;
}

.alink:hover {
    color: #000;
}