@charset "utf-8";
body {
  position: relative;
}

#sBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#sBox form {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #283651;
  border-top: 1px solid #ccd6e2;
  background: #023d65;
  line-height: 1;
}

#sBox input[type="search"] {
  width: 66%;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 10px;
  padding-left: 8px;
}

#sBox a {
  width: 6em;
  height: 22px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  color: #000;
  background: #dbdbdb;
  background: linear-gradient(top, #dbdbdb 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
  background: -moz-linear-gradient(top, #fff, #dbdbdb);
  background: -o-linear-gradient(top, #fff, #dbdbdb);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  right: 10px;
  top: 22px;
}

.s-tbl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  background: white;
}

.s-tbl td {
  height: 50px;
  border-bottom: 1px solid #ccc;
}


/* for pages under the dir /search/ ++++++++
++++++++++++++++++++++++++++++++++++++++++++ */

#result>header>h1 {
  padding: 12px 6px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 1px #c9c9c9;
  -moz-box-shadow: 0px 1px 1px #c9c9c9;
  box-shadow: 0px 1px 1px #c9c9c9;
  background: #c1cce2;
}

#resultBox {
  margin-top: 1px;
}

#resultBox>div:not(.yads_infeed) {
  padding: 0 10px 10px;
  border-bottom: 3px double #bbb;
  font-size: 16px;
  background: #eee;
}

#resultBox h2 {
  display: block;
  padding: 16px 36px 10px 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #011b8f;
  cursor: pointer;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #eee;
}

#resultBox h2 span {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

#resultBox ul {
  border: 1px solid #bbb;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#resultBox li {
  border-bottom: 1px solid #d7d7d8;
  overflow: hidden;
  position: relative;
}

#resultBox li:last-child {
  border-bottom: none;
}

#resultBox footer a {
  display: block;
  margin-bottom: 1px;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#resultBox footer a span {
  font-size: 12px;
}

#resultBox.titleList .resultTitle {
  display: flex;
  padding: 12px 6px;
  align-items: center;
}

#resultBox.titleList .resultTitle h2 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 12px 6px;
}

#resultBox.titleList .resultTitle div {
  position: relative;
  margin-left: auto;
}

#resultBox.titleList .resultTitle div:after {
  position: absolute;
  content: "";
  border-top: 6px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  right: 8px;
  top: 34%;
}

#resultBox.titleList .resultTitle div select {
  border: solid #4F4F4F 1px;
  border-radius: 50px;
  width: 140px;
  padding: 8px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
}

#resultBox.notFound p {
  text-align: center;
  margin: 60px auto;
}

/* search result for news */

.type-a a {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 24px 12px 6px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}

.type-a time, .type-a p {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}


/* search result for person */

.type-b a {
  background: #fff;
}

.type-b dt, .type-b dd {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.type-b dt {
  margin: 8px 0 4px;
  font-weight: bold;
  font-size: 16px;
}

#resultBox ul a {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.type-b li a {
  min-height: 62px;
  padding: 2px 26px 4px 70px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
  color: #000;
  position: relative;
}

.type-b img {
  width: 60px;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.type-b dd:nth-last-of-type(1) {
  font-size: 12px;
  line-height: 1.5;
}

.type-b dd:nth-last-of-type(1) span {
  display: inline-block;
  margin-right: 4px;
  padding: 3px 2px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  background: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}



/* search result for title */

.type-c {
  margin: 6px;
  display: flex;
  flex-wrap: wrap;
  border: none !important;
}

.type-c li {
  width: 31%;
  margin: 0 3.5% 18px 0;
  position: relative;
  border: none !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.type-c li:nth-of-type(3n) {
  margin-right: 0;
}

.type-c li.nextImage {
  background: #E8E8E8;
  box-shadow: none;
}

.type-c li.nextImage>a {
  position: relative !important;
  height: 100% !important;
  background: none !important;
  width: 100% !important;
}

.type-c li.nextImage>a>span {
  color: #011b8f;
  font-weight: bold;
  font-size: 15px;
  position: absolute !important;
  left: 46% !important;
  top: 50% !important;
  transform: translate(-53%, -50%);
  width: 90% !important;
  text-align: center;
  border: none;
  background: none !important;
  height: auto !important;
}

.type-c li.nextImage>a>span>span {
  position: relative;
  font-size: 14px !important;
  margin: 0 !important;
  color: #011b8f !important;
}

.type-c li.nextImage>a>span>span:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #011b8f #011b8f transparent transparent;
  transform: rotate(45deg);
  top: 4px;
  margin-bottom: 0 !important;
}

.type-c li .checkin-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.4) no-repeat url(../../images/smartphone/btn_check-in-off-32.png);
  background-size: 34px;
  background-position: center 2px;
  height: 60px;
  width: 38px;
  border-radius: 0 0 50px 50px;
  display: flex !important;
  align-items: end;
  justify-content: center;
  left: 1px;
  top: 1px;
  z-index: 10;
  overflow: visible !important;
  color: #ffffff;
  padding-top: 35px;
  border: 0px;
}

