@charset "utf-8";
/* CSS Document */
#title_image {
  background-image: url(../images/blocks/title_hot.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#title_image .word {
  width: 100%;
  padding: 1em;
  text-shadow: 0 0 0.6em #333;
  text-align: center;
  color: #fff;
  display: inline-block;
}
#title_image .word .ch {
  font-size: 2.4em;
  letter-spacing: 0.2em;
  text-shadow: 0 0 8px #999, 0 0 8px #999, 0 0 8px #999;
}
#title_image .word .en {
  text-shadow: 0 0 6px #666, 0 0 6px #666, 0 0 6px #666;
}
#filter {
  /* font-size:0.8em; */ /* 因新版有設定 font-size: 62.5% */
  color: #333;
  width: 100%;
  background-color: #eee;
  padding: 15px 10px;
}
#filter .keyword {
  width: 160px;
  position: relative;
  display: table;
  border-collapse: separate;
  float: right;
}
#filter .keyword .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#filter .keyword .form-control {
  height: 26px;
  position: relative;
  padding: 5px;
  font-size: 0.8em;
  display: table-cell;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
}
#filter .keyword button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  margin: 0;
  height: 26px;
  text-transform: none;
  overflow: visible;
  outline: none;
}
#filter .keyword .btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
#filter .keyword .btn > .btn-default {
  display: inline-block;
  padding: 1.5px 3px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background-color: #eee;
  border: 1px solid #666;
  position: relative;
}
#filter .keyword .btn > .btn-default:hover {
  background-color: #ddd;
}
#filter .keyword .btn .btn-right {
  z-index: 2;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#filter .keyword .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#filter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 0.8em;
  border: 1px solid #666;
  color: #555;
  background-color: #eee;
  background-image: url(../images/common/icon_select01.png);
  width: 20%;
  margin-left: 2px;
  padding: 0.2em;
}
#filter input,
#filter input:focus,
#filter input:active,
#filter select,
#filter select:focus,
#filter select:active {
  user-select: text;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  #filter select:focus,
  #filter input:focus {
    font-size: 16px !important;
  }
}
#mainPosts {
  width: 100%;
}
#postsList {
  width: 100%;
  min-height: 197px;
}
#postsList .content_box {
  overflow: hidden;
  width: 280px;
  cursor: pointer;
}
#postsList .content_box:hover img {
  opacity: 0.9;
}
#postsList .word {
  width: 280px;
  height: 75px;
  padding-top: 5px;
}
#postsList .word .title {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#postsList .word .title a {
  color: #333;
}
#postsList .content_box:hover a {
  color: #03c;
}
#postsList .word .intro {
  width: 270px;
  margin: 5px auto 0;
  font-size: 14px;
  color: #333;
}
#detail {
  color: #333;
  margin-right: 20px;
  margin-left: 20px;
}
#detail * {
  max-width: 100% !important;
}
#detail.tdStyle table {
  border-collapse: collapse;
}
#detail.tdStyle table td,
#detail.tdStyle table th {
  padding: 3px 1px 1px 5px;
  border: 1px solid #666;
}
#postsOther {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
}
#postsOther .left {
  width: 50%;
  float: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#postsOther .right {
  width: 50%;
  float: right;
  text-align: right;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 1px;
}
#postsOther a:hover {
  text-decoration: underline;
}
#adBlock {
  width: 100%;
}
#adBlock .title_bar {
  width: 100%;
  height: 32px;
  text-align: center;
  background: #4d4d4d;
  display: table;
}
#adBlock .title_bar .title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: table-cell;
  vertical-align: middle;
}
#adBlock ul li {
  margin-top: 5px;
  text-align: center;
  font-size: 0.9em;
}
#adBlock ul li a {
  color: #2d2d2d;
}
#adBlock ul li a:hover {
  color: #00c;
}
