<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  margin: 0 auto;
  background-color: #FFF;
  font-family: 'Lato', 'Noto Sans TC', Arial, sans-serif, STHeiti, 'Microsoft JhengHei', '敺株��迤暺煾��', "暺睲��"
}

button {
  border: 0;
  background: none;
  outline: 0 !important;
  box-shadow: none !important
}

a:hover, a:focus {
  text-decoration: none
}

#btn-home a {
  display: block;
  width: 60px;
  height: 70px;
  background-image: url(../images/btn-home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 70px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 2;
}

.footer {
  background-color: #0085d2;
  padding: 10px;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
}

.fixed-top {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}


/* Article */

.article_content .row {
  display: flex;
  justify-content: center
}


.article_content article h1 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}


.article_content article img {
  margin-bottom: 10px;
  width: 100%;
}

.article_content article img.kv {
  margin-bottom: 40px
}

.article_content article h2 {
  color: #0085D2;
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  padding-top: 25px
}

.article_content article p {
  color: #333;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-top: 8px;
  margin-bottom: 20px;
}


.article_content article small.source {
  color: #828282;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  display: block
}

.article_content article a {
  color: #333;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-decoration: underline
}


.article_content article .menu-link {
  margin-bottom: 40px
}

/* Hotel Info*/
.article_content .hotel-info {
  margin: 30px 0 15px;
}

.article_content .hotel-info h3.hotel-name {
  margin-bottom: 12px;
}

.article_content .hotel-info h3.hotel-name a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.article_content .hotel-info p {
  margin-bottom: 5px;
  text-indent: -25px;
  margin-left: 25px;
}

.article_content .hotel-info img.icon {
  max-width: 18px;
  width: 100%;
  margin-right: 6px;
  margin-bottom: 0;
  vertical-align: -2px
}

/* Back to Top Btn */
.BackToTop {
  position: fixed;
  left: 20px;
  bottom: 80px;
  z-index: 1;
}

.BackToTop img {
  width: 55px;
}</pre></body></html>