@charset "utf-8";
/*
CSS Information
 File name:      lady_detail.css
 Author:         Administrator
 Style Info:     /sp/lady_detail.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
.form_box {
    padding: 5px;
    background: #fffac8;
}
.login_id {
    margin-bottom: 5px;
}
form input {
    line-height: 2;
}

form p {
    text-align:left;
    color: #333333;
    font-weight: bold;
}
.tC {
    text-align: center;
}

input#mailaddress {
    width: 98% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2;
}

form input[type="image"] {
    width: 100%;
}
form input[type="text"],
form input[type="password"] {
    width: 98% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#login_area {
    padding: 0 10px;
}
.login_keep label {
    display: block;
    margin: 0 5px;
    color: #b6b6b6;
    line-height: 3;
    font-weight: normal;
    background: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
}
.login_keep input {
    display: none;
}
.login_keep input:checked + label {
    color: #ffffff;
    background: #ef9f3c;
}

.login_btn {
    display: block;
    margin: 0 5px 10px;
    text-align: center;
}
.login_btn a,
.login_btn input {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    line-height: 40px !important;
    font-weight: normal;
    background: #ef9f3c;
    border: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size:15px;
}
.login_btn li {
    display: inline-block;
    width: 49%;
    vertical-align: bottom;
}