/* RESET All ELEMENT */
html,
body,
div,
span,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
font,
img,
small,
strong,
sub,
sup,
p,
a,
dl,
dt,
dd,
ol,
ul,
li,
form,
label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol,
ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/* CLEAE FLOAT METHOD2 */
.clear {
  width: 100%;
  clear: both;
  line-height: 0;
  height: 0;
  overflow: hidden;
  font-size: 1px;
  display: block;
}

/* common */
body {
  font: normal 13px/21px "Noto Sans TC", Arial;
  -webkit-text-size-adjust: none;
  -o-text-size-adjust: none;
  color: #9a3232;
  margin: 0 auto;
  width: 640px;
  background: url(../images/bg.jpg);
}

#app {
  background: url(../images/kv-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

input {
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

select,
textarea {
  font: normal 13px/21px "Noto Sans TC", Arial;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/* index */
.searchTt {
  padding: 14px 0 7px 0;
}

.search {
  padding: 0 25px;
}

select {
  border: 0;
  color: #333333;
  background: transparent;
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  padding: 14px 10px;
  width: 100%;
  *background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

select option {
  text-align: center;
  font-size: 26px;
}

.sele1 {
  border-radius: 0;
  background: #f6ede4;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/icon_arw.gif), -webkit-gradient(linear, left bottom, left top, from(#c8c8c8), color-stop(74%, #d9d9d9), to(#eaeaea));
  background-image: url(../images/icon_arw.gif), -o-linear-gradient(bottom, #c8c8c8 0%, #d9d9d9 74%, #eaeaea 100%);
  background-image: url(../images/icon_arw.gif), linear-gradient(0deg, #c8c8c8 0%, #d9d9d9 74%, #eaeaea 100%);
  background-position: center right;
  background-repeat: no-repeat;
}

.sele1 select {
  border: 1px solid #c0c0be;
}

.Mv {
  height: 460px;
}
.Mv .logo {
  position: relative;
  display: block;
  width: 100%;
  height: 10vw;
}

.note {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #f5c87b;
  /*font-weight:bold;*/
}

.btnbar {
  text-align: center;
  padding: 10px 0 30px 0;
}

.searchBtn {
  width: 295px;
  height: 112px;
  cursor: pointer;
  border: none;
  background: url(../images/btn_search.png) center center no-repeat;
}

.containerT {
  background: #FFF2DD url(../images/bg_containerT.png) left top repeat-x;
  /*margin-top:28px;*/
  padding-top: 30px;
}

.containerB {
  background: #FFF2DD url(../images/bg_containerB.png) left bottom repeat-x;
}

.store {
  padding: 0 20px 10px 40px;
}

.store td {
  vertical-align: middle;
  padding-bottom: 10px;
}

.storeName {
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
}

.store p {
  line-height: 30px;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 700;
}

.tel {
  background: url(../images/icon_tel.png) left 6px no-repeat;
}

.add {
  background: url(../images/icon_add.png) left 6px no-repeat;
}

.add img {
  margin-left: 0.2em;
  vertical-align: baseline;
}

.dayList {
  padding: 0 34px;
  font-size: 26px;
  line-height: 36px;
  border-top: 9px solid #daa66a;
  padding-bottom: 60px;
  font-weight: 700;
  text-align: center;
  font-family: Arial, "Noto Sans TC";
}
.dayList td,
.dayList th {
  padding: 15px 0;
  vertical-align: middle;
}
.dayList th {
  font-size: 36px;
  text-align: left;
}
.dayList th i {
  display: inline-block;
  text-align: center;
  width: 80px;
  font-style: normal;
}
.dayList td.lastTD {
  font-size: 20px;
}
.dayList .evenCol td,
.dayList .evenCol th {
  background: #f6ebe0;
}

.footer {
  padding: 28px 0 20px;
  text-align: center;
}

.loading {
  padding: 150px 0;
}

.copyright {
  text-align: center;
  padding: 20px 0;
}

#app {
  display: none;
}
#app.on {
  display: block;
}
/*# sourceMappingURL=layout.min.css.map */