.type-c li .checkin-btn.checked{
  background: rgba(0, 0, 0, 0.4) no-repeat url(../../images/smartphone/btn_check-in-on-32.png);
  background-size: 34px;
  background-position: center 2px;
}
.type-c li .checkin-btn.on{
  background: rgba(0, 0, 0, 0.4) no-repeat url(../../images/smartphone/btn_check-in-on-32.png);
  background-size: 34px;
  background-position: center 2px;
}
.type-c li a.done:first-of-type {
  background: no-repeat url(../../images/smartphone/icon-done.png);
  background-size: 44px;
  background-position: center top;
  left: -2px;
  top: -2px;
}

.type-c li a.done:first-of-type span {
  display: none;
}

.type-c li span.checkin-count {
  color: #fff;
  font-size: 9px;
  margin-bottom: 9px;
  text-align: center;
}

.type-c li a:last-of-type {
  display: flex !important;
  flex-wrap: wrap;
}

.type-c li a:last-of-type>span {
  width: 100%;
}

.type-c li a:last-of-type .poster {
  position: relative;
  flex-grow: 1;
  background:#e5e5e5;
}

.type-c li a:last-of-type .poster:before{
  content: "";
  display: block;
  padding-top: 140%;
}

.type-c li a:last-of-type .poster img {
  border: 1px solid #d7d7d8;
  box-sizing: border-box;
  width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 101%;
  max-height: 101%;
}


.type-c li a:last-of-type .poster.noImage span {
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000;
  font-size: 13px;
  margin: 4px 3px 6px;
  flex-grow: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}

@media (max-width:374px) {
  .type-c li a:last-of-type .poster.noImage span {
    -webkit-line-clamp: 2;
    font-size: 10px;
  }
}

.type-c li a:last-of-type>.titleTxt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-size: 13px;
  margin: 4px 3px 6px;
  flex-grow: 1;
  height: 32px;
}

.type-c li a:last-of-type>.releaseDate {
  font-size: 10px;
  color: #A5A5A5;
  margin: 0 3px 6px;
  display: block;
}

/* SEARCH ELEMENTS ++++++++++++++
+++++++++++++++++++++++++++++++++ */

#tSearch {
  border-bottom: 1px solid #bbb;
  padding: 16px 6px 24px;
  overflow: hidden;
}

#tSearch input[type="text"] {
  width: 64%;
  height: 34px;
  position: relative;
  top: -1px;
}

#tSearch input[type="text"]:before {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#tSearch select {
  display: block;
  width: 48%;
  float: left;
  margin-bottom: 10px;
}

#tSearch select+select {
  float: right;
}

#tSearch select+select:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#tSearch input[type="submit"] {
  display: block;
  float: right;
  width: 28%;
  margin-top: -1px;
  padding: 9px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  vertical-align: top;
  line-height: 1;
  -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #044899;
  background: #003a73;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -ms-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);
}

#result nav ul {
  padding: 12px 6px;
  background: #eee;
  border-top: 1px dotted #bbb;
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
}

#result nav li {
  float: left;
  overflow: hidden;
}

#result nav li:nth-child(1) {
  width: 36%;
}

#result nav li:nth-child(2) {
  width: 32%;
}

#result nav li:nth-child(3) {
  width: 32%;
}

#result nav a {
  display: block;
  padding: 14px 0;
  background-size: auto 24px;
  background-repeat: no-repeat;
  color: #c3c3c3;
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
}

#result nav li:nth-child(1) a {
  margin-right: 10px;
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#result nav li:nth-child(1) a[href] {
  color: #fff;
  border: 1px solid #044899;
  background-size: cover;
  background-color: #003a73;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -webkit-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);
}

