@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body *{
  font-family: "Baskervville";
}
body {
  background-color: #FFFEF6;
}
p {
  line-height: 1.3;
  margin-bottom: 0px;
}
body.enlarge p {
  font-size: 18px;
}
body.smaller p {
  font-size: 14px;
}
a {
  text-decoration: unset;
  color: #000;
}
section {
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid {
  max-width: 1275px;
}
.container {
  max-width: 1293px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
body.enlarge h4 {
  font-size: 26px;
}
body.smaller h4 {
  font-size: 22px;
}
body.enlarge h5 {
  font-size: 22px;
}
body.smaller h5 {
  font-size: 18px;
}
body.home.enlarge a.btn.btn-dark {
  font-size: 18px;
}
body.home.smaller #about-the-project a.btn.btn-dark {
  font-size: 14px;
}
hr {
  opacity: 1;
}
.btn {
  border-radius: 0;
}
table {
  font-size: 24px;
}
body.enlarge table {
  font-size: 26px;
}
body.smaller table {
  font-size: 22px;
}
dd {
  margin-left: 20px;
}
img {
  max-width: 100%;
}
.logo {
  max-width: 330px;
}
.hstack {

}
.title-withline {
  border-bottom: 2px solid #9FA0A0;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 30px;
}
#table-type1 {
  border-collapse: separate;
  border-spacing: 10px;
  margin: -10px;
}
#table-type1 td {

}
#table-type1 td:nth-child(1), #table-type1 th {
  background-color: #E0DDCA;
  font-weight: 600;
  padding: 10px;
}
#table-type1 td:nth-child(1) {
  text-align: center;
}
#table-type1 th:nth-child(1) {
  background-color: unset;
}
#table-type1 tr {

}



/* header */
header {
  font-size: 24px;
}
body.enlarge header {
  font-size: 26px;
}
body.smaller header {
  font-size: 22px;
}
header .navbar-expand-lg {
  padding-bottom: 34px;
}
header .container {
  align-items: end!important;
  max-width: 1316px;
}
#navbarNavDropdown {
  flex-grow: 0;
}
#navbarNavDropdown .navbar-nav {
  padding-top: 16px;
}
.navbar-expand-lg .navbar-nav {
  align-items: end;
}
header .btn-group {
  align-items: baseline;
}
header .nav-link {
  font-size: 21px;
}
body.enlarge header .nav-link {
  font-size: 23px;
}
body.smaller header .nav-link {
  font-size: 19px;
}
.font-button {
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.font-small {
  font-size: 20px;
}
body.enlarge .font-small {
  font-size: 22px;
}
body.smaller .font-small {
  font-size: 18px;
}
.font-medium {
  font-size: 29px;
}
body.enlarge .font-medium {
  font-size: 31px;
}
body.smaller .font-medium {
  font-size: 27px;
}
.font-large {
  font-size: 38px;
}
body.enlarge .font-large {
  font-size: 40px;
}
body.smaller .font-large {
  font-size: 36px;
}
.language-btn {
  font-family: NotoSerifJP Medium-83pv-RKSJ-H◆;
  color: #9FA0A0;
  font-size: 21px;
  opacity: 0;
  visibility: hidden;
}
body.enlarge .language-btn {
  font-size: 23px;
}
body.smaller .language-btn {
  font-size: 19px;
}

/* footer */
footer {
  background-color: #898989;
  color: #fff;
  padding: 105px 30px ;
  font-weight: 600;
}
.footer-content {
  margin-bottom: 85px;
}
.footer-title {
  margin-bottom: 18px;
}
footer p {
  font-size: 20px;
}
body.enlarge footer p {
  font-size: 22px;
}
body.smaller footer p {
  font-size: 18px;
}
footer a {
  color: #fff;
}
footer #social-media {
  width: 204px;
}
.social-media-icon {
  display: flex;
  justify-content: space-between;
}
footer .logo {
  filter: brightness(0) invert(1);
}
.copyright {
  display: flex;
  justify-content: space-between;
}

