@charset "utf-8";


/**思源黑體**/
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
/**黑體**/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);


/**加入會員/會員登入背景圖**/
.member-login-bg {
    width: 100%;
    height: auto;
    background-color: #e4e2db;
    border: #693905 1px solid;
    margin-top: 3em;
    margin-bottom: 3em;
    position: relative;
    padding: 2em;
}


/**加入會員/會員登入標題**/
.member-login-title-setting {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #a1825c;
    font-size: 30px;
    /*font-weight:bold;*/
    letter-spacing: 1px;
    line-height: 2;
    text-align: center;
    padding: 1em 0 1em 0;

}


/**加入會員/會員登入welcome外包圍**/
.member-login-welcome-wrap {
    text-align: center;
    position: relative;
}

/**加入會員/會員登入welcome**/
.member-login-welcome-setting {
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
}

/**加入會員/會員登入魚圖案**/
.member-login-fish-setting {
    position: absolute;
    top: -100px;
    right: 180px;
}


/**填寫會員資料背景圖**/
.member-form-info-bg {
    width: 100%;
    /*min-height: 300px;*/ /*2017-06-16編輯*/
    background: url(../images/tiensie_bg.jpg) top center repeat;
    /*margin-top: 3em;
    margin-bottom: 3em;*/ /*2017-06-16*/
    /*padding: 2em;*/ /*2017-06-16編輯*/
    position: relative;
    /*-moz-box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);
    box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);*/ /*2017-06-16編輯*/
}


/**填寫會員資料標題**/
.member-form-info-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #a1825c;
    font-size: 30px;
    /*font-weight:bold;*/
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em 0 1em 0;

}

/**填寫會員資料-郵戳圖案**/
.member-stamp-setting {
    position: absolute;
    top: -100px;
    right: -75px;
}


/**加入會員/會員登入**/
.member-login-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 24px;
    /*font-weight:bold;*/
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: bottom;
}

.form-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif; /*2017-04-06編輯*/
    width: 100%; /*2017-04-06編輯*/
    margin: 1.0em 0 !important;
    color: #000000; /*2017-05-09編輯*/
}

.acc-form-set {
    width: 100%; /*2017-02-10編輯*/
    margin: 1em 0 1em 0 !important;
}

/*忘記密碼*/
.forgot-code {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: 500;
}

.forgot-code a:link {
    color: #000000;
}

.forgot-code a:visited {
    color: #000000;
}

.forgot-code a:hover {
    color: #7ea4af;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forgot-code a:active {
    color: #000000;
}

/*會員登入*/
.login-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #E3894A; /*2017-04-06編輯*/
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.login-bottom:hover {
    background-color: #FFB98A; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*臉書登入*/
.fb-login-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #3b599c;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 1em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.fb-login-bottom:hover {
    background-color: #9dacce;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/*微信登入*/
.wechat-login-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #65b331;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 1em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.wechat-login-bottom:hover {
    background-color: #a2ff66;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*加入會員*/
.join-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #6c2c15; /*2017-06-16編輯*/
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 1em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.join-bottom:hover {
    background-color: #956134; /*2017-06-16編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/*非會員結帳*/
.not-member-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #F79F9E; /*2017-04-06編輯*/
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 1em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.not-member-bottom:hover {
    background-color: #F7BCBC; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/*記住帳號/忘記密碼*/
input[type=radio], input[type=checkbox] {
    margin: 1px 5px 0 !important;
}

.login-txt {
    color: #ffffff;
    font-size: 18px;
    /*font-weight:bold;*/
    /*line-height:2;*/
    letter-spacing: 2px;
    vertical-align: middle;
}

.login-txt a:link {
    color: #ffffff;
}

.login-txt a:visited {
    color: #ffffff;
}

.login-txt a:hover {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-txt a:active {
    color: #ffffff;
}

.login-icon {
    padding: 0.5em;
    vertical-align: middle;
}

/**非會員購買提示文字**/
.not-member-tips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #595757;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 3;
    letter-spacing: 1px;
}


/*條款*/
.member-tips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #919191;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 3;
    letter-spacing: 1px;
}

.member-tips-ctn {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #606060;
    background-color: #e8e8e8;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 1.5em;
}

/**忘記密碼**/
.forget-tips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 3;
    letter-spacing: 1px;
}

.enter-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000; /*2017-04-06編輯*/
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 1;
    letter-spacing: 1px;
}