#result nav li:nth-child(2) a {
  padding-left: 30px;
  border-right: 1px solid #ddd;
  background-image: url(../../images/smartphone/bt_r-l-gray.png);
  background-position: 0 center;
}

#result nav li:nth-child(3) a {
  padding-right: 30px;
  text-align: right;
  border-left: 1px solid #fff;
  background-image: url(../../images/smartphone/bt_r-r-gray.png);
  background-position: right center;
}

#result nav li:nth-child(2) a[href] {
  background-image: url(../../images/smartphone/bt_r-l.png);
  color: #011b8f;
}

#result nav li:nth-child(3) a[href] {
  background-image: url(../../images/smartphone/bt_r-r.png);
  color: #011b8f;
}

.dvd {
  margin-bottom: 20px;
  position: relative;
}

.dvd h2 {
  padding: 10px 8px 8px;
  background: #023d65;
  position: relative;
  border-top: 1px solid #bbb;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1.0);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.dvd h2+img {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 100px;
}

.dvd li {
  border-top: none;
  border-bottom: 1px dotted #bbb;
}

.dvd ul a {
  display: block;
  min-height: 80px;
  padding: 6px 26px 6px 90px;
  position: relative;
  color: #333;
}

.dvd ul a[href] {
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}

.dvd ul img {
  max-width: 72px;
  max-height: 72px;
}

.dvd dt {
  margin-bottom: 4px;
  font-weight: bold;
}

.dvd dd {
  font-weight: normal;
  font-size: 14px;
}

.dvd dd strong {
  color: #c00;
}

.dvd dd:last-of-type {
  width: 72px;
  height: 72px;
  padding: 4px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 4px;
  top: 6px;
}

#searchRank h2 {
  padding: 8px;
  background: #023d65;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1px;
}

#searchRank ul li {
  border-bottom: dotted 1px #BBBBBB;
}

#searchRank ul li:last-child {
  border-bottom: solid 1px #DBDBDB;
}

#searchRank ul li h3 {
  color: #fff;
  background: #A1A1A1;
  padding: 5px 8px;
  border-bottom: solid 1px #DBDBDB;
}

#searchRank ul li a {
  display: block;
  padding: 14px 8px;
}

#searchRank ul li:nth-child(-n + 4) a {
  padding: 8px 8px;
}

#searchRank ul li a span {
  color: 000;
  margin-right: 8px;
  padding: 8px;
}

#searchRank ul li:nth-child(-n + 4) a span {
  background: #ABAC2C;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  line-height: 1.8;
  margin-right: 8px;
  padding: 3px;
}

#searchRank ul li:nth-child(3) a span {
  background: #AAABAF;
}

#searchRank ul li:nth-child(4) a span {
  background: #B78A39;
}


/*  SEARCH LISTING ++++++++++++++++

++++++++++++++++++++++++++++++++++ */

#syllabaryBox {
  margin: 6px 6px 12px;
  padding: 1px;
  border: 1px solid #bbb;
  overflow: hidden;
}

#syllabaryBox h2 {
  padding: 8px;
  background: #023d65;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1px;
}

#syllabaryBox ul {
  width: auto;
  margin: 12px 10px;
  font-size: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}

#syllabaryBox li {
  width: 20%;
  display: block;
  float: left;
  line-height: 1;
  color: #b1b1b1;
}

#syllabaryBox li a {
  display: block;
  text-align: center;
  padding: 1.4em 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#syllabaryBox li:nth-child(5n) a {
  border-right: none;
}

#syllabaryBox li:nth-last-child(-n+5) a {
  border-bottom: none;
}

#syllabaryBox form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 6px 6px;
  overflow: hidden;
}

#syllabaryBox input[type="text"] {
  width: 64%;
  padding: 6px 2px;
}

#syllabaryBox input[type="submit"] {
  display: inline-block;
  width: 30%;
  float: right;
  padding: 8px 0;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  vertical-align: top;
  line-height: 1;
  -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #044899;
  background: #003a73;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -ms-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);
}

.yads_infeed {
  min-height: 76px;
  border-top: 0 none;
}

.yads_infeed .yads_ad_img {
  width: 60px;
  height: 60px;
}

.error-message-area > .error {
  text-align: center;
  padding-top: 30px;
  color: red;
}