/* home */
/* Slideshow container */
.slideshow-container {
position: relative;
margin: auto;
background-color: #fff;
}
#nextanddot {
  display: flex;
  align-items: center;
  padding: 40px 0 40px 90px;
}
.swiper-pagination {
  text-align: left;
  position: unset;
}
.swiper-button-next {
  position: unset;
  margin: 0;
  margin-top: -8px;
  color: #9FA0A0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 18px;
}
body.enlarge .swiper-button-next:after, body.enlarge .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
}
body.smaller .swiper-button-next:after, body.smaller .swiper-rtl .swiper-button-prev:after {
  font-size: 16px;
}
.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}
.swiper-pagination-bullet-active {
  background: #231815;
}




.home-slide-text {
  position: absolute;
  right: 7%;
  text-align: end;
  font-size: 23px;
}
body.enlarge .home-slide-text {
  font-size: 25px;
}
body.smaller .home-slide-text {
  font-size: 21px;
}
.homeslide-img-text {
      position: absolute;
      top: 37%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 36px;
      background-color: #fff;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      padding: 40px 70px;
      line-height: 1.3;
}
body.enlarge .homeslide-img-text {
  font-size: 38px;
}
body.smaller .homeslide-img-text {
  font-size: 34px;
}


/* About the Project */
#about-the-project {
  margin-top: 92px;
  margin-bottom: 130px;
}
/* stories */
#stories {
  margin-top: 78px;
  margin-bottom: 205px;
}
#stories .card {
  max-width: 400px;
  margin: auto;
}
#stories p {
  font-size: 20px;
}
body.enlarge #stories p {
  font-size: 22px;
}
body.smaller #stories p {
  font-size: 18px;
}
.stories-location {
  align-items: center;
  display: flex;
}
.small-location-logo {
  max-width: 12px;
}
#stories .card-title {
  font-weight: 600;
}
#stories .card-body {
  padding: 10px;
}
.home-stories .all-stories-page-item, .cemetery-view-stories .all-stories-page-item {
  display: none;
}
.home-stories .withstory, .cemetery-view-stories .withstory {
  display: block!important;
}

/* about us */
#about-us {
  background-color: #FFFEF4;
}
#about-us .container {
  margin-bottom: 125px;
}
#aboutus1 h2 {
  margin-top: 115px;
  margin-bottom: 30px;
}
#aboutus1 h4 {
  margin-bottom: 20px;
}
#aboutus-committee table {
  margin: 20px 15px;
}
#aboutus-committee td:nth-child(1) {
  width: 383px;
}
#aboutus-committee td {
  line-height: 1;
}
.title-bg {
  background-color: #E0DDCA;
  font-weight: 600;
  width: 243px;
  padding: 10px;
}
#aboutus-committee .title-bg {
  width: unset;
  display: inline-block;
}

/* contact us */
#map {
  margin-top: 87px;
}
#contactus {
  background-color: #FFFEF4;
  margin-top: 95px;
  margin-bottom: 87px;
  font-weight: 600;
}
#contactus .title {
  margin-bottom: 30px;
}
#contact-content {
  background-color: #FFEFC7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px;
  height: 100%;
}
#contactus dl {
  font-size: 24px;
}
body.enlarge #contactus dl {
  font-size: 26px;
}
body.smaller #contactus dl {
  font-size: 22px;
}