.entermail-form-set {
    width: 100%;
    margin: 1.0em 0 !important;
}

.entermail-form-label {
    text-align: initial !important;
    width: 8em !important;
}

/*查詢密碼*/
.password-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #E3894A; /*2017-04-06編輯*/
    width: 30%;
    text-align: center;
    border-radius: 5px;
    margin: 1em auto;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.password-bottom:hover {
    background-color: #FFB98A; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/**會員帳戶**/
.member-accbox {
    width: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.member-info {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1.5em;
}

.bonus-point {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #f80080;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.bp-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.member-search {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 45%;
    color: #ffffff;
    font-size: 14px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 0.5em;
    background-color: #f80080;
    border-radius: 5px;
    text-align: center;
    margin: 1em auto;
}

.member-search a:link {
    color: #ffffff;
}

.member-search a:visited {
    color: #ffffff;
}

.member-search a:hover {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-search a:active {
    color: #ffffff;
}

.hover-db {
    display: block !important;
}

.mo-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 60%;
    color: #ffffff;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: #c9c9c9;
    border-radius: 10px;
    padding: 0.5em 1em 0.5em 1em;
    margin: 2em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.mo-list {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.mo-list a:link {
    color: #000000;
}

.mo-list a:visited {
    color: #000000;
}

.mo-list a:hover {
    color: #7ea4af;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mo-list a:active {
    color: #000000;
}

.mo-list-set {
    padding-left: 1em;
}

/*必填項目*/
.star-color {
    color: #f80080;
}

/*會員資料表單*/
.form_q {
    width: 100%;
    padding: .5em .6em;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#form_1 {
    width: 100%; /*2017-02-10編輯*/
    padding: .5em .6em;
    margin: 1em 0 1em 0; /*2017-02-10編輯*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#form_2 {
    width: 7.2em; /*2017-06-16編輯*/
    padding: .3em .3em; /*2017-04-06編輯*/
    margin: 7px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#form_3 {
    width: 20%; /*2017-04-06編輯*/
    padding: .5em .6em;
    margin: 7px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.data-ctn {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif !important;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.data-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 500 !important; /*2017-04-06編輯*/
    line-height: 1;
    letter-spacing: 1px;
}

.data-set {
    text-align: left !important;
}

.county-set {
    width: 15%;
}

.cancel-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 90%; /*2017-02-10編輯*/
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    padding: 0.5em; /*2017-04-06編輯*/
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.cancel-bottom:hover {
    background-color: #c9caca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.sand-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #E3894A; /*2017-04-06編輯*/
    width: 90%; /*2017-02-10編輯*/
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    padding: 0.5em; /*2017-04-06編輯*/
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.sand-bottom:hover {
    background-color: #FFB98A; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.date-pad-set {
    margin: 0 0.5em 0 0;
    padding: 0 !important;
}

.form-margin-set {
    margin-bottom: 1em !important;
}


/**修改密碼**/
.sand-np-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #7ea4af;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.sand-np-bottom:hover {
    background-color: #bfd1d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.ftips-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    /*padding: 0 0 0 1em;*/ /*2017-02-14編輯*/
}

/**訂單查詢**/
.order-search-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #3d3d3d;
    width: 100%;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.os-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    padding: 3em;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
    border-bottom-width: thin;
}

/*會員登入後的訂單查詢提示*/
.alm-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #939393;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    margin: 2em 0 0 0;
    padding: 1em;
}

.pt-set {
    width: 100%;
}

/*繼續購物按鍵*/
.cs-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 1em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.cs-bottom:hover {
    background-color: #c9caca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*回首頁*/
.bi-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 1em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.bi-bottom:hover {
    background-color: #c9caca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*登入會員*/
.ml-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #7ea4af;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 1em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.ml-bottom:hover {
    background-color: #bfd1d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/**訂單查詢**/
.order-table {
    margin-bottom: 0 !important;
}

.dear-member {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5b5b5b;
    text-align: center;
    letter-spacing: 1px;
    margin: 1em 0 2em 1em;
}

.dear-member a:link {
    color: #5b5b5b;
}

.dear-member a:visited {
    color: #5b5b5b;
}

.dear-member a:hover {
    color: #5b5b5b !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dear-member a:active {
    color: #5b5b5b;
}

/**會員登入頁**/
.slct_go {
    font-size: 16px;
    color: #7ea4af;
    transition: all 0.3s ease 0s;
}

.slct {
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease 0s;
}

.slct a {
    color: #000000;
}

.slct:hover {
    color: #7ea4af;
    transition: all 0.3s ease 0s;
}

/*字顏色*/
/*訂單編號*/
.order-code-color {
    color: #1b89b8;
}

.order-code-color a:link {
    color: #1b89b8;
}

.order-code-color a:visited {
    color: #1b89b8;
}

.order-code-color a:hover {
    color: #00a7e0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-code-color a:active {
    color: #1b89b8;
}


/*訂單取消*/
.order-fixed-color {
    color: #000000;
}

.order-fixed-color a:link {
    color: #000000;
}

.order-fixed-color a:visited {
    color: #000000;
}

.order-fixed-color a:hover {
    color: #9fa0a0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-fixed-color a:active {
    color: #000000;
}

/*訂單無法取消*/
.order-nocancel-color {
    color: #939393;
}


.pay-color {
    color: #b01b13;
}

/*間距*/
.zoom-pad {
    padding: 0 0.5em 0 0.5em;
}

.trash-pad {
    padding: 0 0.5em 0 0.5em;
}

.oc-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #5e5e5e;
    width: 100%;
    font-size: 22px;
    /*font-weight: bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
    border-bottom-width: thin;
}

.oc-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em;
}

.why-cancel {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.wc-form-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 100px;
    padding: 0.5em;
    font-size: 15px;
    border: #B5B5B6 1px solid; /*2017-04-06編輯*/
}

/*返回*/
.bt-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 1em;
    padding: 1em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.bt-bottom:hover {
    background-color: #c9caca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*登入會員*/
.co-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #E3894A; /*2017-04-06編輯*/
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 1em;
    padding: 1em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.co-bottom:hover {
    background-color: #FFB98A; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/**退換貨**/
.app-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 0 1em 0;
}

.app-color {
    color: #7ea4af;
}

.app-color a:link {
    color: #7ea4af;
}

.app-color a:visited {
    color: #7ea4af;
}

.app-color a:hover {
    color: #7ea4af !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.app-color a:active {
    color: #7ea4af;
}

/*退貨鍵*/
.return-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em 0.5em 1em 0.5em;
}

.return-tips:link {
    color: #000000;
}

.return-tips:visited {
    color: #000000;
}

.return-tips:hover {
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.return-tips:active {
    color: #000000;
}

/*換貨鍵*/
.change-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em 0.5em 1em 0.5em;
}

.change-tips:link {
    color: #000000;
}

.change-tips:visited {
    color: #000000;
}

.change-tips:hover {
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.change-tips:active {
    color: #000000;
}

/*退換貨按鍵間距*/
.btn-pad {
    margin: 0 0.5em 0 0;
}

/*審核狀態*/
.order-check-color {
    color: #b01b13;
}

/*退換貨原因*/
.reason-form {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 1em 0 2em 0;
    border-style: solid;
    border-color: #3d3d3d;
    border-width: thin;
}

.reason-detail {
    color: #1b89b8;
}

/*分隔線*/
.ds-line {
    border-bottom-style: dashed;
    border-bottom-color: #6d6d6d;
    border-bottom-width: thin;
}

/*退換貨說明*/
.rc-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #c9c9c9;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    margin: 2em 0 2em 0;
}

.rc-ctn {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

/*退款說明*/
.reason-money-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    margin: 1em 0 0.5em 0;
}

.reason-money-sub {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #595757;
    width: 100%;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
}

.reason-tips-color {
    color: #F00;
}

.reason-tips-border {
    border: 1px solid #cbcbcb !important;
    margin-bottom: 3em;
}

.reason-tips-border-b {
    border-bottom: 1px solid #cbcbcb;
!important;
}


/*VIP募集*/
.vip-upgrd-color {
    color: #cca4af;
}

/**會員紅利**/
/*溫馨提醒*/
.reminder-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #de7f95;
    width: 100px;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    margin: 1em 0 1em 0;
    border-radius: 5px;
}

.reminder-tips-sub {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 0 0 1em 0;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: thin;
}

.rt-color {
    color: #de7f95;
}

.rt-color:link {
    color: #de7f95;
}

.rt-color:visited {
    color: #de7f95;
}

.rt-color:hover {
    color: #de7f95 !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rt-color:active {
    color: #de7f95;
}

/*累積點數*/
.member-acubox {
    width: 80%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.member-acu-info {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1.5em;
    text-align: center;
}

.bonus-acu-point {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #de7f95;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.bp-acu-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

/*已使用的點數*/
.member-usebox {
    width: 80%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.member-use-info {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1.5em;
    text-align: center;
}

.bonus-use-point {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #97bdce;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

.bp-use-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.bonus-img {
    text-align: center;
}

/*分隔線*/
.tb-dash-line {
    border-bottom-style: dashed;
    border-bottom-color: #ccc;
    border-bottom-width: thin;
}

/*表格線*/
.bt-line-set {
    border-top: none !important;
}

/**紅利說明**/
.explan-wrap {
    border-style: solid;
    border-color: #9b9b9b;
    border-width: thin;
}

.explan-ctn {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 2em;
}

.ec-detail-color {
    color: #f80080;
}

.ec-img-pad {
    padding: 1em 0 1em 0;
}

.att-notice-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #7ea4af;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 2em 0 0.5em 0;
}

.contact-color {
    color: #38a4ab;
}

.contact-color:link {
    color: #38a4ab;
}

.contact-color:visited {
    color: #38a4ab;
}

.contact-color:hover {
    color: #38a4ab !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-color:active {
    color: #38a4ab;
}


/**聯絡我們**/
.reset-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.reset-bottom:hover {
    background-color: #c9caca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.csbmt-bottom {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #7ea4af;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em 0 1em 0;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.csbmt-bottom:hover {
    background-color: #bfd1d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.state-ff {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
}

.red-dot {
    padding: 0.5em 0.5em 0.5em 0;
}

.cntct-point-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #939393;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    margin: 2em 0 2em 0;
}


.service-ctn {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    margin: 2em 0 2em 0;
    padding: 0 0 2em 0;
    border-bottom-style: dashed;
    border-bottom-color: #9b9b9b;
    border-bottom-width: thin;
}


/**訂單查詢彈出視窗文字**/
.pl-title {
    text-align: left;
    padding: 1em;
}

.pl-title-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #6c2c15; /*2017-06-16編輯*/
    width: 100%;
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 2;
    letter-spacing: 1px;
    vertical-align: middle;
    padding: 0.5em;
}

/*訂單查詢-商品明細*/
.pl-p-info {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1em;
    border: #FCC187 1px solid; /*2017-04-06編輯*/
    -webkit-border-radius: 10px; /*2017-04-06編輯*/
    -moz-border-radius: 10px; /*2017-04-06編輯*/
    border-radius: 10px; /*2017-04-06編輯*/
    text-align: left;
    margin: 0.5em; /*2017-04-06編輯*/
}

/*總額橫條背景*/
.pl-total-info {
    width: 100%;
    padding: 0.5em;
    background-color: #FEEBDA; /*2017-04-06編輯*/
    -webkit-border-radius: 10px; /*2017-04-06編輯*/
    -moz-border-radius: 10px; /*2017-04-06編輯*/
    border-radius: 10px; /*2017-04-06編輯*/
    margin: 0.5em; /*2017-04-06編輯*/
}

/*圖外包圍*/
.pl-odr-pic-wrap {
    display: inline-block;
}

/*字外包圍*/
.pl-txt-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 1em;
}

/*字顏色*/
.pl-txt-color {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #5a381c;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

.pl-cash-txt-color {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #590d10;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
}

.pl-total-info-color {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: inline-block;
}

.pl-final-total-color {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 0 0 1em;
}

/*詳細收件人資料*/
.mmbr-odr-info {
    width: 100%;
    padding: 1em 2em 1em 2em;
    border-radius: 10px;
    border: 1px solid #cdc3ba;
}

.mmbr-oi-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1em 0 1em 0;
}

.mmbr-oi-answer-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 1em 0 1em 2em;
    border-left: 1px solid #cdc3ba;
}

.mmbr-oi-answer-txt a:link {
    color: #000000;
}

.mmbr-oi-answer-txt a:visited {
    color: #000000;
}

.mmbr-oi-answer-txt a:hover {
    color: #b01b13;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mmbr-oi-answer-txt a:active {
    color: #000000;
}


/**取消訂單-文字設定**/
.cancel-order-txt {
    color: #ffffff;
    font-size: 18px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 2px;
    vertical-align: middle;
}

.cancel-order-txt a:link {
    color: #ffffff;
}

.cancel-order-txt a:visited {
    color: #ffffff;
}

.cancel-order-txt a:hover {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cancel-order-txt a:active {
    color: #ffffff;
}


/**購物車**/
/*購物步驟*/
.stp-all-wrap {
    width: 100%;
    text-align: center;
    padding: 2em 0 2em 0;
}

.step-img-set {
    vertical-align: middle;
    display: inline-block;
    /*padding: 1em;*/ /*2017-05-08編輯*/
}

/*商品清單欄*/
/*字顏色*/
.ocl-color {
    color: #323232;
    /*text-decoration:line-through;*/ /*20147-04-07編輯*/
}

.ocl-color a:link {
    color: #323232;
}

.ocl-color a:visited {
    color: #323232;
}

.ocl-color a:hover {
    color: #323232 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ocl-color a:active {
    color: #323232;
}

/*商品名稱*/
.shopping-goods-wrap {
    width: 100%;
    text-align: left !important;
}

.shopping-goods-pic {
    vertical-align: middle;
    display: inline-block;
    padding: 2em;
}

.shopping-goods-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}

.shopping-goods-vip {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffabb5;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: block;
    text-align: left;

}

.shopping-goods-bonus {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: block;
    text-align: left;

}

/*置中*/
.vam {
    vertical-align: middle !important;
}

/*商品總額*/
.goods-total-wrap {
    border-bottom: solid 1px #5e5e5e;
}

.goods-total {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #353535;
    /*font-weight: bold;*/
    text-align: right;
    padding: 1em;
    /*margin: 2em 0 1em 0;*/
}

.total-money {
    font-size: 22px;
    color: #ffffff; /*2017-04-07編輯*/
    padding-left: 2em;
}

/*提示文字*/
.list-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #777777;
    /*font-weight: bold;*/
    line-height: 2;
    letter-spacing: 1px;
}


/*繼續購物*/
.continue-shopping-button {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #9b9da0; /*2017-06-16編輯*/
    /*border:solid 1px #9fa0a0;*/
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    line-height: 2;
    letter-spacing: 2px;
    vertical-align: middle;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.continue-shopping-button:hover {
    color: #ffffff;
    background-color: #cccccc; /*2017-06-16編輯*/
    /*border:solid 1px #9fa0a0;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/*下一步*/
.next-step-button {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #6c2c15; /*2017-06-16編輯*/
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    line-height: 2;
    letter-spacing: 2px;
    vertical-align: middle;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.next-step-button:hover {
    background-color: #956134; /*2017-06-16編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/*更新數量*/
.renew-step-button {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #72C2FF; /*2017-04-07編輯*/
    width: 90%;
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    line-height: 2;
    letter-spacing: 2px;
    vertical-align: middle;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.renew-step-button:hover {
    background-color: #B0E1FF; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/**購物車步驟二**/
/*左側欄*/
.left-list-wrap {
    width: 100%;
    padding: 1em;
}

.left-list-title {
    width: 40%;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #7ea4af;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 0 1em;
}

.left-list-ctn {
    /*background-color:#ffffff;*/ /*2017-05-08編輯*/
    /*text-align:center;*/ /*2017-04-07編輯*/
    border-radius: 5px;
    margin: 0 auto;
    padding: 1em;
    /*-moz-box-shadow:0px 0px 15px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 15px -5px rgba(0,0,0,0.5);
    box-shadow:0px 0px 15px -5px rgba(0,0,0,0.5);*/ /*2017-04-07編輯*/
}

.left-list-ctn-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 500;
}

.llct {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    text-align: left;
    letter-spacing: 1px;
    font-size: 15px !important;
    color: #000000 !important;
    line-height: 2 !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}

.add-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif !important;
    font-size: 15px;
}


/*右側欄*/
.right-list-wrap {
    width: 100%;
    padding: 1em;
}

.right-list-title {
    width: 40%;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #7ea4af;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 0 1em;
}

.right-list-ctn {
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    padding: 1em 2em 1em 2em;
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

.right-list-ctn-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #7ea4af;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

/*信箱提示文字*/
.mail-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #7ea4af;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

/*icon顏色*/
.icon-color {
    color: #333333;
}

.arrow-icon-color {
    color: #7ea4af;
}

/*接收資訊提示文字*/
.receive-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

/*收件人資料*/
.addressee-title {
    width: 100%;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #ffabb5;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}

.addressee-list-ctn-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000000; /*2017-06-16編輯*/
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 500;
}

/*備註事項*/
.message-form {
    width: 100%;
    min-height: 100px;
}

/*我同意、我已閱讀靠右*/
.tr-set {
    text-align: right;
}

/*售後服務字顏色*/
.services-color {
    color: #dd9a00;
}

.services-color a:link {
    color: #dd9a00;
}

.services-color a:visited {
    color: #dd9a00;
}

.services-color a:hover {
    color: #dd9a00 !important;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-color a:active {
    color: #dd9a00;
}

/*分隔線*/
.bb-line {
    border-bottom-style: solid;
    border-bottom-color: #7ea4af;
    border-bottom-width: thin;
    padding: 2em 0 2em 0;
}

/*商品金額總計*/
.cash-total {
    width: 100%;
    background-color: #ffd9d1;
    border-radius: 10px;
    min-height: 60px;
}

.cash-total-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 2.5;
    letter-spacing: 1px;
    font-weight: 700;
}

/*商品金額總計字顏色*/
.cash-total-color {
    color: #d8194f;
    font-size: 24px;
    font-weight: bold;
}

/*優惠序號*/
.sale-code {
    border-radius: 0.5em !important;
}

/*執行驗證*/
.veri-button-button {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #9fa0a0;
    width: 50%;
    text-align: center;
    border-radius: 5px;
    margin: 1em 0 1em 0;
    padding: 0.5em;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.veri-button-button:hover {
    background-color: #7ea4af;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*靠右*/
.fl-set {
    float: right;
}

/*靠左*/
.tal-left-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left !important;
    vertical-align: middle;
}

/*小計*/
.sj-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 500;
}


/*紅利+優惠序號*/
.bonus-code-set {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #d8194f;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 500;
}

/*中底部寬度設定*/
.mb-w-set {
    width: 100%;
}

/*指定送達時間設定*/
.tal-set {
    text-align: left;
}


/*訂單資訊*/
.order-info-list-title {
    width: 20%;
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #7ea4af;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 auto;
}

/*訂單資訊文字*/
.order-info-list-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
}

/*訂單資訊分隔線*/
.brl-set {
    border-right: 1px solid #727171 !important;
}

/*置中*/
.moa-set {
    margin: 2em auto 2em auto;
}

/*商品明細文字*/
.oil-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: block;
    vertical-align: middle;
}

.oil-txt-dtl {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffabb5;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    display: inline-block;
    text-align: left;

}

/*表格分隔線*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid #ddd !important;
}

/*商品明細字型*/
.oil-number-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    vertical-align: middle;
}

/*購買商品數量*/
.quantity-ma {
    margin: 0 auto !important;
}

/*cart_step3.php商品金額總計*/
.pdo {
    padding: 0 !important;
}

/*付款文字訊息*/
.pay-tips {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #727171; /*2017-06-16編輯*/
    font-size: 16px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
}

/*查詢訂單進度*/
.odr-search {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    /*font-weight:bold;*/
    line-height: 2;
    letter-spacing: 1px;
    padding: 0.5em;
    background-color: #4aaced;
    border-radius: 5px;
    text-align: center;
    margin: 1em;
}

.odr-search a:link {
    color: #ffffff;
}

.odr-search a:visited {
    color: #ffffff;
}

.odr-search a:hover {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.odr-search a:active {
    color: #ffffff;
}


/*回首頁*/
.back-index-button {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #E3894A; /*2017-04-07編輯*/
    width: 20%;
    text-align: center;
    border-radius: 5px;
    margin: 3em auto;
    line-height: 2;
    letter-spacing: 2px;
    vertical-align: middle;
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.5);
}

.back-index-button:hover {
    background-color: #FFB98A; /*2017-04-06編輯*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}


/**貼心叮嚀-背景設定**/
.page-cart-tips-bg {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    padding: 1em;
    margin: 2em auto;
}


/**貼心叮嚀-標題**/
.page-cart-tips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #570c0f;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
    border-bottom: #570c0f 1px solid;
}


/**貼心叮嚀-優惠訊息+操作提醒標題**/
.page-ct-saletips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
}

/**貼心叮嚀-優惠訊息+操作提醒內容**/
.page-ct-saletips-sub {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
    padding: 0 1em 0 1em;
}

/**批發專區-文字設定**/
.wholesale-txt {
    color: #FF9D18;
}

.wholesale-txt a:link {
    color: #FF9D18;
}

.wholesale-txt a:visited {
    color: #FF9D18;
}

.wholesale-txt a:hover {
    color: #008B3A;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wholesale-txt a:active {
    color: #FF9D18;
}


/**購物車訂單-背景設定**/
.page-cart-check-bg {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.5);
    padding: 1em;
    margin: 2em auto;
}

