@charset "UTF-8";
*{ margin: 0; padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
ul, li { margin: 0; padding: 0; list-style-type: none;}
img, div, iframe{ border: 0; vertical-align: bottom;}
body, html { width: 100%; height: 100%;}
h1{ display: none;}
li li, li p, li span, li p span, p span{ font-size: 1em;}
a:link, a:visited ,a:hover ,a:active {text-decoration: none;}
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body, html {
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;}

body{ margin-top: 10px;}

.action_wrap{ width: 100%; float: left;}
.action_td{ width: 1280px; padding: 30px; margin: 0 auto; text-align: center;}
.se_td{ margin: 20px 0; float: left; text-align: left; width: 100%;}

h2{ font-size: 1.75rem; color: #555; margin-bottom: 20px; border-bottom: 1px solid #adadad; padding-bottom: 10px;}
h3{ font-size: 1.25rem; color: #555; margin-bottom: 10px;}
p{ font-size: 1rem; color: #555; line-height: 1.75rem; padding: 0 1em;}

.rg-container { font-size: 1rem; margin: 0 0 40px; color: #222; line-height: 1.5rem; width: 100%;}
.tit{ width: 100%; display: inline-block; margin: 10px 0 0; background: #36bec0;}
.tit h4{ padding: 10px 20px; color: #fff; font-size: 1.375rem; font-weight: 700;}

.price{ color: #fd5a2c; font-weight: 700;}
.sp{ color: #139244; font-weight: 700;}
.highlight{ background: #fff47a; padding: 2px 5px; margin: 0 5px; font-weight: 700;}

.light{ display: inline-block; margin: 60px 0 0; width: 100%;}
.cta{ width: 300px; height: 60px; background: #fdaa2c; color: #fff; font-weight: 700; margin: 0 0 10px;
font-size: 1.5rem; line-height: 60px; display: inline-block; border-radius: 40px;}
.cta a{ display: block; width: 100%; height: 100%; text-decoration: none; cursor: pointer;
border-radius: 40px; color: #fff; transition: .5s;}
.cta a:hover { text-decoration: none; background: #fac505; transition: .5s;}

/* table */
.text{ text-align: center;}
table { width: 100%; margin-bottom: 0.5em; border-collapse: collapse; border-spacing: 0;}
table.rg-table tr { text-align: left; color: #555;}
table.rg-table tr { border-bottom: 1px solid #ddd;}
table.rg-table tr:last-child { border-bottom: none;}
table.rg-table.zebra tr:nth-child(even) { background-color: #f6f6f6;}
table.rg-table th { font-weight: 700; padding: 10px 1em; background: #d9f4f5;
border: 1px solid #ddd;}
table.rg-table td { padding: 1em; border: 1px solid #ddd;}

.place{ width: 25%;}
.name{ width: 50%;}
.name ul{ padding: 0 1em; display: inline-block;}
.name ul li{ list-style-type: decimal; width: 100%;}
.discount{ width: 25%;}
.discount span{ color: #fd5a2c; font-weight: 700; padding: 0 5px;}
.discount span.del{ text-decoration:line-through; margin-right: 10px; color: #555; font-weight: 500;}


/* back to top*/
#back-top { position: fixed; bottom: 200px; right: 0; z-index: 999;
text-align: center; width: 50px; height: 50px; display: block; border-radius: 3px;
background: rgba(85,85,85,0.5); line-height: 55px; font-size: 24px; color: #fff; font-weight: normal;
-webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#back-top a { display: block; width: 100%; height: 100%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; color: #fff;}
#back-top:hover { background-color: rgba(85,85,85,0.3);}

@media screen and (max-width: 1360px) {
.action_td{ width: 100%; float: left;}
}

@media screen and (max-width: 1280px) {
.cta_tit{ font-size: 1rem;}
.cta { width: 250px; height: 50px; line-height: 50px; font-size: 1.25rem;}
}

@media screen and (max-width: 1023px) {
#back-top { bottom: 50px; width: 40px; height: 40px; font-size: 22px; line-height: 45px;}
.action_td{ padding: 30px 5%;}
}

/* media queries */
@media screen and (max-width: 768px) {
.rg-container { padding: 0;}

table.rg-table thead { display: none;}
table.rg-table tbody { width: 100%;}
table.rg-table tr,
table.rg-table th,
table.rg-table td { display: block; padding: 0;}
table.rg-table td { border-bottom: none; border-top: none; padding: 1em;}
table.rg-table td:nth-child(even) { padding-top: 0; padding-bottom: 0;}
table.rg-table tr:last-child { border-bottom: 1px solid #ddd; margin: 0; padding: 0;}
table.rg-table.zebra tr:nth-child(odd) { background-color: transparent;}
table.rg-table.zebra tr:nth-child(even) { background-color: #f6f6f6;}
table.rg-table td[data-title]:before {
content: attr(data-title);
display: inline-block; content: attr(data-title); float: left; margin-right: 0; font-weight: 700;}
.place, .discount, .name{ width: auto;}
.place{ color: #139244; font-weight: 700;}
.light{ text-align: left; margin: 20px 0 0;}
.name ul{ margin-left: 5px;}
}

@media screen and (max-width: 550px) {
.cta{ width: 100%; margin-bottom: 40px;}
}

@media screen and (max-width: 500px) {
.action_td{ padding: 30px 5% 0;}
}