/* News & Events */
#new-and-events {
  margin: 78px 0px 225px 0px;
}
.white-bg {
  background-color: #fff;
  padding: 18px;
}
#new-and-events table {
  padding: 15px;
}
#new-and-events td:nth-child(2) {
  text-align: end;
}
#new-and-events tr {
  cursor: pointer;
  border-bottom: 1px solid #DCDDDD;
}
#new-and-events td {
  padding: 10px 0;
}
#new-and-events .pagination {
  list-style: none; /* 移除列表樣式 */
  padding: 28px 0; /* 移除內邊距 */
  display: flex; /* 使用彈性盒模型 */
  gap: 10px; /* 設置按鈕之間的間距 */
  justify-content: end;
  margin: 0;
}
#new-and-events .page-btn {
  width: 40px;
  height: 40px;
  font-size: 23px;
  justify-content: center;
  display: flex;
  align-items: center;
}
body.enlarge #new-and-events .page-btn {
  font-size: 25px;
}
body.smaller #new-and-events .page-btn {
  font-size: 21px;
}
#post a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* Cemetery View */
#location-area {
  position: relative;
  width: 100%;
}
.location-map-title {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 10px 20px 30px;
  text-align: center;
  font-size: 24px;
}
body.enlarge .location-map-title {
  font-size: 26px;
}
body.smaller .location-map-title {
  font-size: 22px;
}
#location {
  padding: 0;
}
#location .popoverButton {
  position: absolute;
  padding: 0;
}
.popover {
  --bs-popover-max-width: 24vw;
  text-align: center;
}
.location-img {
  max-width: 395px;
  width: 100%;
}
.big-location-logo {
  width: 2vw;
  max-width: 35px;
}
.popover-body>* {

}
.show-more-btn {
  text-align: left;
}
/* new map point */
.s31-a {
  top: 29%;
  left: 29%;
}
.s31-b {
  top: 29%;
  left: 31%;
}
.s31-c {
  top: 29%;
  left: 33%;
}
.s28-a {
  top: 41%;
  left: 13%;
}
.s6-a {
  top: 45%;
  left: 88%;
}
.s35-a {
  top: 19%;
  left: 12%;
}
.s35-b {
  top: 19%;
  left: 16%;
}
.s34B-a {
  top: 22%;
  left: 20%;
}
@media (max-width: 1650px) {
  .s31-a {
    top: 29%;
    left: 28%;
  }
  .s31-b {
    top: 29%;
    left: 30%;
  }
  .s31-c {
    top: 29%;
    left: 32%;
  }
  .s28-a {
    top: 40%;
    left: 13%;
  }
  .s6-a {
    top: 43%;
    left: 87%;
  }
  .s35-a {
    top: 17.7%;
    left: 11.5%;
  }
  .s35-b {
    top: 18.7%;
    left: 15.5%;
  }
  .s34B-a {
    top: 20%;
    left: 20%;
  }
}
@media (max-width: 1100px) {
  .s35-a {
    top: 17%;
    left: 11.5%;
  }
  .s35-b {
    top: 19%;
    left: 15%;
  }
}
@media (max-width: 650px) {
  #location .popoverButton {
    padding: 0;
  }
  .s31-a {
    top: 26%;
    left: 28%;
  }
  .s31-b {
    top: 26%;
    left: 30%;
  }
  .s31-c {
    top: 26%;
    left: 32%;
  }
  .s28-a {
    top: 38%;
    left: 13%;
  }
  .s6-a {
    top: 41%;
    left: 87%;
  }
  .s35-a {
    top: 15.7%;
    left: 11.5%;
  }
  .s35-b {
    top: 17.7%;
    left: 14.5%;
  }
  .s34B-a {
    top: 19%;
    left: 20%;
  }
}
@media (max-width: 450px) {
  .s31-a {
    top: 24%;
    left: 28%;
  }
  .s31-b {
    top: 24%;
    left: 30%;
  }
  .s31-c {
    top: 24%;
    left: 32%;
  }
  .s28-a {
    top: 36%;
    left: 12.5%;
  }
  .s6-a {
    top: 39%;
    left: 86%;
  }
  .s35-a {
    top: 13.5%;
    left: 11.5%;
  }
  .s35-b {
    top: 16.5%;
    left: 15%;
  }
  .s34B-a {
    top: 16%;
    left: 20%;
  }
}
/* end */
.s5 {
  top: 62%;
  right: 5%;
}
.s10 {
  top: 73%;
  right: 19%;
}
.s15 {
  top: 72%;
  right: 35%;
}
.s22 {
  top: 44%;
  left: 46%;
}
.s24 {
  top: 27%;
  left: 35%;
}
.s27-a {
  top: 45%;
  left: 15.5%;
}
.s41-a {
  top: 47.5%;
  left: 17.5%;
}
@media (max-width: 1650px) {
.s5 {
  top: 60%;
  right: 4%;
}
.s10 {
  top: 71%;
  right: 18%;
}
.s15 {
  top: 70%;
  right: 34%;
}
.s22 {
  top: 41%;
  left: 45%;
}
.s24 {
  top: 24%;
  left: 34%;
}
.s27-a {
  top: 44%;
  left: 15.5%;
}
.s41-a {
  top: 46%;
  left: 16%;
}
}
@media (max-width: 650px) {
  .s5 {
    top: 58%;
    right: 2%;
  }
  .s10 {
    top: 69%;
    right: 16%;
  }
  .s15 {
    top: 68%;
    right: 32%;
  }
  .s22 {
    top: 39%;
    left: 44%;
  }
  .s24 {
    top: 22%;
    left: 33%;
  }
  .s27-a {
    top: 42%;
    left: 15.5%;
  }
  .s41-a {
    top: 44%;
    left: 15%;
  }
}
@media (max-width: 450px) {
  .s5 {
    top: 56%;
    right: 0%;
  }
  .s10 {
    top: 67%;
    right: 14%;
  }
  .s15 {
    top: 66%;
    right: 30%;
  }
  .s22 {
    top: 37%;
    left: 42%;
  }
  .s24 {
    top: 20%;
    left: 31%;
  }
  .s27-a {
    top: 39.9%;
    left: 15.5%;
  }
  .s41-a {
    top: 42%;
    left: 13%;
  }
}