/**購物車訂單-標題**/
.page-cart-order-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #570c0f;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
}


/**購物車訂單-總金額外包圍**/
.page-co-cash-total {
    background-color: #a43f3e; /*2017-05-08編輯*/
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/**購物車訂單-總金額**/
.coc-total {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    /*font-weight: bold;*/
    text-align: right;
    padding: 1em;
    /*margin: 2em 0 1em 0;*/
}


/**購物車步驟二-標題**/
.page-co-s2-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #570c0f;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
    border-bottom: #570c0f 1px solid;
}


/**購物車步驟二-地址欄位**/
/*.pure-form select {
    height: auto !important;
}*/

/**購物車步驟二-radio選項**/
.pure-form .pure-checkbox, .pure-form .pure-radio {
    margin: .5em 0;
    display: inline-block !important;
}


/**display:inline-block設定**/
.dib-set {
    display: inline-block !important;
}


/**強制靠左**/
.foot-ta-left {
    text-align: left !important;
}


/**購物車最後步驟-訂購完成圖示**/
.finish-pic {
    text-align: center;
    padding: 1em;
}


/**虛擬帳號標題**/
.ezpay-tips-title {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #000000;
    width: 100%;
    font-size: 22px;
    /* font-weight: bold; */
    line-height: 2;
    letter-spacing: 1px;
    /*text-align: center; */
    padding: 1em 0 1em 0;
}


