@charset "UTF-8";

.member_title {
    margin: 40px auto 33px auto;
    width: 177px;
    height: 27px;
    text-indent: -999px;
    overflow: hidden;
    background-size: 177px 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.member_title.login {
    background-image: url(./images/login_header.png);
}

.member_title.signup {
    background-image: url(./images/signup_header.png);
}

.member_title.forgot {
    background-image: url(./images/forgot_header.png);
}

.member_title.verify {
    background-image: url(./images/verify_header.png);
}

@media (min-width: 1140px) {
    .member_title {
        margin: 40px auto 33px auto;
    }
}


.search_title {
	text-align: center;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e7bd6d;
    margin: 40px auto 33px auto;
    width: 177px;
    height: 27px;
    overflow: hidden;
    background-size: 177px 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.search_title.verify {
    background-image: url(./images/verify_header.png);
}

@media (min-width: 1140px) {
    .search_title {
        margin: 40px auto 33px auto;
    }
}

.login_intro {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #3e3e3e;
    padding: 0 15px 20px 15px;
}

@media (min-width: 700px) {
    .login_intro {
        text-align: center;
    }
}

@media (min-width: 1140px) {
    .login_intro {
        padding: 0 0 48px 0;
        text-align: center;
    }
}

form {
    margin: 0 auto;
}

.service_title {
    padding: 3px;
    border: 2px #e3ae47 solid;
    color: #e3ae47;
}

abbr {
    color: #f44336;
}

.marginComm {
    margin-left: 13px;
}

form .row {
    padding: 0 0 20px 0;
    font-weight: bold;
    color: #3e3e3e;
    letter-spacing: 1px;
}

form .row span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    letter-spacing: 1px;
    padding-bottom: 10px;
    line-height: normal;
}

form .row span.field_note {
    font-size: 14px;
    color: #a00000;
}

form textarea[type="text"],
form input[type="text"],
form input[type="number"],
form input[type="password"] {
    height: 35px;
    border: 1px solid #cdcdcd;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3e3e3e;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
}

form input[readonly="readonly"] {
    color: #9c9c9c;
}

form select {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
    -webkit-appearance: button;
    border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: white url(./images/select_arrow.png) right 5px top 50% no-repeat;
    background-size: 9px 8px;
    border: 1px solid #cfcfcf;
    font-weight: bold;
    font-size: 16px;
    color: #3e3e3e;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

form img#captcha {
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

form .captcha_code {
    margin-top: 10px;
}

form a.reset_captcha {
    display: inline-block;
    color: #e3ae47;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 4px;
}

form button {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
    display: block;
    text-decoration: none;
    width: 100%;
    height: 41px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e2ad46;
    border: 2px solid #e3ae47;
    background: white;
    cursor: pointer;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

form button.reset {
    color: #9c9c9c;
    border: 2px solid #9c9c9c;
}

form button:hover {
    background: #e3ae47;
    color: white;
}

form button:hover.reset {
    background: #9c9c9c;
}

form.login_form {
    padding: 0px 15px 20px 15px;
    width: 290px;
}

form.login_form button {
    width: 171px;
}

form.signup_form,
form.basic_form {
    padding: 10px 15px 20px 15px;
    width: 290px;
    overflow: hidden;
}

form.signup_form .row.username,
form.basic_form .row.username {
    width: 188px;
    float: left;
}

form.signup_form .row.sexual,
form.basic_form .row.sexual {
    width: 80px;
    float: right;
}

form.signup_form .row.mobile,
form.basic_form .row.mobile {
    clear: left;
}

form.signup_form .row .address_area_1,
form.signup_form .row .address_area_2,
form.basic_form .row .address_area_1,
form.basic_form .row .address_area_2 {
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

form.signup_form .row .zip,
form.basic_form .row .zip {
    display: inline-block;
    width: 83px;
}

form.signup_form .privacy_policy,
form.basic_form .privacy_policy {
    padding: 10px;
    border: 1px solid #cfcfcf;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
    background: white;
    height: 257px;
    overflow-y: auto;
    overflow-x: hidden;
}

form.signup_form .agree,
form.basic_form .agree {
    padding-top: 20px;
    padding-bottom: 40px;
}

form.signup_form .agree label,
form.basic_form .agree label {
    position: relative;
    display: block;
    padding-left: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    cursor: pointer;
}

form.signup_form .agree label input[type="checkbox"],
form.basic_form .agree label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}

form.signup_form .agree label a,
form.basic_form .agree label a {
    color: #e3ae47;
}

form.signup_form button,
form.basic_form button {
    width: 171px;
}

form.basic_form {
    padding: 20px 0 20px 0;
}

form.basic_form .row.password_field .note {
    display: none;
}

form.basic_form .row a {
    color: #e3ae47;
    margin-top: 5px;
    display: inline-block;
}

form.forgot_form {
    padding: 0px 15px 20px 15px;
    width: 290px;
}

form.forgot_form .row {
    text-align: center;
}

form.forgot_form .row input[type="text"] {
    text-align: center;
}

form.forgot_form .row span {
    display: block;
}

form.forgot_form .row button {
    margin-top: 10px;
}

@media (min-width: 530px) {
    form input[type="text"].captcha_code {
        width: 198px;
        margin-top: 0;
        margin-left: 5px;
    }

    form button {
        display: inline-block;
        width: 171px;
        margin-left: 0;
        margin-right: 40px;
    }

    form button:last-child {
        margin-right: 0;
    }

    form .form_action {
        text-align: center;
    }

    form.login_form {
        width: 500px;
    }

    form.signup_form,
    form.basic_form {
        width: 500px;
    }

    form.signup_form .row.sexual,
    form.basic_form .row.sexual {
        float: left;
        width: 94px;
    }

    form.signup_form .row.username,
    form.signup_form .row.mobile,
    form.signup_form .row.email,
    form.basic_form .row.username,
    form.basic_form .row.mobile,
    form.basic_form .row.email {
        width: 228px;
        float: left;
    }

    form.signup_form .row.username,
    form.signup_form .row.mobile,
    form.basic_form .row.username,
    form.basic_form .row.mobile {
        margin-right: 40px;
    }

    form.signup_form .row.address_fields,
    form.basic_form .row.address_fields {
        clear: left;
    }

    form.basic_form {
        width: 100%;
        padding: 30px 0 33px 0;
    }

    form.basic_form .row.password_field .note {
        display: inline-block;
    }

    form.basic_form .row.password_field input {
        width: 228px;
        display: block;
    }

    form.basic_form .address {
        width: 407px;
    }

    form.forgot_form {
        width: 500px;
    }
}

@media (min-width: 1140px) {
    form.signup_form {
        width: 100%;
        padding: 0 0 33px 0;
    }

    form.signup_form .agree {
        text-align: center;
    }

    form.signup_form .agree label {
        display: inline-block;
    }

    form .col {
        float: left;
        width: 500px;
    }

    form .col:last-child {
        float: right;
    }

    form.basic_form .form_action {
        text-align: left;
    }
}

.join_now {
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    text-align: center;
    letter-spacing: 1px;
}

.join_now a.join_button {
    display: block;
    width: 290px;
    height: 97px;
    background: url(./images/join_member.png) 0 0 no-repeat;
    background-size: 290px 97px;
    text-indent: -999px;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

@media (min-width: 1140px) {
    .join_now {
        padding-bottom: 100px;
    }
}

.basic_note {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #231815;
    line-height: 30px;
    padding: 13px 0 40px 0;
}

.basic_note a {
    color: #e3ae47;
}

.member_center_menu {
    display: none;
}

@media (min-width: 1140px) {
    .member_center_menu {
        display: block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #3e3e3e;
        line-height: 30px;
        padding-top: 27px;
    }

    .member_center_menu p span.username {
        color: #e2ad46;
    }

    .member_center_menu .logout {
        text-decoration: none;
        color: #3e3e3e;
        margin-bottom: 50px;
        display: inline-block;
    }

    .member_center_menu h3 {
        font-size: 20px;
        padding-top: 7px;
        border-top: 2px dotted #9c9c9c;
        color: #daa947;
    }

    .member_center_menu ul {
        padding-bottom: 20px;
    }

    .member_center_menu ul li a {
        color: #3e3e3e;
        text-decoration: none;
    }

    .member_center_menu ul li a.active,
    .member_center_menu ul li a:hover {
        color: #daa947;
    }

    .member_center_menu ul:last-of-type {
        padding-bottom: 70px;
    }
}

.service_title_note {
    display: block;
    font-size: 16px;
    color: #9c9c9c;
    padding-top: 15px;
}

@media (min-width: 667px) {
    .service_title_note {
        padding-top: 0;
        display: inline-block;
    }
}

.year_filter {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
    -webkit-appearance: button;
    border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: white url(./images/select_arrow.png) right 5px top 50% no-repeat;
    background-size: 9px 8px;
    border: 1px solid #cfcfcf;
    font-weight: bold;
    font-size: 16px;
    color: #3e3e3e;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 230px;
    float: right;
    margin-top: 20px;
}

@media (min-width: 667px) {
    .year_filter {
        margin-top: 0;
    }
}

#service_record {
    padding: 20px 0 40px 0;
    margin: 0 -15px 0 -15px;
    text-align: center;
}

#service_record li {
    padding-top: 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 135px;
    height: 135px;
    background: #ccc;
    border-radius: 80px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 20px 10px;
}

#service_record li.cat_1 {
    background: #c7997e url(./images/record_list_icon_1.png) 50% 6px no-repeat;
    background-size: 19px 20px;
}

#service_record li.cat_2 {
    background: #c7997e url(./images/record_list_icon_2.png) 50% 8px no-repeat;
    background-size: 21px 17px;
}