/* Gallery */
#external-links {
  margin-top: 78px;
  margin-bottom: 240px;
}
.external-link {
  margin-bottom: 25px;
}
.external-link h4 {
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

/* Cookies */
/* Privacy Policy */
.content-page {
  margin-top: 78px;
  margin-bottom: 240px;
}

/* All-Stories-page */
#stories .title {
  font-size: 23px;
  font-weight: 400;
  width: 95px;
  text-align: center;
  margin-bottom: 80px;
}
body.enlarge #stories .title {
  font-size: 25px;
}
body.smaller #stories .title {
  font-size: 21px;
}

/* Stories-page */
#stories-page {
  margin-top: 75px;
  margin-bottom: 100px;
  text-align: justify;
}
#stories-page .title {
  font-size: 36px;
}
body.enlarge #stories-page .title {
  font-size: 38px;
}
body.smaller #stories-page .title {
  font-size: 34px;
}
#stories-page ul {
  font-size: 16px;
  word-break: break-all;
}
body.enlarge #stories-page ul {
font-size: 18px;
}
body.smaller #stories-page ul {
font-size: 14px;
}
.stories-page-main-img {
  margin-top: 50px;
  margin-bottom: 50px;
}
.medium-location-logo {
  max-width: 18px;
}
#more {
  display: none;
}
#full-story {
  margin-top: 80px;
}
.full-story-btn {
  border-bottom: 2px solid #000;
  padding-bottom: 1px;
  display: inline-block;
  line-height: 0.8;
  color: #956134;
}
#content-img-area {
  margin-top: 110px;
  margin-bottom: 110px;
}
#content-img-area>* {
  margin-bottom: 45px;
}
.stories-page-content-img {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 45px;
}
#stories-page #table-type1 {
  width: 100%;
}
#stories-page #table-type1 td, #stories-page #table-type1 th {
  padding: 5px 10px;
}
#stories-page #table-type1 td,#stories-page  #table-type1 th {
  width: 200px;
  height: 45px;
}
#stories-page h4 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer #address {
      width: 302px;
      margin-left: auto;
      margin-right: 75px;
  }

  #external-links {
    font-size: 24px;
    line-height: 1.3;
  }
  body.enlarge #external-links {
    font-size: 26px;
  }
  body.smaller #external-links {
    font-size: 22px;
  }
}
@media (min-width: 769px) {

  h2 {
      font-size: 36px;
  }
  body.enlarge h2 {
    font-size: 38px;
}
body.smaller h2 {
  font-size: 34px;
}
  p {
      font-size: 24px;
  }
  body.enlarge p {
    font-size: 26px;
}
body.smaller p {
  font-size: 22px;
}
  #stories-page ul {
      font-size: 24px;
  }
  body.enlarge #stories-page ul {
    font-size: 26px;
}
body.smaller #stories-page ul {
  font-size: 22px;
}
}

