@charset "UTF-8";
#home{
  width: 1024px;
  margin:0 auto;
}
#home.more_content {
  padding-top: 20px;
}
.contentsSearch #home {
  padding-top: 20px;
}
.wrap {
  padding: 0;
  background: none;
}
.home_main {
  padding: 20px 0 0;
}
.home_main .js_languageBox .box_language_choice .language{
  background: none;
}
.slide_area {
  width: 1024px;
  margin: 0 auto;
}
.slide_area .device {
  float: left;
  width: 780px;
  height: 240px;
  /*padding: 30px 40px;*/
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.device .arrow-left {
  background: rgba(000,000,000,0.2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
.device .arrow-left:before {
  font-family:"icomoon";
  content: "\e610";
  color: #fff;
}
.device .arrow-right {
  background: rgba(000,000,000,0.2);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
.device .arrow-right:before {
  font-family:"icomoon";
  content: "\e609";
  color: #fff;
}
.device .swiper-container {
  width: 100%;
  height: 240px;
}
.device .swiper-slide img {
  width: 780px;
  }
.device .content-slide {
  padding: 20px;
  color: #fff;
}
.device .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.device .pagination {
  display: block;
  position: absolute;
  left: 20px;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 2;
}
.device .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.device .swiper-active-switch {
  background: #e15b4e;
}

@media screen and (max-width: 640px) {
    .slide_area .device {
      width: 100%;
      height: auto;
    }
    .device .swiper-container {
      height: auto !important;
    }
    .device .swiper-wrapper {
      height: auto !important;
    }
    .device .swiper-slide {
      height: auto!important;
    }
    .device .swiper-slide img {
      width: 100%;
    }
    .device .pagination {
      display: none;
    }
  }

.slide_area .info_area {
  margin: 0 0 0 20px;
  float: left;
  width: 224px;
  height: 240px;
}
.slide_area .info_area .info {
  display: block;
  height: 210px;
  margin: 0 0 10px;
}
.slide_area .info_area .info .tit {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border:1px solid #ededed;
  border-bottom:0;
  border-radius: 10px 10px 0 0;
  background: #fafafa;
}
.slide_area .info_area .info .tit span {
  float: left;
  font-weight: bold;
  color: #767676;
}
.slide_area .info_area .info .tit a {
  float: right;
}
.slide_area .info_area .info .news {
  width: 224px;
  border:1px solid #ededed;
  border-bottom:0;
  padding: 0 10px;
}
.slide_area .info_area .info .news:last-child {
  border-bottom:1px solid #ededed;
  border-radius: 0 0 10px 10px;
}
.slide_area .info_area .info .news a {
  vertical-align: middle;
  display: table-cell;
  height: 54px;
}
.home_main .slide_area .search.sp {
  display: none;
}
.home_main .slide_area .sns_area {
  margin-top:4px;
  float:right;
}
.home_main .slide_area .sns_area .facebook {
  display: inline-block;
}
.home_main .slide_area .sns_area .twitter {
  display: inline-block;
  padding-right: 10px;
}
iframe.twitter-share-button {
}

/*** MAIN AREA ***/
.hit_menu {
  margin:10px auto;
  width: 1024px;
}
.hit_tit {
  float: left;
  color: #ed9914;
  font-size: 116%;
  font-weight: bold;
  line-height: 15px;
}
.hit_tit:before {
  font-family:"icomoon";
  content: "\e637";
  margin: 0 5px 0 0;
  font-size: 116%;
}
.price_nav {
  float: left;
  margin: 0 0 0 30px;
}
.price_nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border:1px solid #e15b4e;
  background:#fefefe;
  color:#e15b4e;
  font-weight: bold;
}
.price_nav a.free {
  border-radius: 5px 0 0 5px;
  width:50px;
}
.price_nav a.pay {
  border-left: 0;
  width:50px;
}
.price_nav a.series {
  border-radius: 0  5px 5px 0;
  border-left: 0;
  width:80px;
}
.price_nav a.on ,.price_nav a:hover {
  border:1px solid #e15b4e;
  color: #fff;
  background: #e15b4e; /* Old browsers */
  background: -moz-linear-gradient(top, #e15b4e 0%, #ec7f75 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e15b4e), color-stop(99%,#ec7f75)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e15b4e 0%,#ec7f75 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e15b4e 0%,#ec7f75 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e15b4e 0%,#ec7f75 99%); /* IE10+ */
  background: linear-gradient(to bottom, #e15b4e 0%,#ec7f75 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15b4e', endColorstr='#ec7f75',GradientType=0 ); /* IE6-9 */
  /*copy */
}

.page_nav {
  display: block;
  float: right;
  padding: 0 5px;
  border-radius: 10px;
  border:1px solid #ededed;
  background: #fafafa;
  height: 20px;
  line-height: 20px;
  color: #767676;
  font-size: 85%;
}
.page_nav .slash {
  padding: 0 2px;
}
.hit_menu .tab {
    margin: -22px auto 20px;
    width: 956px;
    height: 30px;
    border-bottom: 1px solid #e7e6e1;
    padding: 0 15px;
}
.hit_menu .tab ul {
    position: absolute;
    height: 30px;
    margin: 0 0 0 265px;
    width: 400px;
}
.hit_menu .tab li {
    float: left;
    width: 100px;
}
.hit_menu .tab li.on a, .hit_menu .tab li a:hover {
    background: #fefefe;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: bold;
    height: 30px;
}
.hit_menu .tab li:first-child a, .hit_menu .tab li:first-child .off {
    border-left: 1px solid #e7e6e1;
    border-radius: 5px 0 0;
}
.hit_menu .tab li:last-child a, .hit_menu .tab li:last-child .off {
    border-radius: 0 5px 0 0;
}
.hit_menu .tab li a, .hit_menu .tab li .off {
    background: #fafafa;
    border-right: 1px solid #e7e6e1;
    border-top: 1px solid #e7e6e1;
    color: #72706a;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
/*
.sp_slide.slick-slider {
  display: none;
}
*/
.top_slide.slick-slider,
.sp_slide.slick-slider {
  width: 976px;
  margin: 0 auto;
}
.top_slide .slick-slide,
.sp_slide .slick-slide {
    display: none;
    float: left;
    height: 100%;
    margin: 0 4px;
    min-height: 1px;
}
.top_slide .slick-prev, .top_slide .slick-next,
.sp_slide .slick-prev, .sp_slide .slick-next {
    background: #fefefe;
    border-radius: 50%;
    border:2px solid #4a9cd1;
    text-align: center;
    width: 24px;
    height: 24px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin-top: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 40%;
}
.top_slide .slick-prev:before,
.sp_slide .slick-prev:before {
  position: relative;
  top: 0;
  right: 1px;
  font-family:"icomoon";
  content: "\e704";
  font-size: 117%;
  color: #4a9cd1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.top_slide .slick-next:before,
.sp_slide .slick-next:before {
  position: relative;
  top: 0;
  left: 1px;
  font-family:"icomoon";
  content: "\e707";
  font-size: 117%;
  color: #4a9cd1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
#home hr {
  border-color: #ededed;
}

.box_float{
  display: inline-block;
  margin: 0 12px 10px 0;
  width: 112px;
}
.box_float:nth-child(8n){
  margin-right: 0;
}

.box_float .cover_box {
  position: relative;
  display: block;
  box-shadow: 0 0 2px 2px #e6e6e6;
  background-color: #fff;
  width: 112px;
  height: 150px;
  vertical-align: bottom;
  overflow: hidden;
}
.box_float .cover{
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 150px;
  text-align: center;
}
.box_float .cover .icon-type--shot{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 2px 5px;
  background-color: #EBE7D9;
  color: #7E7C75;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  height: 20px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.box_float .cover .icon-type--series{
  position: absolute;
  top: 0;
  left: 0;  text-align: center;
  padding: 2px 5px;
  background-color: #EAD9EB;
  color: #87478A;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  line-height: 1.4;
  display: block;
}
.box_float .cover .icon-type--draft{
  position: absolute;
  top: 0;
  left: 0;  text-align: center;
  padding: 2px 5px;
  background-color: #F8DFAD;
  color: #A47720;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  line-height: 1.4;
  display: block;
}



.box_float .cover img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 112px;
  /* max-height: 150px; */
  vertical-align: top;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 10px rgba(200,200,200,0.7);
}
.box_float .cover:hover{
  opacity: 0.8;
}

/*** searchResult ***/
.mainContent.searchResult{
}


/*** ranking ***/
.box_float .rank{
  float: left;
  margin: 5px 0 0;
  color: #767676;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
}
.box_float .rank:before {
  margin: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e637";
  position: relative;
  top: -2px;
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: normal;
}
.box_float .rank.first,
.box_float .rank.first:before {
  color:#ed9914;
}
.box_float .rank.second,
.box_float .rank.second:before {
  color: #83a1ab;
}
.box_float .rank.third,
.box_float .rank.third:before {
  color: #c58259;
}
.box_float .rank.other,
.box_float .rank.other:before {
  color: #e96f63;
}
.box_float .rank.other:before {
  content: "\e664";
  font-size: 135%;
  top: -1px;
  margin: 0;
}
/* しおりからヨム */
.box_float .btn_read_s{
    display: block;
    float: left;
    margin: 5px 0 0 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #356fb7;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.box_float .btn_read_s:after {
    font-family:"icomoon";
    content: "\e648";
    font-size: 115%;
}
.box_float .btn_read_s:hover {
    color: #eb4e7e;
}

.box_float .book_data{
  padding: 5px 5px 0 0;
}

/*** float ***/
/***
.rank_float {
  margin: 5px 0 0;
}
.box_float .rank_area {
  float: left;
}
.box_float .rank_book_data{
  margin: 0 0 0 5px;
  float: left;
  width: 113px;
}

.box_float .rank {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
***/
.box_float .detail_box{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 112px;
  height: 38px;
  padding: 0px 4px 4px;
  background: rgba(34,34,34,0.7);
  box-shadow: 0 -2px 10px 5px rgba(34,34,34,0.7);
}
.box_float h1.tit{
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; /* for IE */
  line-height: 1.4;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  color: #fff;
}
.box_float h1.tit a{
  color: #fff;
}
.box_float .txt{
  max-height: 38px;
  padding-bottom: 5px;
  color: #767676;
  overflow: hidden;
}
.box_float .icon {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: middle
}
.box_float .icon img {
    height: auto;
    min-width: 16px;
    width: 100%;
}
.box_float .name {
  display: inline-block;
  width: 82px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; /* for IE */
  line-height: 100%;
  font-size: 85%;
  color: #fff;
  vertical-align: middle;
}
.box_float .name a{
  color: #fff;
  vertical-align: middle;
}
.box_float .about {
  float: left;
  margin: 4px 0 0;
}
.box_float .cat {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  overflow: hidden;

  }

.box_float .cat.comic:before{
  font-family:"icomoon";
  color: #dc5b53;
  content: "\e724";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.box_float .cat.reflow:before{
  font-family:"icomoon";
  color: #1e90fa;
  content: "\e705";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.box_float .cat.draftComic:before{
  font-family:"icomoon";
  color: #6074be;
  content: "\e722";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.box_float .cat.illust:before{
  font-family:"icomoon";
  color: #78b835;
  content: "\e726";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
/*
.box_float .cat.illust {
  background: #71bb1a;
}
.box_float .cat.comic {
  background: #f440aa;
}
.box_float .cat.reflow {
  background: #008aff;
}
.box_float .cat.draftComic {
  background: #fba808;
}*/


.box_float .price {
  color: #bd2c18;
}

.box_float .num_good{
  float: left;
  margin: 5px 0 0;
  color: #767676;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: left;
}
.box_float .num_good:before {
  content: "\e713";
  font-family:"icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  color: #c6c6c6;
  margin: 0 5px;
}

.box_float .btn {
  margin: 5px 0 0;
  width: 112px;
  height: 26px;
  line-height: 26px;
  display: block;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.box_float .btn:hover {
  opacity: 0.8;
}
.box_float .btn.read {
  background: #0c9eb8; /* Old browsers */
  background: -moz-linear-gradient(top, #0c9eb8 0%, #4b91d0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c9eb8), color-stop(100%,#4b91d0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0c9eb8 0%,#4b91d0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9eb8', endColorstr='#4b91d0',GradientType=0 ); /* IE6-9 */
}

.box_float .btn.preview {
  background: #ff5d16; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff5d16 0%, #ff9b00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5d16), color-stop(100%,#ff9b00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff5d16 0%,#ff9b00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d16', endColorstr='#ff9b00',GradientType=0 ); /* IE6-9 */
}
.box_float .btn.dl {
    background: #f93a43;
    background-image: linear-gradient(to bottom, #f93a43, #f93a7d);
    background-clip: padding-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a43', endColorstr='#f93a7d',GradientType=0 );
  }
.box_float .btn.illust {
  background: #12c923; /* Old browsers */
  background: -moz-linear-gradient(top,  #12c923 0%, #7ad01a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12c923), color-stop(100%,#7ad01a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #12c923 0%,#7ad01a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #12c923 0%,#7ad01a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #12c923 0%,#7ad01a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #12c923 0%,#7ad01a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c923', endColorstr='#7ad01a',GradientType=0 ); /* IE6-9 */

}
.homme-separator_line{
  width:1024px;
  margin-left: auto;
  margin-right: auto;
}
.tit_area {
  display: block;
  width: 1024px;
  margin: 10px auto;
}
.more_content .tit_area {
  margin-top: 0;
  padding: 0 10px;
}
.mainContent {
  border-radius: 5px;
  background: #f3f3f3;
  margin: 10px 0;
  padding: 20px 22px;
}
.tit_area li {
  float: left;
}
.tit_area .push_content {
  margin: 0 10px 0 0;
  color: #1fa0bd;
  font-size: 116%;
  font-weight: bold;
}
.tit_area .push_content:before {
  margin: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e655";
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -1px;
}
.tit_area .new_content {
  margin: 0 10px 0 0;
  color: #f83959;
  font-size: 116%;
  font-weight: bold;
}
.tit_area .new_content:before {
  margin: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e706";
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -1px;
}
.tit_area .new_draftComic {
  margin: 0 10px 0 0;
  color: #6074be;
  font-size: 116%;
  font-weight: bold;
}
.tit_area .new_draftComic:before {
  margin: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e722";
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -1px;
}


.tit_area .follow_content {
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
  color: #8ead14;
  font-size: 116%;
  font-weight: bold;
  line-height: 24px;
}
.tit_area .follow_content:before {
  margin: 0 5px;
  font-family:"icomoon";
  content: "\e676";
  font-size: 160%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}



.tit_area .btn_more{
  display: block;
  width: 70px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e9e7e1;
  border-radius: 8px;
  text-align: center;
  color: #356fb7;
  font-size: 85%;
  font-weight: bold;
}
.tit_area .btn_more:hover{
  border: none;
  color: #fff;
  background: #356fb7;
}
.tit_area .page_nav {
  float: right;
}
.comment_winner .tit_area{
  width: auto;
  margin: 0;
}
.comment_admin .tit_area{
  width: auto;
  margin: 0;
}



/* ------------------------------------------------
    本棚
--------------------------------------------- */
#favorites,#bookmarks, .wrap{
}
.shelf{
  margin-top: 15px;
}
.shelf .shelf-tab{
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.shelf .shelf-tab-inner{
  width: 481px;
  height: 41px;
  margin: 15px auto 0;
}
.shelf .shelf-tab-list{
  float: left;
  overflow: hidden;
}
.shelf .shelf-tab-menu{
  display: block;
  color: #72706a;
  border: 1px solid #e7e6e1;
  border-left: none;
  background-color: #f7f6f2;
  width: 120px;
  line-height: 40px;
  text-align: center;
  transition-property: background-color;
  transition: 0.2s ease;
}
.shelf .shelf-tab-list:first-child .shelf-tab-menu{
  border-left: 1px solid #e7e6e1;
  border-top-left-radius: 10px;
}
.shelf .shelf-tab-list:last-child .shelf-tab-menu{
  border-top-right-radius: 10px;
}
.shelf .shelf-tab-menu.on{
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.shelf .shelf-tab-menu:hover{
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #fff;
}
.shelf .shelf-category{
  margin: 20px auto;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 8px 10px 8px 20px;
  vertical-align: top;
  width: 680px;
  overflow: hidden;
}
.shelf .shelf-category-inner{
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.shelf .shelf-category-ttl{
  display: inline-block;
  vertical-align: middle;
  color: #979797;
  padding-right: 10px;
  font-size: 13px;
}
.shelf .shelf-category .shelf-term{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 6px;
}
.shelf .shelf-category .shelf-term .shelf-category-ttl{
    margin-right: -15px;
    padding-right: 0;
}
.shelf .shelf-category .shelf-term-radio{
    display: inline-block;
    vertical-align: top;
}
.shelf .shelf-category .shelf-term-radio input[type="radio"]:checked + label{
    color: #4A4A4A;
}

.shelf .shelf-category .shelf-term-radio label{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #979797;
}
.shelf .shelf-category .shelf-term-radio label:before{
    top: 6px;
    left: 22px;
}
.shelf .shelf-category .shelf-term-radio label:after{
    top:9px;
}
.shelf .shelf-term-bottom{
    width: 680px;
    margin: 0 auto;
    vertical-align: top;
}
.shelf .shelf-term-bottom-btn{

}
.shelf .shelf-term-bottom-txt{
  text-align: right;
  color: #6b6b6b;
  font-size: 11px;
  padding-left: 1rem;
  width: 484px;
  display: inline-block;
  margin-top: 0.7rem;
}
.shelf .shelf-category .cmn-selectbox{
  vertical-align: middle;
  font-size: 13px;
}
.shelf .shelf-main{
  width: 100%;
  padding: 20px 20px 0;
  overflow: hidden;
}
.shelf .no_search_txt{
  text-align: center;
}
.shelf .shelf-main .shelf-step{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
}
.shelf .shelf-book{
  float: left;
  margin: 0 0 20px 12px;
  width: 112px;
}
.shelf .shelf-book:first-child{
  margin-left: 0;
}
.shelf .shelf-book .shelf-book-cover {
  position: relative;
  display: block;
  width: 112px;
  height: 150px;
  vertical-align: bottom;
  overflow: hidden;
}
.shelf .shelf-book .shelf-book-cover-box{
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 150px;
  text-align: center;
}

.shelf .shelf-book .shelf-book-cover-box .icon-type--shot{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 2px 5px;
  background-color: #EBE7D9;
  color: #7E7C75;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  height: 20px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.shelf .shelf-book .shelf-book-cover-box .icon-type--series{
  position: absolute;
  top: 0;
  left: 0;  text-align: center;
  padding: 2px 5px;
  background-color: #EAD9EB;
  color: #87478A;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  line-height: 1.4;
  display: block;
}
.shelf .shelf-book .shelf-book-cover-box .icon-type--draft{
  position: absolute;
  top: 0;
  left: 0;  text-align: center;
  padding: 2px 5px;
  background-color: #F8DFAD;
  color: #A47720;
  font-size: 11px;
  min-width: 48px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
  line-height: 1.4;
  display: block;
}
.shelf .shelf-book .shelf-book-cover-img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 112px;
  max-height: 150px;
  vertical-align: top;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 10px rgba(200,200,200,0.7);
}
.shelf .shelf-book .shelf-book-cover-box:hover{
  opacity: 0.8;
}
.shelf .shelf-book .shelf-book-detail{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 112px;
  height: 38px;
  padding: 0px 4px 4px;
  background: rgba(34,34,34,0.7);
  box-shadow: 0 -2px 10px 5px rgba(34,34,34,0.7);
}
.shelf .shelf-book .shelf-book-detail-ttl{
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; /* for IE */
  line-height: 100%;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  color: #fff;
}
.shelf .shelf-book .shelf-book-detail-ttl a{
  color: #fff;
}
.shelf .shelf-book .txt{
  max-height: 38px;
  padding-bottom: 5px;
  color: #767676;
  overflow: hidden;
}
.shelf .shelf-book .shelf-book-detail-icon {
  margin: 0 4px 0 0;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.shelf .shelf-book .shelf-book-detail-icon img{
  height: auto;
  min-width: 16px;
  vertical-align: middle;
  width: 100%;
}
.shelf .shelf-book .shelf-book-detail-name {
  float: left;
  width: 84px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; /* for IE */
  line-height: 100%;
  font-size: 85%;
  color: #fff;
}
.shelf .shelf-book .shelf-book-detail-name a{
  color: #fff;
  vertical-align: middle;
}
.shelf .shelf-book .shelf-book-about {
  float: left;
  margin: 4px 0 0;
}
.shelf .shelf-book .cat {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  overflow: hidden;
  }
.shelf .shelf-book .cat.comic:before{
  font-family:"icomoon";
  color: #dc5b53;
  content: "\e724";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.shelf .shelf-book .cat.reflow:before{
  font-family:"icomoon";
  color: #1e90fa;
  content: "\e705";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.shelf .shelf-book .cat.draftComic:before{
  font-family:"icomoon";
  color: #6074be;
  content: "\e722";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.shelf .shelf-book .cat.illust:before{
  font-family:"icomoon";
  color: #78b835;
  content: "\e726";
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.shelf .shelf-book .num_good{
  float: left;
  margin: 5px 0 0;
  color: #767676;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: left;
}
.shelf .shelf-book .num_good:before{
  margin: 0 5px;
  font-family:"icomoon";
  color: #c8c8c8;
  content: "\e655";
  position: relative;
  top: -2px;
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-weight: normal;
}
.shelf .shelf-book .shelf-book-tabAbout{
  clear: both;
  margin-top: 5px;
}
.shelf .shelf-book .favTab-btn{
  display: block;
  cursor: pointer;
  font-size: 85%;
  font-weight: bold;
  color: #797979;
  border: 1px solid #eae8e3;
  border-radius: 5px;
  width: 50px;
  line-height: 20px;
  text-align: center;
}
.shelf .shelf-book .favTab-btn:hover{
  background-color: #979797;
  color: #fff;
  border: 1px solid #979797;
}
.shelf .shelf-book .purchasedTab-txt{
  font-size: 85%;
  color: #797979;
}
.shelf .histTab-txt{
  margin: 20px 22px 0;
}

.shelf .search_more .btn_more {
  border: 1px solid #ededed;
  border-radius: 10px;
  color: #356fb7;
  margin: 0 auto 20px;
  width: 140px;
}
.shelf .search_more .btn_more:hover {
  background: #356fb7;
  border: 1px solid #356fb7;
  color: #fff;
}

.shelf .shelf__guide{
  display: inline-block;
}
.shelf .shelf__guide a{
  display: inline-block;
  background-color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 0.3rem;
  box-shadow: 0px 2px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
}
.shelf .shelf__guide a:active{
  top:2px;
  box-shadow: 0px 0px 0px transparent;
}
.shelf .shelf__guide i{
  font-style: normal;
  margin-right: 0.8rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

/* 検索フォーム */
#medibang_store.showMyFavoriteList .favorite_box{
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    color: #767676;
}
#medibang_store.showMyFavoriteList .favorite_box li{
    float: left;
    margin-right: 10px;
    font-size: 85%;
}
#medibang_store.showMyFavoriteList .favorite_box select{
    margin-top: 5px;
    color: #000;
}
/* ご購入ありがとうございました */
.showMyFavoriteList_thanks{
    width: 100%;
    color:#eb4e7e;
  margin: 0 auto;
}
.showMyFavoriteList_thanks .img {
  float: right;
  margin: 0 0 10px;
}
.showMyFavoriteList_thanks .tit {
  padding: 50px 0 20px;
  font-size: 200%;
}
.showMyFavoriteList_thanks .txt {
  font-size: 116%;
}

#medibang_store.showMyFavoriteList .search_book {
    float: left;
    width: 252px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaece3;
}
#medibang_store.showMyFavoriteList .search_book:nth-child(5n-5){
    width: 232px;
}
#medibang_store.showMyFavoriteList .search_book ul{
    width: 232px;
    margin: 20px 20px 20px 0;
    padding: 0 0 20px;
}
#medibang_store.showMyFavoriteList .search_book:nth-child(5n-5) ul{
    margin: 20px 0 0 0;
}
#medibang_store.showMyFavoriteList .book_cover {
    width:200px;
    height: 200px;
}
#medibang_store.showMyFavoriteList .book_cover img {
    max-height: 200px;
    max-width: 200px;
}
#medibang_store.showMyFavoriteList .total_evaluation_star {
    font-size: 85%;
}
#medibang_store.showMyFavoriteList .book_title {
    font-weight: bold;
}
#medibang_store.showMyFavoriteList .book_writer {
    float: left;
    width: 163px;
}
#medibang_store.showMyFavoriteList .book_genre {
    float: left;
    margin-right: 5px;
}
#medibang_store.showMyFavoriteList .book_price {
    margin: 0;
}
#medibang_store.showMyFavoriteList .jq_bookmark_open {
    display: inline;
}
#medibang_store.showMyFavoriteList .jq_bookmark_open img {
    vertical-align: bottom;
}

/* ------------------------------------------------
   検索結果
--------------------------------------------- */
#home .search-area{
  margin: 20px;
  font-size: 116%;
  font-weight: bold;
}

.map_list {
  padding: 0 0 25px;
  border-bottom:1px solid #eaece3;
}
.contactForm .map_list {
  padding: 0;
  border: 0;
}
.map_list li {
  float: left;
  font-weight: bold;
}
.map_list li.map_before {
  margin: 0 20px 0 0;
  color: #eb4e7e;
}
.map_list li.map_arrow {
  margin: 0 20px 0 0;
  font-weight: normal;
  color: #d9d9d9;
}
.map_list li.menu_now {
  margin: 0 20px 0 0;
  color: #8b847a;
}
/* ヒット0件 */
.no_search_book {
  margin: 2px auto;
  width: 100%;
  background: #fff;
  padding: 20px 83px;
  border-radius: 10px;
  font-size: 13px;
}
.no_search_book .box_no_search .box_img{
  background: url(../images/img_MeiMi07.svg) no-repeat top center;
  width: 320px;
  height: 230px;
  float: right;
}
.no_search_book .box_no_search .tit{
  padding-top: 20px;
  font-size: 131%;
  color: #767676;
}
.no_search_book .box_no_search .txt{
  padding: 40px 0 0 50px;
  font-weight: bold;
  font-size: 230%;
  color:#eb4e7e;
}
.no_search_book .easy_entry{
  margin: 10px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #EAECE3;
}

.contentsSearch .no_hit {
  border: 2px solid #DAE6EF;
  border-radius: 8px;
  color: #767676;
  margin: 20px auto;
  padding: 20px 40px;
  text-align: center;
}

/*** 本のポップアップ ***/
.selection .book_pop_box {
  position: absolute;
  width: 130px;
  margin: -5px 0 0 ;
}
.book_pop_box .pop_bg {
  background:#eb4e7e;
  border-radius:5px;
  text-align: left;
  color: #fff;
  position: absolute;
  width: 130px;
  padding: 10px;
  margin: 0 0 0 -15px ;
}
.selection .book_pop_box .arrow {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #eb4e7e;
  left:50%;
  margin: 0 0 0 -14px;
}
.selection .pop_summary {
  max-height: 110px;
  font-size: 85%;
  margin: 0 0 5px;
  text-align: justify;
}
.selection .pop_writer a {
  text-decoration: underline;
  color: #fff;
}
.selection .pop_writer a:hover {
  text-decoration: none;
  color: #fff;
}
.selection .pop_writer_icon:before {
  font-family:"icomoon";
  content: "\e616";
  border-radius: 50%;
  border:1px solid #fff;
  padding: 1px;
  vertical-align: baseline;
  color: #fff;
  font-size: 85%;
}
.selection .btn_book_read {
  margin: 5px 0 0;
  background: #0c9eb8;
  background-image: linear-gradient(to bottom, #0c9eb8, #4c91d1);
  background-clip: padding-box;
  border-radius: 5px;
  border:2px solid #fff;
  padding: 10px 0 ;
}
.selection .btn_book_read:hover {
  opacity: 0.8;
}
.selection .btn_book_read a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.selection .btn_book_read a:before {
  font-family:"icomoon";
  content: "\e638";
  font-size: 185%;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.selection .btn_book_dl {
  margin: 5px 0 0;
  background: #f93a43;
  background-image: linear-gradient(to bottom, #f93a43, #f93a7d);
  background-clip: padding-box;
  border-radius: 5px;
  border:2px solid #fff;
  padding: 10px 0 ;
}
.selection .btn_book_dl:hover {
  opacity: 0.8;
}
.selection .btn_book_dl a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.selection .btn_book_dl a:before {
  font-family:"icomoon";
  content: "\e639";
  font-size: 185%;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.selection .book_pop_more {
  margin: 5px 0 0;
  padding: 5px 0;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color:#eb4e7e;
  font-weight: bold;
}
.selection .book_pop_more:hover {
  opacity: 0.8;
}

/*** SEARCH BOOK ポップアップ ***/
.search_pop_box {
  position: absolute;
  width: 200px;
  margin: -25px 0 0;
}
.search_pop_box .arrow {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #eb4e7e;
  left:50%;
  margin: 0 0 0 -14px;
  position: absolute;
  top:-10px;
}
 .search_pop_box .pop_bg {
  background:#eb4e7e;
  border-radius:5px;
  text-align: left;
  color: #fff;
  position: absolute;
  width: 180px;
  padding: 10px;
}
.search_pop_box .pop_summary {
  max-height: 80px;
  font-size: 85%;
  margin: 0 0 5px;
  text-align: justify;
}
.search_pop_box .pop_writer a {
  text-decoration: underline;
  color: #fff;
}
.search_pop_box .pop_writer a:hover {
  text-decoration: none;
  color: #fff;
}
.search_pop_box .pop_writer_icon:before {
  font-family:"icomoon";
  content: "\e616";
  border-radius: 50%;
  border:1px solid #fff;
  padding: 1px;
  vertical-align: baseline;
  color: #fff;
  font-size: 85%;
}
.search_pop_box .btn_book_read {
  margin: 5px 0 0;
  background: #0c9eb8;
  background-image: linear-gradient(to bottom, #0c9eb8, #4c91d1);
  background-clip: padding-box;
  border-radius: 5px;
  border:2px solid #fff;
  padding: 10px 0 ;
}
.search_pop_box .btn_book_read:hover {
  opacity: 0.8;
}
.search_pop_box .btn_book_read a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.search_pop_box .btn_book_read a:before {
  font-family:"icomoon";
  content: "\e638";
  font-size: 185%;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.search_pop_box .btn_book_dl {
  margin: 5px 0 0;
  background: #f93a43;
  background-image: linear-gradient(to bottom, #f93a43, #f93a7d);
  background-clip: padding-box;
  border-radius: 5px;
  border:2px solid #fff;
  padding: 10px 0 ;
}
.search_pop_box .btn_book_dl:hover {
  opacity: 0.8;
}
.search_pop_box .btn_book_dl a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.search_pop_box .btn_book_dl a:before {
  font-family:"icomoon";
  content: "\e639";
  font-size: 185%;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.search_pop_box .book_pop_more {
  margin: 5px 0 0;
  padding: 5px 0;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color:#eb4e7e;
  font-weight: bold;
}
.search_pop_box .book_pop_more:hover {
  opacity: 0.8;
}
.btn_sns_sp{
     display: none;
}



/* ------------------------------------------------
    イラスト一覧
------------------------------------------------ */
#picture .box_sort {
  color: #898989;
}
.box_sort {
    margin: 20px;
    width: 1024px;
}
.box_sort a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #898989;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 5px;
}
.box_sort a.sort_like span {
  display: inline-block;
  text-indent: -9999px;

}
.box_sort a.sort_like:before {
  content: "\e655";
  font-family: "icomoon";
  margin-right: 3px;
  vertical-align: middle;
  line-height: 10px;
  font-size: 85%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box_sort a:hover, .box_sort a.on {
    background: none repeat scroll 0 0 #a7a7a7;
    border: 1px solid #a7a7a7;
    color: #fff;
}
#picture .picturelist {
  margin: 10px auto;
  width: 100%;
}
#picture .picturelist .pc_list {
  display: block;
}
#picture .picturelist .sp_list {
  display: none;
}
#picture .picturelist .tag_name{
  display: block;
  padding: 15px 15px 15px;
  font-size: 139%;
  font-weight: bold;
  border-bottom: 1px solid #e7e6e1;
}

#picture .picturelist .list {
  padding: 20px ;
}
/*.picturelist .cover_img {
    width: 180px;
    height: 240px;
    overflow: hidden;
}*/
.picturelist .cover_img a {
  display: table-cell;
  width: 180px;
  height: 240px;
  vertical-align: bottom;
  text-align: center;
}
.picturelist .cover_img img {
  max-width: 180px;
  max-height: 240px;
  vertical-align: bottom;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 10px rgba(200,200,200,0.7);

}
.picturelist .cover_img img:hover {
    opacity: 0.8;
}

.picturelist .list_area {
    float: left;
    margin: 0 20px 30px 0;
    width: 180px;
}
.picturelist .list_area:nth-child(5n) {
    margin-right: 0;
}

.picturelist .title {
    margin: 10px 0 0;
    font-weight: bold;
}
.picturelist .title a {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; /* for IE */
}

.picturelist .author {
    margin: 4px 0 0;
}
.picturelist .author a {
    display: block;
    width: 180px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; /* for IE */
}

.picturelist .author a:before {
  font-family: "icomoon";
  content: "\e697";
  color: #c8c8c8;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picturelist .box_num{
  margin: 5px 0 0;
}
.picturelist .num_read{
  float: left;
  height: 26px;
  padding: 3px 8px;
  border: 1px solid #eeeeee;
}
.picturelist .num_read{
  border-radius: 10px;
}
.picturelist .num_read:before {
  font-family:"icomoon";
  content: "\e626";
  position: relative;
  top: -2px;
  margin-top: -2px;
  padding-right: 5px;
  font-size: 129%;
  color: #c8c8c8;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*** いいね！ ***/
.picturelist .like_box {
    margin: 10px 0 0;
}
.like_box .like_button {
  border: 2px solid #ff7e16;
  border-radius: 14px;
  cursor: pointer;
  display: inline;
  float: left;
  width: 38px;
  height: 28px;
  text-align: center;
  color: #ff7e16;
  font-size: 15px;
  line-height: 19px;
}
.like_box .like_button:before {
  content: "\e655";
  font-family: "icomoon";
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  display: inline-block;
}
.like_box .like_button.like-transon:before{
   -moz-transform: rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0px, -6px);/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -6px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -6px);/* Opera 10.5 */
-ms-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -6px);/* IE 9 */
transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -6px);
}
.like_box .like_button:hover {
  /* background: #ff7e16; */
  color: #fff;
}
.like_box .like_button.disable:hover {
  background: #fff;
  color: #ff7e16;
  cursor: default;
}
.like_count_box {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eae7de;
  border-radius: 5px;
  color: #ff7e16;
  display: inline-block;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin: 0 0 0 8px;
  min-width: 25px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 62px;
  z-index: 0;
}
.like_count_box .like_count_box-inner {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55px;
    word-wrap: normal;
}
.like_count_box:before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  content: "";
  display: block;
  height: 0;
  left: -4px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 0;
}
.like_count_box:after {
    border-color: transparent #eae7de transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    left: -7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: -1;
}
#picture .pagination {
  margin: 0;
}

/* ------------------------------------------------
   シリーズモーダル
--------------------------------------------- */
.modal_series{
  width:500px;
  height:600px;
  overflow-y: auto;
}
/**** 新作 ***/
.new_book {
  padding: 0 0 20px;
  border-bottom:1px solid #ededed;
}
.new_book .thumbnail_area {
  float: left;
  width:135px;
  text-align: center;
}
.new_book .thumbnail_area img {
  max-width:135px;
}
.new_book .contents {
  float: left;
  margin: 0 0 0 20px;
  width: 328px;
}
.new_book .contents .series_title {
  font-weight: bold;
}
.new_book .contents .series_category {
  margin: 0 5px 0 0;
  display: inline-block;
  background: #ead9eb;
  color: #87478a;
  font-size: 85%;
  border-radius: 5px;
  line-height: 18px;
  padding: 0 5px;
  vertical-align: middle;
}
.new_book .contents .tit {
  margin: 10px 0 0;
  font-size: 154%;
  width: 330px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #356fb7;
}
.modal_series .contents .count_area {
  margin: 10px 0 0;
}
.modal_series .contents .count_area .read {
  display: inline-block;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ededed;
  line-height: 25px;
  padding: 0 5px;
  font-size: 85%;
  font-weight: bold;
}
.modal_series .contents .count_area .read:before {
  padding: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e626";
  color: #c8c8c8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 139%;
  vertical-align: middle;
}
.modal_series .contents .count_area .good {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ededed;
  line-height: 25px;
  padding: 0 5px;
  font-size: 85%;
  font-weight: bold;
}
.modal_series .contents .count_area .good:before {
  padding: 0 5px 0 0;
  font-family:"icomoon";
  content: "\e655";
  position: relative;
  top: -2px;
  font-size: 116%;
  color: #c8c8c8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  vertical-align: middle;
}
.modal_series .contents .date_area {
  margin: 10px 0 0;
  display: inline-block;
}
.modal_series .contents  .date_area .category {
  display: inline-block;
  border:1px solid #dcdcdc;
  border-radius: 5px;
  line-height: 15px;
  padding:0 3px;
  font-size: 85%;
  color: #767676;
}
.modal_series .contents .date_area .price {
  margin: 0 0 0 5px;
  display: inline-block;
  color: #bd2c18;
}
.modal_series .contents .date_area .release {
  margin: 0 0 0 5px;
  display: inline-block;
  font-size: 85%;
  color: #767676;
}

.new_book .contents .author_area {
  margin: 10px 0 0;
}
.new_book .contents .author_area .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  vertical-align: middle;
}
.new_book .contents .author_area .icon img {
  min-width: 30px;
  width: 100%;
  height: auto;
}
.new_book .contents .author_area .name {
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0 0 0 5px;
  width: 290px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #356fb7;
}
.new_book .contents .author_area .name a {
}

