.bg-main {
  background: url("/images/bg1.gif");
}
.left-bg {
  background: url("/images/left_02.jpg") no-repeat;
}
.product-img {
  max-width: 100%;
}
.product-title {
  font-size: 20px;
  color: #003C81;
  font-weight: bold;
  text-align: center;
}
.product-body {
  font-size: var(--font-size, 14px);
  color: #333333;
  line-height: var(--line-height, 22px);
}
.page-actions {
  text-align: right;
  margin-top: 10px;
}
.page-actions a {
  color: #2F74CC;
  text-decoration: none;
}
.page-actions a:hover {
  text-decoration: underline;
}
.mt-5 {
  margin-top: 5px;
}
.td-236 {
  width: 236px;
}
.table-229 {
  width: 229px;
  border: 0;
}
.td-white {
  background-color: #FFFFFF;
}
.product-img {
  max-width: 100%;
}
.product-title {
  font-size: 20px;
  color: #003C81;
  font-weight: bold;
  text-align: center;
}

.td-white1 {
  background-color: #FFFFFF;
}

.product-body {
  font-size: var(--font-size, 14px);   /* 預設值 14px，可由 config 注入 */
  color: #333333;
  line-height: var(--line-height, 22px); /* 預設值 22px，可由 config 注入 */
}

.w30 {
  width: 30px;
}
.float-left {
  float: left;
}

.nav-link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: underline;
}