.main_list {
    width: 100%;
}

.main_list .main_title {
    text-align: center;
    border: none;
}

.main_list .title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    font-family: 'Times New Roman', Times, serif;
}

.main_list .check_mail {
    max-width: 600px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.main_list .check_mail button {
    width: 120px;
    padding: 5px;
    background: #00a550;
    color: #fff;
    border-radius: 7px;
}
.main_list .check_mail input[type="email"] {
    width: calc(100% - 130px);
    font-size: 16px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #ddd;
}
.main_list .appect_butt {
    max-width: 300px;
    width: 80%;
    margin: 20px auto;
}
.main_list button.appect {
    background-color: #f49739;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    color: #fff;
}
.main_list button.appect:disabled {
    background-color: #ddd;
}
.main_list p.appect {
    color: #00a550;
    width: 100%;
}

div.create_ac {
    display: flex;
    justify-content: center;
    width: 100%;
} 
div.create_ac p {
    margin-right: 10px;
    font-size: 12px;
    margin-top: auto;
}
div.create_ac a {
    font-size: 14px;
}
div.create_ac a:hover {
    color: #f49739;
}

input:read-only {
    background-color: #f9f9f9;
    color: #bbb;
}

button.back {
    background-color: #ddd;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    margin-top: 30px;
}

.confirm_butt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.confirm_butt a {
    background-color: #ddd;
    border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    margin: 15px 20px;
    transition: 0.3s;
}
.confirm_butt a.home:hover {
    color: #000;
    background-color: #eee;
}
.confirm_butt a.login {
    background-color: #f3b372;
    font-weight: bold;
}
.confirm_butt a.login:hover {
    background-color: #f49739;
}

.login_form {
    width: 100%;
    max-width: 650px;
    margin: 30px auto;
    padding: 5%;
    background: #daeee0;
}
.login_form .main_title {
    text-align: center;
    border: none;
}
.login_form .check_mail input[type="email"] {
    width: 100%;
    padding: 5px 10px;
}
.login_form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 5px 10px;
}
.login_form .appect_butt {
    margin-top: 30px;
}

.user_form .main_title {
    text-align: center;
    border: none;
}
.user_form .user_page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.user_form .user_page a {
    padding: 10px 5px;
    color: #f49739;
    background-color: #fff;
    border: 2px solid #f49739;
    border-radius: 15px;
    transition: 0.3s;
    margin: 10px 2%;
    width: 46%;
    text-align: center;
    font-size: 16px;
}
.user_form .user_page a.on {
    background-color: #f49739;
    color: #fff;
}
.user_form .user_page a:hover {
    background-color: #f49739;
    color: #fff;
}
.user_form .butt {
    display: flex;
}
.user_form .butt a.edit {
    padding: 15px;
    color: #00a550;
    font-weight: bold;
    max-width: 250px;
    background-color: #fff;
    text-align: center;
    border: 2px solid #00a550;
    border-radius: 7px;
    margin: 10px 15px 10px 0;
    width: 70%;
    max-width: 200px;
}
.user_form .butt a.edit:hover {
    background-color: #00a550;
    color: #fff;
}

.user_tbl {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0 3%;
    flex-wrap: wrap;
}
.user_tbl dl {
    width: 49%;
    display: flex;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.user_tbl dl.user_log {
    width: 100%;
    border: none;
    display: block;
    margin: 0 0 10px;
}
.login_form .user_log .title {
    width: 100%;
}
.user_tbl dl .title {
    width: 110px;
    font-size: 16px;
    margin-top: auto;
}
.user_tbl dl.addr {
    width: 100%;
}
.user_tbl dd {
    font-size: 16px;
}

#account_form .user_tbl {
}
#account_form .user_tbl dl {
    display: block;
    border: none;
    margin: 0
}
#account_form .user_tbl .title {
    width: unset;
}
#account_form .user_tbl .appect_butt {
    width: 100%;
    max-width: unset;
    display: flex;
    justify-content: center;
}

.logout {
    padding: 15px;
    color: #555;
    font-weight: bold;
    max-width: 250px;
    background-color: #eee;
    text-align: center;
    border-radius: 7px;
    margin: 10px 0;
}
.logout:hover {
    color: #fff;
    background-color: #ccc;
}

.order_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.order_list li {
    display: flex;
    width: 49%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;

}
.order_list li .time {
    font-weight: bold;
    margin-right: 10px;
}
.order_list li .price {
    margin-right: 10px;
    margin-left: auto;
}
.order_list li a.view:hover {
    color: #f49739;
}
.order_list li.on .time,
.order_list li.on .view {
    color: #00a550;
}

.sub_title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    width: 100%;
    display: block;
    margin: 10px 0;
}
.sub_date_title {
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.list_tbl {
    margin: 15px 0;
    width: 100%;
}
.list_tbl tr {
}
.list_tbl tr th {
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
}
.list_tbl tr th.price {
    width: 120px;
}
.list_tbl tr th.sub_total {
    width: 150px;
}
.list_tbl tr td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ddd;
}
.list_tbl tr td.item_price {
    text-align: center;
}
.list_tbl tr td.item_stotal {
    text-align: right;
}
.list_tbl tr td.total {
    font-weight: bold;
    font-size: 14px;
    background-color: #00a550;
    color: #fff;
}
.list_tbl tr td.item_total {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #00a550;
}
.err_mess {
    width: 100%;
}

#user_edit_form input,
#user_edit_form select {
    padding: 5px;
    width: 100%;
    border: 1px solid #ddd;
}
#user_edit_form dl {
    border-bottom: none;
}
#user_edit_form dd {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
}
#user_edit_form dl .title {
    margin: auto 0;
}
#user_edit_form dl.addr dd input.post {
    width: 120px;
}
#user_edit_form dl.addr dd span {
    margin: auto 0;
}
#user_edit_form dl.addr dd input.addr {
    width: calc(100% - 146px);
    margin-left: 10px;
}
#user_edit_form dl.pass {
    padding-right: 10px;
}
#user_edit_form dl.pass .title {
    width: 130px;
}
#user_edit_form div.butt {
    width: 100%;
    margin: 30px 0;
    transition: 0.3s;
    display: flex;
}
#user_edit_form div.butt button {
    max-width:  350px;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 15px 5px;
    border: 2px solid #00a550;
    color: #00a550;
    border-radius: 30px;
    background-color: #fff;
}
#user_edit_form div.butt button:hover {
    background-color: #00a550;
    color: #fff;
    font-weight: bold;
}


@media screen and (max-width: 700px) {
    .user_tbl dl {
        width: 100%;
    }
    .order_list li {
        width: 100%;
    }
    #user_edit_form dl.addr dd input.addr {
        width: 100%;
        margin: 10px 0;
    }
}