.new_book .contents .btn_area {
  margin: 10px 0 0;
  display: inline-block;
}
.new_book .contents .btn_area .btn {
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  width: 100px;
  line-height: 36px;
}
.new_book .contents .btn_area .btn a {
  color: #fff;
}
.new_book .contents .btn_area .btn:hover {
  opacity: 0.8;
}
.new_book .contents .btn_area .btn.read {
  background: #0c9eb8; /* Old browsers */
  background: -moz-linear-gradient(top, #0c9eb8 0%, #4b91d0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c9eb8), color-stop(100%,#4b91d0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0c9eb8 0%,#4b91d0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9eb8', endColorstr='#4b91d0',GradientType=0 ); /* IE6-9 */
}
.new_book .contents .btn_area .btn.preview {
  background: #ff5d16; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff5d16 0%, #ff9b00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5d16), color-stop(100%,#ff9b00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff5d16 0%,#ff9b00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d16', endColorstr='#ff9b00',GradientType=0 ); /* IE6-9 */
}
.new_book .contents .btn_area .btn.dl {
    background: #f93a43;
    background-image: linear-gradient(to bottom, #f93a43, #f93a7d);
    background-clip: padding-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a43', endColorstr='#f93a7d',GradientType=0 );
}
.new_book .contents .btn_area .btn_more {
  margin: 0 0 0 10px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  color: #356fb7;
  width: 100px;
  line-height: 36px;
  border:1px solid #ededed;
}
.new_book .contents .btn_area .btn_more:hover {
  background: #356fb7;
  color: #fff;
  border-color:#356fb7;
}

.new_book .contents .btn_area .btn_more a {
  color: #fff;
}

/**** 旧作 ***/
.old_book {
  padding: 20px 0;
  border-bottom:1px solid #ededed;
}
.old_book:last-child {
  border:none;
}
.old_book .thumbnail_area {
  float: left;
  width:60px;
  text-align: center;
}
.old_book .thumbnail_area img {
  max-width:60px;
}
.old_book .contents {
  float: left;
  margin: 0 0 0 20px;
  width: 313px;
}
.old_book .contents .tit {
  width: 313px;
  font-size: 100%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #356fb7;
}

.old_book .contents .author_area {
  margin: 10px 0 0;
}
.old_book .contents .author_area .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  vertical-align: middle;
}
.old_book .contents .author_area .icon img {
  min-width: 30px;
  width: 100%;
  height: auto;
}
.old_book .contents .author_area .name {
  display: inline-block;
  margin: 0 0 0 5px;
}
.old_book .contents .author_area .name a {
  line-height: 28px;
}

.old_book .btn_area {
  float: right;
  width: 90px;
}
.old_book .btn_area .btn {
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  width: 90px;
  line-height: 36px;
}
.old_book .btn_area .btn a {
  display: block;
  color: #fff;
}
.old_book .btn_area .btn:hover {
  opacity: 0.8;
}
.old_book .btn_area .btn.read {
  background: #0c9eb8; /* Old browsers */
  background: -moz-linear-gradient(top, #0c9eb8 0%, #4b91d0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c9eb8), color-stop(100%,#4b91d0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0c9eb8 0%,#4b91d0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0c9eb8 0%,#4b91d0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9eb8', endColorstr='#4b91d0',GradientType=0 ); /* IE6-9 */
}
.old_book .btn_area .btn.preview {
  background: #ff5d16; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff5d16 0%, #ff9b00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5d16), color-stop(100%,#ff9b00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff5d16 0%,#ff9b00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff5d16 0%,#ff9b00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d16', endColorstr='#ff9b00',GradientType=0 ); /* IE6-9 */
}
.old_book .btn_area .btn.dl {
    background: #f93a43;
    background-image: linear-gradient(to bottom, #f93a43, #f93a7d);
    background-clip: padding-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a43', endColorstr='#f93a7d',GradientType=0 );
}
.old_book .btn_area .btn_more {
  margin: 10px 0 0;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  color: #356fb7;
  width: 90px;
  line-height: 36px;
  border:1px solid #ededed;
}
.old_book .btn_area .btn_more:hover {
  background: #356fb7;
  color: #fff;
  border-color:#356fb7;
}

.old_book .contents .btn_area .btn_more a {
  color: #fff;
}


@media screen and (max-width: 640px) {
  .box_sort {
    margin: 2% auto;
    width: 100%;
    }
    .site_splash #homeMain {
      display: none;
    }
    #picture.wrap {
      width: 100%;
    }
    #picture .picturelist .pc_list {
      display: none;
    }
    #picture .picturelist .sp_list {
      display: block;
    }
    #picture .picturelist .tag_name{
      display: block;
      padding: 15px 15px 15px;
      font-size: 139%;
      font-weight: bold;
      border-bottom: 1px solid #e7e6e1;
    }

    #picture .picturelist .list {
      padding: 3% 1% ;
    }
    .picturelist .cover_img {
      height: auto;
      overflow: unset;
      text-align: center;
    }
    .picturelist .cover_img a {
/*      width: 100%; */
      height: 240px;
    }
    .picturelist .cover_img img {
      max-height: auto;
/*      width: 100%; */
      height: auto;
    }
    .picturelist .cover_img img:hover {
        opacity: 0.8;
    }

    .picturelist .list_area {
        float: left;
        margin: 0 2% 3%;
        width: 30%;
    }

    .picturelist .title {
        margin: 5px 0 0;
        font-weight: bold;
        font-size: 139%;
    }
    .picturelist .title a {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal; /* for IE */
    }

    .picturelist .author {
        margin: 4px 0 0;
    }
    .picturelist .author a {
        display: block;
        width: 100%;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal; /* for IE */
    }

    .picturelist .author a:before {
      font-family: "icomoon";
      content: "\e697";
      color: #c8c8c8;
      border-radius: 50%;
      vertical-align: middle;
      font-size: 116%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .picturelist .box_num{
      margin: 5px 0 0;
    }
    .picturelist .num_read{
      float: left;
      height: 26px;
      padding: 3px 8px;
      border: 1px solid #eeeeee;
    }
    .picturelist .num_read{
      border-radius: 10px;
    }
    .picturelist .num_read:before {
      font-family:"icomoon";
      content: "\e626";
      position: relative;
      top: -2px;
      margin-top: -2px;
      padding-right: 5px;
      font-size: 129%;
      color: #c8c8c8;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    /*** いいね！ ***/
    .picturelist .like_box {
        margin: 10px 0 0;
    }
    #picture .pagination {
      margin: 0;
    }
    /*new bookself*/
    #favorites .wrap, #bookmarks .wrap{
      width: 100%;
    }

}