#service_record li.cat_3 {
    background: #c7997e url(./images/record_list_icon_3.png) 50% 8px no-repeat;
    background-size: 28px 17px;
}

#service_record li.cat_4 {
    background: #c7997e url(./images/record_list_icon_4.png) 50% 5px no-repeat;
    background-size: 22px 22px;
}

#service_record li .title {
    font-size: 18px;
    color: #f3f0ec;
    font-weight: bold;
    letter-spacing: 2px;
}

#service_record li .price {
    font-size: 18px;
    color: #f3f0ec;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 5px;
}

#service_record li p {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #3e3e3e;
    letter-spacing: 1px;
}

#service_record li p span {
    color: #f1eeeb;
}

#service_record li p.s {
    padding-top: 7px;
}

#service_record li hr {
    height: 1px;
    border: none;
    background-color: white;
    margin: 12px 14px 10px 14px;
}

@media (min-width: 890px) {
    #service_record {
        width: 860px;
        margin: 0 auto;
    }

    #service_record li {
        height: 150px;
        width: 150px;
        padding-top: 40px;
    }

    #service_record li.cat_1 {
        background-position: 50% 10px;
    }

    #service_record li.cat_2 {
        background-position: 50% 11px;
    }

    #service_record li.cat_3 {
        background-position: 50% 11px;
    }

    #service_record li.cat_4 {
        background-position: 50% 9px;
    }

    #service_record li p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 0;
    }

    #service_record li p.s {
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px;
    }

    #service_record li hr {
        margin: 12px 14px 9px 14px;
    }
}