/**間距設定**/
.member-pad {
    padding: 2em;
}

.sighup-pad {
    padding: 0 3em 0 0; /*2017-05-05編輯*/
}


@media (max-width: 1336px) {
    .ctn-width {
        width: 92%;
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 1280px) {
    .ctn-width {
        width: 96%;
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 1151px) {
    .hs-all-logo {
        display: block;
        text-align: center;
    }

    .fb-icon-link {
        display: none;
    }
}


@media (max-width: 1069px) {
    .hs-all-logo {
        padding-top: 0.2em;
    }
}

@media (max-width: 1024px) {
    .ctn-width {
        width: 97%;
        margin: 0 auto 0 auto;
    }

    .member-login-fish-setting {
        right: 50px;
    }

    .step-img-set {
        display: block;
    }
}

@media (max-width: 768px) {
    .ctn-width {
        width: 97%;
        margin: 0 auto 0 auto;
    }

    .pd-set {
        padding-bottom: 13em;
    }

    .member-login-bg {
        margin-top: 5em;
    }

    .member-login-fish-setting {
        right: -30px;
    }
}


@media (max-width: 736px) {
    .ctn-width {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    .authentic-bg-pic {
        width: 100%;
        height: 1255px;
        background: url(../images/mobile_sky_bg.png) top center no-repeat;
        z-index: -1;
    }

    .story-bg-pic {
        height: 1255px;
        background: url(../images/mobile_story_bg.png) top center no-repeat;
    }

    .page-authentic-bg-pic {
        width: 100%;
        height: 1470px;
        background: url(../images/m-page-bluesky.png) top center no-repeat;
        z-index: -1;
    }

    .login-bottom {
        width: 100%;
    }

    .fb-login-bottom {
        width: 100%;
    }

    .wechat-login-bottom {
        width: 100%;
    }

    .join-bottom {
        width: 100%;
    }

    .not-member-bottom {
        width: 100%;
    }

    .password-bottom {
        width: 100%;
    }

    .entermail-form-set {
        width: 100%;
    }

    .mmbr-oi-answer-txt {
        border-left: none;
        border-bottom: 1px solid #cdc3ba;
    }

    .member-login-fish-setting {
        display: none;
    }

    .member-stamp-setting {
        display: none;
    }
}


@media (max-width: 568px) {
    .hiroki-u-ss-1 {
        width: 100%;
        max-width: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .right-special-set {
        width: 100%;
    }

    .page-pdtl-price {
        display: block;
        text-align: center;
    }

    .pdtl-dib {
        display: block;
    }

    .page-kbmb-title {
        float: none;
    }

    .page-file-download {
        float: none;
    }

    #form_2 {
        width: 100%;
    }

    #form_3 {
        width: 100%;
    }

    /**購物車步驟二-radio選項**/
    .pure-form .pure-checkbox, .pure-form .pure-radio {
        display: block !important;
    }


    .foot-ta-left {
        display: block;
    }

    .goods-total {
        text-align: center;
    }

    .coc-total {
        text-align: center;
        background-color: #a43f3e; /*2017-05-08編輯*/
        margin: 1em auto;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .total-money {
        padding-left: 0;
        display: block;
    }

    .page-co-cash-total {
        padding: 0;
    }

    .page-co-cash-total {
        background-color: transparent;
    }

    .sighup-pad {
        padding: 0;
    }

    .back-index-button {
        width: 100%;
    }

    .member-pad {
        padding: 0;
    }

    .cancel-bottom {
        width: 100%;
    }

    .sand-bottom {
        width: 100%;
    }

    /*繼續購物*/
    .continue-shopping-button {
        width: 100%;
    }


    /*下一步*/
    .next-step-button {
        width: 100%;
    }


    /*更新數量*/
    .renew-step-button {
        width: 100%;
    }

    .left-list-ctn {
        padding: 0;
    }

    .tr-set {
        text-align: left;
    }

    .odr-search {
        margin: 0;
    }

    .hvr-shrink {
        display: block !important;
    }

    .ezpay-tips-title {
        text-align: center;
    }
}


@media (max-width: 414px) {
    .ctn-width {
        width: 90%;
        margin: 0 auto 0 auto;
    }

    .use-heart {
        font-size: 16px;
        line-height: 5;
    }

    .sfb-share {
        float: none;
        display: block;
    }
}

@media (max-width: 320px) {
    .use-heart {
        font-size: 14px;
        line-height: 6;
    }
}