/* ------------------------------------------------
    ページネーション
------------------------------------------------ */
.pagination {
  margin: 20px;
  text-align: center;
}
.pagination li {
  display: inline;
  margin: 0px;
}
.pagination li a {
  /* display: inline-block;
  min-width: 30px;
  height: 30px;
  padding: 6px 1px 0;
  border:1px solid #e7e6e1;
  border-radius: 10px;
  color: #767676; */
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #eae7dd;
  border-radius: 5px;
  color: #56410e;
  font-size: 77%;
}
.pagination li a:hover{
  background: #f7f7f4;
}
.pagination li a.first {
  width: 50px;
  float: left;
}

.pagination li a.back {
  width: 40px;
}
.pagination li a.back:after {
  content: "\e604";
  font-family: "icomoon";
  vertical-align: top;
  font-size: 85%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination li a.next {
  width: 40px;
}
.pagination li a.next:after {
  content: "\e606";
  font-family: "icomoon";
  vertical-align: top;
  font-size: 85%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination li a.last {
  width: 50px;
  float: right;
}
.pageAnchor.active{
  background: #f7f7f4;
  font-weight: bold;
}

/*** 検索 ***/
.search_more .btn_more {
    border: 1px solid #000000;
    border-radius: 20px;
    clear: both;
    color: #000000;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    width: 240px;
}
.search_more .btn_more:hover {
     background: #fefefe;
     border: 1px solid #eb4e7e;
     color: #eb4e7e;
}

/***クラパカ起動時 ***/
.alpaca_splash {
  width: 496px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.alpaca_splash li {
  float: left;
  width: 158px;
  margin: 0 11px 0 0;
}
.alpaca_splash li:last-child {
  margin: 0;
}
.alpaca_splash li a:hover {
  opacity: 0.8;
}


/*================
 language
 ================*/