@media (min-width: 1140px) {
    #service_record {
        width: 860px;
        text-align: left;
        margin: 7px 0 0 0;
    }

    #service_record li {
        margin: 0 20px 20px 0;
    }
}

#checkout_steps {
    margin: 70px auto 0 auto;
    background: url(./images/checkout_steps.png) 0 0px no-repeat;
    background-size: 309px 273px;
    width: 103px;
    text-indent: -9999px;
    overflow: hidden;
}

#checkout_steps.step_1 {
    height: 89px;
}

#checkout_steps.step_2 {
    height: 198px;
    background-position: -103px 0px;
}

#checkout_steps.step_3 {
    height: 273px;
    background-position: -206px 0px;
}

@media (min-width: 1140px) {
    #checkout_steps {
        margin-top: 54px;
        margin-bottom: 89px;
        background: url(./images/checkout_steps_d.png) 0 0 no-repeat;
        background-size: 524px 177px;
        width: 524px;
        height: 59px;
    }

    #checkout_steps.step_1 {
        height: 59px;
    }

    #checkout_steps.step_2 {
        height: 59px;
        background-position: 0 -59px;
    }

    #checkout_steps.step_3 {
        height: 59px;
        background-position: 0 -118px;
    }
}

.item_block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #e3ae47;
}

.item_block .item_type .info {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    background: #ccc;
    border-radius: 80px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 150px;
    margin: 0 auto -0 auto;
    text-align: center;
}

.item_block .item_type .info .price {
    position: absolute;
    left: 0;
    bottom: 29px;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: bold;
    width: 100%;
    line-height: normal;
}

.item_block .item_type .info.cat_1 {
    background: #c7997e url(./images/record_list_icon_1.png) 50% 20px no-repeat;
    background-size: 19px 20px;
}

.item_block .item_type .info.cat_2 {
    background: #c7997e url(./images/record_list_icon_2.png) 50% 20px no-repeat;
    background-size: 21px 17px;
}