@media (max-width: 1350px) {
  header .nav-link {
      font-size: 15px;
  }
  body.enlarge header .nav-link {
    font-size: 17px;
}
body.smaller header .nav-link {
  font-size: 13px;
}
  #navbarNavDropdown, .language-btn {
      font-size: 15px;
  }
  body.enlarge #navbarNavDropdown, body.enlarge .language-btn {
    font-size: 17px;
}
body.smaller #navbarNavDropdown, body.smaller .language-btn {
  font-size: 13px;
}
  .font-small {
      font-size: 16px;
  }
  body.enlarge .font-small {
    font-size: 18px;
}
body.smaller .font-small {
  font-size: 14px;
}
  .font-medium {
      font-size: 24px;
  }
  body.enlarge .font-medium {
    font-size: 26px;
}
body.smaller .font-medium {
  font-size: 22px;
}
  .font-large {
      font-size: 32px;
  }
  body.enlarge .font-large {
    font-size: 34px;
}
body.smaller .font-large {
  font-size: 30px;
}
}
@media (max-width: 1080px) {
  header .nav-link {
    font-size: 12px;
}
body.enlarge header .nav-link {
  font-size: 14px;
}
body.smaller header .nav-link {
  font-size: 10px;
}
}
@media (max-width: 1105px) {
  .logo {
    max-width: 275px;
}
}
@media (max-width: 991px) {
  header .navbar-expand-lg {
    padding-bottom: 10px;
}
  .navbar-expand-lg .navbar-nav {
      align-items: start;
  }
  #navbarNavDropdown .navbar-nav {
    position: relative;
  }
  header .btn-group {
    position: absolute;
    top: 3px;
    right: 0;
  }
  header .nav-link {
    font-size: 15px;
}
body.enlarge header .nav-link {
  font-size: 17px;
}
body.smaller header .nav-link {
  font-size: 13px;
}
}
@media (max-width: 868px) {
  .homeslide-img-text {
      font-size: 16px;
      padding: 5px 0;
      line-height: 1.2;
  }
  body.enlarge .homeslide-img-text {
    font-size: 18px;
}
body.smaller .homeslide-img-text {
  font-size: 14px;
}
}
@media (max-width: 768px) {
  h2, h4 {
      font-size: 20px;
  }
  body.enlarge h2, body.enlarge h4 {
    font-size: 22px;
}
body.smaller h2, body.smaller h4 {
  font-size: 18px;
}
  table {
      font-size: 16px;
  }
  body.enlarge table {
    font-size: 18px;
}
body.smaller table {
  font-size: 14px;
}
  .logo {
      max-width: 150px;
  }
  #about-the-project .title-withline, #stories .title-withline {
      margin-bottom: unset;
  }
  #about-the-project .hstack, #stories .hstack {
      margin-bottom: 10px;
  }

  footer {
      padding: 30px 8px;
  }
  footer p {
      font-size: 14px;    
  }
  body.enlarge footer p {
    font-size: 16px;    
}
body.smaller footer p {
  font-size: 12px;    
}
  .copyright {
      display: block!important;
  }
  footer .logo {
      margin-bottom : 20px;
  }
  footer #address {
      margin-bottom : 20px;
  }
  footer #social-media {
      margin-bottom : 20px;
  }
  .social-media-icon img {
      max-height: 20px;
  }
  .footer-content {
      margin-bottom: 35px;
  }

  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
 }
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
}
body.enlarge .swiper-button-next:after, body.enlarge .swiper-rtl .swiper-button-prev:after {
  font-size: 17px;
}
body.smaller .swiper-button-next:after, body.smaller .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
}
.swiper-button-next {
  margin-top: unset;
}

  .home-slide-text {
      position: relative;
      right: 20px;
      font-size: 10px;
  }
  body.enlarge .home-slide-text {
    font-size: 12px;
}
body.smaller .home-slide-text {
  font-size: 8px;
}
  .slideshow-container .next {
      font-size: 15px;    
  }
  body.enlarge .slideshow-container .next {
    font-size: 17px;    
}
body.smaller .slideshow-container .next {
  font-size: 13px;    
}
  .slideshow-container .dot {
      height: 10px;
      width: 10px;
  }
  #nextanddot {
      padding: 5px 0 5px 30px;
  }


  #stories {
      margin-top: 38px;
      margin-bottom: 55px;
  }
  #stories h5 {
      font-size: 16px;
  }
  body.enlarge #stories h5 {
    font-size: 18px;
}
body.smaller #stories h5 {
  font-size: 14px;
}
  #stories p {
      font-size: 16px;
  }
  body.enlarge #stories p {
    font-size: 18px;
}
body.smaller #stories p {
  font-size: 14px;
}

  #about-us .container {
      margin-bottom: 55px;
  }
  #aboutus-committee td:nth-child(1) {
      width: 50%;
  }
  #aboutus1 h2 {
      margin-top: 20px;
      margin-bottom: 15px;
  }
  #aboutus1 h4 {
      font-size: 18px;
  }  
  body.enlarge #aboutus1 h4 {
    font-size: 20px;
}  
body.smaller #aboutus1 h4 {
  font-size: 16px;
}  

  #contactus dl {
      font-size: 16px;
  }
  body.enlarge #contactus dl {
    font-size: 18px;
}
body.smaller #contactus dl {
  font-size: 14px;
}
  #map iframe {
      width: 100%;
      height: 300px;
  }

  #new-and-events table {
      font-size: 12px;
  }
  body.enlarge #new-and-events table {
    font-size: 14px;
}
body.smaller #new-and-events table {
  font-size: 10px;
}
  .white-bg {
      padding: 8px; 
  }
  #new-and-events .page-btn {
      width: 20px;
      height: 25px;
      font-size: 12px;
  }
  body.enlarge #new-and-events .page-btn {
    font-size: 14px;
}
body.smaller #new-and-events .page-btn {
  font-size: 10px;
}

  .popover h5, .popover .btn {
      font-size: 8px;
  }
  body.enlarge .popover h5, body.enlarge .popover .btn {
    font-size: 10px;
}
body.smaller .popover h5, body.smaller .popover .btn {
  font-size: 6px;
}
  .popover .btn {
    font-size: 6px;
    padding: 2px 5px;
  }
  body.enlarge .popover .btn {
    font-size: 8px;
  }
  body.smaller .popover .btn {
    font-size: 4px;
  }
  .popover-body {
      padding: 2px;
  }
  .location-map-title {
      font-size: 10px;
      padding: 5px;
  }
  body.enlarge .location-map-title {
    font-size: 12px;
}
body.smaller .location-map-title {
  font-size: 8px;
}

  #stories .title {
      font-size: 18px;
      margin-bottom: 30px;
  }
  body.enlarge #stories .title {
    font-size: 20px;
}
body.smaller #stories .title {
  font-size: 16px;
}

#stories-page .title {
  font-size: 20px;
}
body.enlarge #stories-page .title {
  font-size: 22px;
}
body.smaller #stories-page .title {
  font-size: 18px;
}
#stories-page h4 {
  font-size: 16px;
}
body.enlarge #stories-page h4 {
  font-size: 18px;
}
body.smaller #stories-page h4 {
  font-size: 14px;
}
#content-img-area {
  text-align: center;
}
#content-img-area>* {
  margin-bottom: 15px;
}
.stories-page-content-img {
  margin: auto;
  max-width: 500px;
}
#stories-page #table-type1 {
  font-size: 10px;
  border-spacing: 2px;
}
body.enlarge #stories-page #table-type1 {
  font-size: 12px;
}
body.smaller #stories-page #table-type1 {
  font-size: 8px;
}
#stories-page #table-type1 td,#stories-page  #table-type1 th {
  width: unset;
  height: unset;
}
#table-type1 td:nth-child(1), #table-type1 th {
  padding: 0;
}
#stories-page #table-type1 td, #stories-page #table-type1 th {
  padding: 2px 0;
}
}