@charset "UTF-8";
/* _setting CSS */
@media print, screen and (min-width: 701px) {
  #main #books_index #search_tab ul li#tab_kana::before {
    content: none;
  }

  #search_result .list .book_item .book_detail .media li {
    padding: 7px 10px 5px 10px;
    display: inline-block;
    background-color: #fc6caa;
    color: #fff;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #search_result .list .book_item .book_detail .media li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    margin-right: 3px;
  }
  #search_result .list .book_item .book_detail .media li.media_anime {
    background-color: #6c98fc;
  }
  #search_result .list .book_item .book_detail .media li.media_anime:before {
    margin-right: 5px;
    background-image: url("../images/media/icon_anime.svg?id=20250625");
    background-image: url("../images/media/icon_tv.svg");
    transform: translate3d(0, -1px, 0);
    width: 18px;
  }
  #search_result .list .book_item .book_detail .media li.media_drama {
    background-color: #fc6c6c;
  }
  #search_result .list .book_item .book_detail .media li.media_drama:before {
    width: 18px;
    background-image: url("../images/media/icon_drama.svg");
    transform: translate3d(0, -2px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_movie {
    background-color: #fc986c;
  }
  #search_result .list .book_item .book_detail .media li.media_movie:before {
    margin-right: 5px;
    background-image: url("../images/media/icon_movie.svg");
    transform: translate3d(0, -1px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_drama-cd {
    background-color: #34da92;
  }
  #search_result .list .book_item .book_detail .media li.media_drama-cd:before {
    background-image: url("../images/media/icon_cd.svg");
    transform: translate3d(0, -1px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_short_drama {
    background-color: #c890f0;
  }
  #search_result .list .book_item .book_detail .media li.media_short_drama:before {
    background-image: url("/images/media/icon_short_drama.svg?id=20250625");
    transform: translate3d(0, -1px, 0);
  }

  .search_keyword {
    width: 465px;
    margin: 10px auto 0 auto;
  }
  .search_keyword form {
    position: relative;
  }
  .search_keyword form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    line-height: 40px;
    border: solid 1px #000;
    font-size: 1.6rem;
    color: #333;
  }
  .search_keyword form input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus:-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus::-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn.png) center center no-repeat #000;
    width: 40px;
    height: 40px;
    border: solid 1px #000;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search_keyword form input[type="submit"]:hover {
    opacity: .9;
  }

  .search_label {
    position: relative;
  }
  .search_label:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
  }
  .search_label select {
    width: 240px;
    height: 40px;
    padding: 4.5px 10px;
    margin: 0 20px 10px 0;
    display: block;
    appearance: none;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 1.6rem;
    color: #333;
    position: relative;
  }
  .search_label select:focus {
    outline: none;
  }

  #search_tab + .list {
    margin-top: 25px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main #books_index #search_tab ul li#tab_kana::before {
    content: none;
  }

  #search_result .list .book_item .book_detail .media {
    order: 2;
  }
  #search_result .list .book_item .book_detail .media li {
    padding: 7px 10px 5px 10px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: #fc6caa;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #search_result .list .book_item .book_detail .media li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }
  #search_result .list .book_item .book_detail .media li.media_anime {
    background-color: #6c98fc;
  }
  #search_result .list .book_item .book_detail .media li.media_anime:before {
    margin-right: 5px;
    background-image: url("../images/media/icon_tv.svg");
    transform: translate3d(0, -1px, 0);
    width: 18px;
  }
  #search_result .list .book_item .book_detail .media li.media_drama {
    background-color: #fc6c6c;
  }
  #search_result .list .book_item .book_detail .media li.media_drama:before {
    width: 18px;
    background-image: url("../images/media/icon_drama.svg");
    transform: translate3d(0, -2px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_movie {
    background-color: #fc986c;
  }
  #search_result .list .book_item .book_detail .media li.media_movie:before {
    margin-right: 5px;
    background-image: url("../images/media/icon_movie.svg");
    transform: translate3d(0, -1px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_drama-cd {
    background-color: #34da92;
  }
  #search_result .list .book_item .book_detail .media li.media_drama-cd:before {
    background-image: url("../images/media/icon_cd.svg");
    transform: translate3d(0, -1px, 0);
  }
  #search_result .list .book_item .book_detail .media li.media_short_drama {
    background-color: #c890f0;
  }
  #search_result .list .book_item .book_detail .media li.media_short_drama:before {
    background-image: url("/images/media/icon_short_drama.svg?id=20250625");
    transform: translate3d(0, -1px, 0);
  }

  .search_keyword {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .search_keyword form {
    position: relative;
  }
  .search_keyword form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    line-height: 40px;
    border: solid 1px #55a1ff;
    font-size: 1.6rem;
    color: #333;
  }
  .search_keyword form input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus:-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="text"]:focus::-moz-placeholder {
    color: transparent;
  }
  .search_keyword form input[type="submit"] {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/search_btn.png) center center no-repeat #55a1ff;
    width: 40px;
    height: 40px;
    border: solid 1px #55a1ff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search_keyword form input[type="submit"]:hover {
    opacity: .9;
  }

  .search_label {
    position: relative;
  }
  .search_label:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
  }
  .search_label select {
    width: 100%;
    height: 40px;
    padding: 4.5px 10px;
    margin: 0 20px 10px 0;
    display: block;
    appearance: none;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    position: relative;
  }
  .search_label select:focus {
    outline: none;
  }
}
.label_ggirls .search_keyword form input[type="text"] {
  border-color: #eb3e89;
}
.label_ggirls .search_keyword form input[type="submit"] {
  border-color: #eb3e89;
  background-color: #eb3e89;
}
.label_ggirls .search_label select {
  border-color: #eb3e89;
}
.label_ggirls .search_label:after {
  background-color: #eb3e89;
}

.label_gsst .search_keyword form input[type="text"] {
  border-color: #eb3e89;
}
.label_gsst .search_keyword form input[type="submit"] {
  border-color: #eb3e89;
  background-color: #eb3e89;
}
.label_gsst .search_label select {
  border-color: #eb3e89;
}
.label_gsst .search_label:after {
  background-color: #eb3e89;
}

.label_comicmiw .search_keyword form input[type="text"] {
  border-color: #ff90bf;
}
.label_comicmiw .search_keyword form input[type="submit"] {
  border-color: #ff90bf;
  background-color: #ff90bf;
}
.label_comicmiw .search_label select {
  border-color: #ff90bf;
}
.label_comicmiw .search_label:after {
  background-color: #ff90bf;
}

.label_comicfizzy .search_keyword form input[type="text"] {
  border-color: #cd376e;
}
.label_comicfizzy .search_keyword form input[type="submit"] {
  border-color: #cd376e;
  background-color: #cd376e;
}
.label_comicfizzy .search_label select {
  border-color: #cd376e;
}
.label_comicfizzy .search_label:after {
  background-color: #cd376e;
}

.label_mangashokunin_studio .search_keyword form input[type="text"] {
  border-color: #c02119;
}
.label_mangashokunin_studio .search_keyword form input[type="submit"] {
  border-color: #c02119;
  background-color: #c02119;
}
.label_mangashokunin_studio .search_label select {
  border-color: #c02119;
}
.label_mangashokunin_studio .search_label:after {
  background-color: #c02119;
}