.item_block .item_type .info.cat_4 {
    background: #c7997e url(./images/record_list_icon_3.png) 50% 20px no-repeat;
    background-size: 28px 17px;
}

.item_block .item_type .info.cat_5 {
    background: #c7997e url(./images/record_list_icon_4.png) 50% 20px no-repeat;
    background-size: 22px 22px;
}

.item_block .item_type .desc {
    font-size: 16px;
    line-height: 30px;
    color: #3e3e3e;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 13px;
}

.item_block .item_type .desc.selections {
    text-align: center;
}

.item_block .item_type .desc.selections label {
    display: block;
    cursor: pointer;
}

.item_block .item_type .desc.selections span {
    padding-left: 25px;
}

.item_block .row_action {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.item_block .row_action a {
    text-decoration: none;
    display: inline-block;
}

.item_block .row_action a.save {
    color: #e3ae47;
    margin-right: 6px;
}

.item_block .row_action a.cancel {
    color: #3e3e3e;
    margin-left: 6px;
}

.item_block .row.username {
    width: 190px;
    float: left;
}

.item_block .row.sexual {
    width: 80px;
    float: left;
    margin-left: 20px;
}

.item_block .row.mobile {
    clear: left;
}

.item_block .row .address_area_1,
.item_block .row .address_area_2 {
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

.item_block .row .zip {
    display: inline-block;
    width: 83px;
}

.item_block .row .address {
    width: 236px;
}

.item_block .row.birth_fields select,
.item_block .row.birth_fields input {
    float: left;
    width: 55px;
    margin-right: 3px;
}

.item_block .row.birth_fields select[data-birth_year_select]{
	width: 142px;
}

.item_block .row.birth_fields select[data-birth_month_select],
.item_block .row.birth_fields select[data-birth_day_select]{
	width: 70px;
}

.item_block .row.birth_fields select.hourSelect{
	width: 112px;
    margin-right: 0;
}

/*.item_block .row.birth_fields select:last-child,
.item_block .row.birth_fields input:last-child {
    margin-right: 0;
}*/

.item_block .row .lunar_date a {
    color: #e3ae47;
    display: block;
}

.link {
    color: #e3ae47;
    cursor: pointer;
}

.item_block .row.company_name_field {
    clear: left;
}

.item_block .row.birth_fields {
    clear: left;
}

.item_block .row.same_contact label {
    cursor: pointer;
}

.item_block:last-of-type {
    border-bottom: 0;
}

@media (min-width: 1140px) {
    .item_block {
        margin: 0 0 20px 0;
        padding: 0px;
    }

    .item_block .item_type {
        float: left;
        width: 151px;
    }

    .item_block .item_type .desc {
        padding-top: 33px;
    }

    .item_block .checkout_fields {
        float: left;
        padding-left: 133px;
        width: 495px;
    }

    .item_block .row_action {
        float: right;
        text-align: right;
        padding-right: 29px;
        line-height: 451px;
    }

    .item_block .row span {
        float: left;
        width: 77px;
        text-align: right;
        padding-right: 12px;
        padding-bottom: 0;
        line-height: 33px;
    }

    .item_block .row div {
        overflow: hidden;
    }

    .item_block .row.username {
        width: 325px;
    }

    .item_block .row.sexual {
        width: 155px;
        margin-left: 15px;
    }

    .item_block .row.birth_fields select,
    .item_block .row.birth_fields input {
        float: left;
        width: 79px;
        margin-right: 4px;
    }
	
	.item_block .row.birth_fields select[data-birth_year_select]{
		width: 142px;
	}

	.item_block .row.birth_fields select[data-birth_month_select],
	.item_block .row.birth_fields select[data-birth_day_select]{
		width: 70px;
	}

	.item_block .row.birth_fields select.hourSelect{
		width: 112px;
		margin-right: 0;
	}

    .item_block .row.birth_fields select:last-child,
    .item_block .row.birth_fields input:last-child {
        margin-right: 0;
    }

    .item_block .row .lunar_date a {
        margin-left: 13px;
        display: inline;
    }

    .item_block .row.mobile_field,
    .item_block .row.phone {
        float: left;
        width: 50%;
    }

    .item_block .row.email_field {
        clear: left;
    }

    .item_block .row.same_contact {
        padding-left: 82px;
    }

    .item_block:last-of-type {
        margin-bottom: 0;
    }
}

.checkout_action {
    padding-top: 20px;
    padding-bottom: 44px;
}

.checkout_action button {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
    display: block;
    text-decoration: none;
    width: 171px;
    height: 41px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e2ad46;
    border: 2px solid #e3ae47;
    background: white;
    cursor: pointer;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.checkout_action button.reset {
    color: #9c9c9c;
    border: 2px solid #9c9c9c;
}

.checkout_action button.active {
    color: #f3f0ec;
    background: #e3ae47;
}

.checkout_action button:hover {
    background: #e3ae47;
    color: white;
}

.checkout_action button:hover.reset {
    background: #9c9c9c;
}

@media (min-width: 1140px) {
    .checkout_action {
        /*padding-top: 60px;*/
        padding-bottom: 80px;
        text-align: center;
    }

    .checkout_action button {
        display: inline-block;
        margin-right: 100px;
        margin-bottom: 0;
    }

    .checkout_action button:last-child {
        margin-right: 0;
    }

    .checkout_action form {
        display: inline-block;
    }
}

.next_step {
    margin: 0 auto 0 auto;
    background: url(./images/checkout_steps_left.png) 0 0px no-repeat;
    background-size: 206px 164px;
    width: 103px;
    text-indent: -9999px;
    overflow: hidden;
}

.next_step.step_2 {
    height: 245px;
}

.next_step.step_3 {
    height: 136px;
    background-position: -103px 0;
}

@media (min-width: 1140px) {
    .next_step {
        display: none;
    }
}

#checkout_items {
    padding: 0 15px;
    margin: 20px 15px 20px 15px;
    border: 1px solid #e3b04c;
    background: white;
}

#checkout_items li {
    padding: 20px 0;
    border-bottom: 1px solid #9c9c9c;
}

#checkout_items .titles {
    display: none;
}

