/* Enter Your Custom CSS Here */
@font-face {
    font-family: 'Microsoft JhengHei Adj';
    font-style: normal;
    font-weight: bold;
    src: "Noto Sans TC";
}
@font-face {
    font-family: 'Microsoft JhengHei Adj';
    font-style: normal;
    font-weight: normal;
    src: local("Microsoft JhengHei");
}
body {
  /*font-family: "Microsoft JhengHei" !important;*/
	font-family: "Microsoft JhengHei Adj", "Microsoft JhengHei" !important;
}
.jane_bar {
    border: solid gray 1px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
}
header.entry-header {
    margin-bottom: 5px;
}
.entry-content {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
  	line-height: 1.5;
}
.entry-content iframe {
	max-width: 100%;
  height: auto;
}
.entry-content a {
  color: #046ddf;
  text-decoration: underline;
}
.entry-subtitle {
    font-weight: normal;
    color: #ddd;
    font-size: 13px;
    margin-top: 0px;
  	text-align: left;
}
.padding-content {
  padding: 10px;
}
.st-content {
  margin-top: 10px;
  margin-bottom: 0;
}
.slicknav_btn {
  display: none;
}
.text-logo {
  padding-top: 27px;
}
footer .container {
  display: none;
}
article header.entry-header h1.entry-title a {
  font-weight: bold;
  font-size: 34px;
}
article header.entry-header h1.entry-title {
  line-height: normal;
  text-align: left;
}
#st-preloader {
  display: none;
}
a.more-link {
  width: 190px;
  font-size: 16px;
  text-decoration: none;
  margin: 0 auto 0;
}
.facebook-iframe {
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  /*手機板*/
  article header.entry-header h1.entry-title a {
  	font-size: 30px;
	}
  .facebook-iframe {
    min-height: auto;
  }
  .entry-content iframe {
    min-height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  /*pc版*/
  .entry-content iframe {
    min-height: 400px;
  }
}