#checkout_items .type,
#checkout_items .info,
#checkout_items .price {
    padding-left: 43px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3e3e3e;
}

#checkout_items .type {
    height: 18px;
    line-height: 18px;
}

#checkout_items .type.cat_1 {
    background: url(./images/checkout_cat_1.png) 0 1px no-repeat;
    background-size: 16px 16px;
}

#checkout_items .type.cat_2 {
    background: url(./images/checkout_cat_2.png) 0 2px no-repeat;
    background-size: 17px 14px;
}

#checkout_items .type.cat_4 {
    background: url(./images/checkout_cat_3.png) 0 2px no-repeat;
    background-size: 23px 14px;
}

#checkout_items .type.cat_5 {
    background: url(./images/checkout_cat_4.png) 0 0 no-repeat;
    background-size: 18px 18px;
}

#checkout_items .info {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 20px;
}

#checkout_items .note {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #a00000;
    padding: 14px 0;
}

#checkout_items .total {
    padding-bottom: 20px;
    text-align: right;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

#checkout_items .total span {
    color: #a00000;
    display: inline-block;
    margin-left: 25px;
}

@media (min-width: 1140px) {
    #checkout_items {
        width: 962px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 0 80px;
    }

    #checkout_items .titles {
        display: block;
    }

    #checkout_items .titles .type,
    #checkout_items .titles .info,
    #checkout_items .titles .price {
        color: #9c9c9c;
        line-height: normal;
    }

    #checkout_items .type {
        display: inline-block;
        padding-left: 34px;
        width: 187px;
    }

    #checkout_items .info {
        vertical-align: middle;
        display: inline-block;
        padding-left: 0;
        width: 430px;
        padding: 0;
        line-height: 32px;
    }

    #checkout_items .price {
        display: inline-block;
        padding-left: 0;
        width: 148px;
    }

    #checkout_items .note {
        float: left;
    }

    #checkout_items .total {
        float: right;
        padding-top: 20px;
    }

    #checkout_items .total span {
        width: 148px;
        text-align: left;
    }
}

.illu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex: 1 1 150px;
    justify-content: space-between;
    align-items: baseline;
    margin: 0.75rem auto 0.5rem auto;
}

.illu-child {
    display: flex;
    flex-direction: column;
}

.illu-child .illu-child-style {
    margin-bottom: 0.5rem;
}

.illu-child .illu-child-style span {
    color: #a00000;
    font-weight: 700;
}

.payment_info {
    padding: 32px 15px 32px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 32px;
}

.payment_info .name {
    color: #e3ae47;
}

.payment_info .note {
    color: #9c9c9c;
}

@media (min-width: 1140px) {
    .payment_info {
        padding: 0 0 79px 150px;
    }
}

.payment_description {
    padding: 0 15px 80px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 32px;
}

.payment_description h2 {
    line-height: 18px;
    font-size: 20px;
    color: #e2ad46;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.payment_description h2::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(./images/title_deco_left.png) 0 0 no-repeat;
    background-size: 13px 18px;
    vertical-align: top;
    margin-right: 10px;
}

.payment_description h2::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(./images/title_deco_right.png) 0 0 no-repeat;
    background-size: 13px 18px;
    vertical-align: top;
    margin-left: 10px;
}

.payment_description a {
    color: #e3ae47;
}

.payment_description .note {
    color: #9c9c9c;
}

.payment_description .scam_notice {
    color: #a00000;
}

@media (min-width: 1140px) {
    .payment_description {
        padding: 0 0 80px 150px;
    }
}

.content_title .order_note {
    font-size: 16px;
    color: #9c9c9c;
    display: block;
    line-height: 32px;
    padding-top: 7px;
}

@media (min-width: 1140px) {
    .content_title .order_note {
        display: inline-block;
        line-height: 20px;
        padding-left: 10px;
    }
}

#orders_filter {
    padding-top: 17px;
    border-bottom: 1px solid #e3ae47;
}

#orders_filter li {
    width: 32%;
    float: left;
    margin-right: 2%;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

#orders_filter li:nth-child(3) {
    margin-right: 0;
}

#orders_filter li a {
    display: block;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    height: 24px;
    line-height: 24px;
    background: #9c9c9c;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#orders_filter li a.active {
    background: #e3ae47;
}

#order_list_enrollmentcart {
    padding-bottom: 40px;
}

#order_list_enrollmentcart li {
    font-weight: bold;
}

#order_list_enrollmentcart li a.order_no {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #3e3e3e;
    letter-spacing: 1px;
	overflow: hidden;
}

#order_list_enrollmentcart li a.order_no span {
    text-decoration: underline;
}

#order_list_enrollmentcart li table {
    width: 100%;
    table-layout: fixed;
    background: #f1eeeb;
    width: 100%;
    margin-bottom: 10px;
}

#order_list_enrollmentcart li table td {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    font-size: 16px;
    color: #9c9c9c;
    padding-left: 10px;
}

#order_list_enrollmentcart li table td:first-child {
	width: 100px;
}

#order_list_enrollmentcart li table td.qty {
    width: 145px;
}

#order_list_enrollmentcart li table tfoot td {
    color: #3e3e3e;
}

#order_list_enrollmentcart li .btn {
    padding: 10px;
    text-decoration: none;
    width: 168px;
    height: 41px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e2ad46;
    border: 2px solid #e3ae47;
    background: white;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 25px;
}

#order_list_enrollmentcart li .btn:hover {
    background: #e3ae47;
    color: white;
}

#order_list_enrollmentcart li .desc {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    color: #3e3e3e;
}

#order_list_enrollmentcart li .desc a {
    color: #e2ad46;
}

@media (min-width: 1140px) {
    #order_list_enrollmentcart li table td:first-child {
        /*padding-left: 83px;*/
		width: 187px;
    }
}

#order_list_shopcart {
    padding-bottom: 40px;
}

#order_list_shopcart li {
    font-weight: bold;
}

#order_list_shopcart li a.order_no {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #3e3e3e;
    letter-spacing: 1px;
	overflow: hidden;
}

#order_list_shopcart li a.order_no span {
    text-decoration: underline;
}

#order_list_shopcart li table {
    width: 100%;
    table-layout: fixed;
    background: #f1eeeb;
    width: 100%;
    margin-bottom: 10px;
}

#order_list_shopcart li table td {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    font-size: 16px;
    color: #9c9c9c;
    padding-left: 10px;
}

#order_list_shopcart li table td.qty {
    width: 145px;
}

#order_list_shopcart li table tfoot td {
    color: #3e3e3e;
}

#order_list_shopcart li .btn {
    padding: 10px;
    text-decoration: none;
    width: 168px;
    height: 41px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e2ad46;
    border: 2px solid #e3ae47;
    background: white;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 25px;
}

#order_list_shopcart li .btn:hover {
    background: #e3ae47;
    color: white;
}

#order_list_shopcart li .desc {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    color: #3e3e3e;
}

#order_list_shopcart li .desc a {
    color: #e2ad46;
}

@media (min-width: 1140px) {
    #order_list_shopcart li table td:first-child {
        padding-left: 83px;
    }
}

.orders_desc {
    line-height: 40px;
    color: #3e3e3e;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}

.orders_desc a {
    color: #e2ad46;
}