@charset "EUC-JP";
/* ==========================================================
 category
========================================================== */
/* move to commont
--------------------------------------------------*/
/*sec-submenu*/
.sec-submenu {
  position: relative;
}
.sec-submenu.type-slider {
  height: auto;
}
.wrap-submenu-list.is-fixed {
  position: fixed;
  top: 0;
}
.wrap-submenu-list {
  width: 300px;
  display: inline-block;
  margin-bottom: 20px;
}
/* ttl-submenu */
.ttl-submenu {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 45px;
  position: relative;
}
  .ttl-submenu::before,
  .ttl-submenu::after {
    content: '';
    height: 26px;
    width: 35px;
    position: absolute;
    background: url(/buyer_resources/resources/images/icon16.png) no-repeat center;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  .ttl-submenu::before {
    left: 13px;
  }
  .ttl-submenu::after {
    right: 13px;
  }
    .ttl-submenu span {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      line-height: 1;
      padding-top: 4px;
    }

/*txt-submenu*/
.txt-submenu {
  font-size: 15px;
  margin: 5px 0;
  color: #535353;
}

/*list-submenu-tab*/
.wrap-submenu-tab {
  position: relative;
  border-bottom: 3px solid #ce1c00;
}
  .list-submenu-tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
  }
    .list-submenu-tab .item {
      padding: 0 5px;
      width: 100%;
      height: 31px;
    }
      .list-submenu-tab .item .link {
        position: relative;
        display: block;
        background-color: #adadad;
        color: #fff;
        font-size: 15px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
        text-align: center;
        text-decoration: none;
        padding: 7px 5px 2px;
      }
      .list-submenu-tab .item .link:hover ,
      .list-submenu-tab .item .link.is-current{
        background-color: #ce1c00;
      }

/*panel*/
.panel {
  position: relative;
}

/*list-submenu-content*/
.wrap-submenu-content {
  display: none;
}
.wrap-submenu-content.is-open {
  display: block;
  padding: 0 0 5px;
}
.list-submenu-content {
  position: relative;
  width: 100%;
  margin: 12px 0 4px;
}
  .list-submenu-content .item {
    padding: 0 12px 7px 8px;
  }
    .list-submenu-content .inner {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 7px;
    }
    .pr_block {
      display:block;
      height:90px;
    }
    .pr {
       width: 100%;
       height: 20px;
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }

    .pr .top-txt {
      width: 70px;
      background-color: #000;
      color: #fff;
      position: relative;
      font-size: 15px;
      font-weight: 500;
      height: 20px;
      line-height: 1.6;
      font-family: "Meiryo","Hiragino Kaku Gothic ProN", sans-serif;
    }

    .pr_img {
      margin: 0 0 0 5px;
    }

    .pr_img img {
      width: 60px;
      height: 60px;
      margin: 6px auto 0;

    }

    .pr_img a {
      width: 200px;
      display: inline-block;
      font-size: 14px;
      line-height: 1.4;
      padding: 0 0 0 15px;
    }

    .list-submenu-content .inner .wrap-img:before {
	  content:"";
      display: inline-block;
      vertical-align: middle;
	}

    .list-submenu-content .inner .wrap-img {
      width: 70px;
      text-align: center;
      height: 90px;
      font-size: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
      .list-submenu-content .inner .wrap-img .top-txt {
        width: 100%;
        background-color: #000;
        color: #fff;
        position: relative;
        font-size: 15px;
        font-weight: 500;
        height: 20px;
        line-height: 1.6;
        font-family: "Meiryo","Hiragino Kaku Gothic ProN", sans-serif;
      }
      .list-submenu-content .inner .wrap-img .top-txt.top-01,
      .list-submenu-content .inner .wrap-img .top-txt.top-02,
      .list-submenu-content .inner .wrap-img .top-txt.top-03 {
        text-align: left;
        padding-left: 23px
      }
      .list-submenu-content .inner .wrap-img .top-txt.top-01::before,
      .list-submenu-content .inner .wrap-img .top-txt.top-02::before,
      .list-submenu-content .inner .wrap-img .top-txt.top-03::before {
        content: '';
        width: 14px;
        height: 10px;
        top: 50%;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        position: absolute;
        left: 5px;
      }
      .list-submenu-content .inner .wrap-img .top-txt.top-01::before {
        background: url(/buyer_resources/resources/images/icon17.png) no-repeat center;
      }
      .list-submenu-content .inner .wrap-img .top-txt.top-02::before {
        background: url(/buyer_resources/resources/images/icon18.png) no-repeat center;
      }
      .list-submenu-content .inner .wrap-img .top-txt.top-03::before {
        background: url(/buyer_resources/resources/images/icon19.png) no-repeat center;
      }
        .list-submenu-content .inner .wrap-img .top-txt.top-01 span {
          color: #fadc72;
        }
        .list-submenu-content .inner .wrap-img .top-txt.top-02 span {
          color: #e5e5e5;
        }
        .list-submenu-content .inner .wrap-img .top-txt.top-03 span {
          color: #d5a479;
        }
          .list-submenu-content .inner .wrap-img .top-txt .unit i {
            font-size: 12px;
          }
      .list-submenu-content .inner .wrap-img .image {
        margin: 6px auto 0;
        max-width: 60px;
        max-height: 60px;
        vertical-align: middle;
        display: block;
        width: auto;
        height: auto;
      }
    .list-submenu-content .inner .wrap-txt {
      width: 100%;
    }
      .list-submenu-content .inner .wrap-txt .link {
        display: inline-block;
        font-size: 14px;
        line-height: 1.4;
        padding: 0 0 0 15px;
        min-height: 50px;
      }
      .list-submenu-content .inner .wrap-txt .link.txt-limit {
        overflow: hidden;
        /* display: inline; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 42px;
      }
      .list-submenu-content .inner .wrap-txt .txt-price {
        font-size: 15px;
        font-weight: bold;
        text-align: right;
        margin-top: 7px;
        color: #F00000;
      }


/*btn-submenu*/
.btn-submenu,
.btn-submenu:hover {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(#fff, #ddd);
  background-image: -o-linear-gradient(#fff, #ddd);
  background-image: linear-gradient(#fff, #ddd);
  border: 1px solid #707070;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  min-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
  .btn-submenu span {
    font-size: 18px;
    line-height: 2.2;
  }
/*ttl-cmn-slide*/
.ttl-cmn-slide {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 3px 0 0 20px;
  position: relative;
  width: 100%;
  line-height: 1.6;
}
  .ttl-cmn-slide::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 35px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    left: 0;
    background-color: #ffcd31;
  }

/* custom slider
--------------------------------------------------*/
.btn-slide {
  margin: 10px auto;
  display: block !important;
  cursor: pointer;

}
.btn-slide.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}

/* custom slider
--------------------------------------------------*/
.owl-stage-outer {
  z-index: 10;
}
/* custom nav BTN*/
[class*=box-slide-] .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  width: 100%;
  margin: 0;
  left: 0;
  height: 70px;
  z-index: -1;
}
  [class*=box-slide-] .owl-nav button.owl-prev,
  [class*=box-slide-] .owl-nav button.owl-next {
    position: absolute;
    height: 70px;
    width: 25px;
    margin: 0;
  }
  [class*=box-slide-] .owl-nav button.owl-prev {
    left: 0;
    background: url(/buyer_resources/resources/images/btn06.png) no-repeat center;
  }
    [class*=box-slide-] .owl-nav button.owl-prev:hover {
      background: url(/buyer_resources/resources/images/btn06.png) no-repeat center;
      opacity: 0.8;
    }
  [class*=box-slide-] .owl-nav button.owl-next {
    right: 0;
    background: url(/buyer_resources/resources/images/btn07.png) no-repeat center;
  }
    [class*=box-slide-] .owl-nav button.owl-next:hover {
      background: url(/buyer_resources/resources/images/btn07.png) no-repeat center;
      opacity: 0.8;
    }
    [class*=box-slide-] .owl-nav button.owl-prev span,
    [class*=box-slide-] .owl-nav button.owl-next span {
      display: none;
    }

[class*=box-slide-] .item-slide:hover {
  background-color: #ABD0F5;
}

[class*=box-slide-] .owl-nav button.owl-prev.disabled:hover,
[class*=box-slide-] .owl-nav button.owl-next.disabled:hover {
  opacity: 0.5;
}

 /*link-slide  */
 .link-slide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 156px;
  height: 36px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
.inner:hover .link-slide {
  color: #c00000;
}

/*txt-price-slide*/
.txt-price-slide {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  text-decoration: none;
  color: #F00000;
}

/*txt-slide*/
.txt-slide {
  font-size: 12px;
  color: #696969;
}

/* box-slide-01 */
.box-slide-01 {
  position: relative;
  padding: 0 60px;
  margin-top: 10px;
}
  .box-slide-01 .item-slide .inner {
    padding: 10px 9px 10px 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
    .box-slide-01 .item-slide .wrap-image:before {
      content:"";
      display: inline-block;
      vertical-align: middle;
    }
    .box-slide-01 .item-slide .wrap-image {
      /* padding: 0 8px; */
      margin-bottom: 8px;
      margin: auto;
      text-align:center;
      width: 138px;
      height: 138px;
      font-size:0;
    }
    .box-slide-01 .item-slide .wrap-image .image{
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }

/*wrap-slide.col2 */
.wrap-slide.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .wrap-box-slide-01 {
    width: 27.955%;
    margin-top: 10px;
    background-color: #fefed8;
  }
    .wrap-box-slide-01 .txt-slide {
      text-align: center;
      margin: 10px 0 0;
    }
  .wrap-box-slide-02 {
    width: 70%;
    margin-top: 10px;
  }
    .wrap-box-slide-02 .txt-slide {
      margin: 10px 0 0;
      padding-left: 48px;
    }

/* box-slide-02 */
.box-slide-02 {
  position: relative;
  padding: 0 40px;
}
  .box-slide-02 .item-slide .inner {
    padding: 10px 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .box-slide-02 .item-slide .wrap-image {
    padding: 0 5px;
    margin-bottom: 8px;
  }

/* box-slide-03 */
.box-slide-03 {
  position: relative;
  padding: 0 40px;
  -webkit-transition: opacity 0.8s, height 0.8s;
  -o-transition: opacity 0.8s, height 0.8s;
  transition: opacity 0.8s, height 0.8s;
}
.box-slide-03.is-hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
  .box-slide-03 .item-slide .inner {
    padding: 10px 8px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
    .box-slide-03 .item-slide .wrap-image {
      padding: 0 5px;
      margin-bottom: 8px;
    }



/* common catagory
--------------------------------------------------*/
/*sec-pickup-01*/
.sec-pickup-01 {
  position: relative;
}
.box-pickup-select {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EDEDED;
  padding: 3px 2px 2px 18px;
}
  .box-pickup-select .text {
    font-size: 11px;
  }

/*form-pickup*/
.form-pickup {
  position: relative;

}
  .form-pickup label {
    font-size: 14px;
    margin-right: 8px;
  }
  .form-pickup .selection-pickup {
    width: 127px;
    height: 25px;
  }

/*sec-book-cmn*/
.sec-book-cmn {
  position: relative;
}
  .sec-book-cmn.type-blue {
    background-color: #eafffe;
  }
  .sec-book-cmn .txt-type{
    position: absolute;
    right: 8px;
    top: 8px;
    color: #3b3b3b;
    font-weight: bold;
  }
  .sec-book-cmn.type-yellow {
    background-color: #fdf3da;
    padding-bottom: 10px;
  }
  .sec-book-cmn.type-gray {
    background-color: #f6f6f6;
    padding-bottom: 10px;
  }
  .sec-book-cmn.type-copper {
    padding-bottom: 10px;
    background-color: #fdf0e7;
  }

/*wrap-book-content*/
.wrap-book-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
  .box-book-content {
    width: 77.8%;
    padding-right: 20px;
    padding-left: 10px;
  }
  .box-book-content.type-02 {
    padding-bottom: 10px;
  }
  .box-book-content .wrap-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 54px;
  }
  .box-book-content .wrap-txt.is-active {
    display: block;
    height: auto;
  }

/*.box-book-btn*/
.box-book-btn {
  width: 20%;
  padding: 15px 0 0 15px;
  text-align: center;
}
  .box-book-btn .price {
    color: #F00000;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .box-book-btn .btn {
    width: 100%;
    height: 45px;
    display: block;
    border: none;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-size: 21px;
    padding-top: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .box-book-btn .btn:hover {
    opacity: 0.7;
  }
  .box-book-btn .btn.type-blue {
    color: #fff;
    background-color: #346090;
  }
  .box-book-btn .btn.type-yellow {
    height: 70px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    color: #000;
    background-color: #FFCD31;
  }
  .box-book-btn .btn.type-gray {
    color: #5a5a5a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background-image: -webkit-linear-gradient(#fff, #efefef);
    background-image: -o-linear-gradient(#fff, #efefef);
    background-image: linear-gradient(#fff, #efefef);
    height: 35px;
    border-color: #707070;
    font-size: 14px;
    margin: 25px 0 0;
  }
  .box-book-btn .btn.type-disable {
    opacity: 1;
    cursor: auto;
    color: #fff;
    background-color: #989898;
  }
.btn-fav {
  color: #a7a7a7;
  padding-left: 40px;
  font-size: 21px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
}
  .btn-fav::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
    background: url(/buyer_resources/resources/images/icon08.png) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .btn-fav:active,
  .btn-fav:visited,
  .btn-fav:focus {
    color: #a7a7a7;
    text-decoration: none;
  }
  .btn-fav:hover,
  .btn-fav.is-active {
    color: #ff5c5d;
    text-decoration: none;
  }
  .btn-fav.is-active {
    pointer-events: none;
  }
    .btn-fav:hover::before,
    .btn-fav.is-active::before {
      background: url(/buyer_resources/resources/images/icon09.png) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
    }
/*wrap-top*/
.wrap-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
  .wrap-top .wrap-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .wrap-top .wrap-image {
    width: 90px;
    text-align: center;
    height: 90px;
    font-size: 0;
  }
  .wrap-top .wrap-image .image{
    max-width: 90px;
    max-height: 90px;
    vertical-align: middle;
    display: block;
    width: auto;
    height: auto;
	margin: 0 auto;
  }
  .wrap-top .wrap-content {
    padding: 0 0 0 18px;
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
    .wrap-top .wrap-content .ttl {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 21px;
      line-height: 1.33;
      color: #479AD3;
      text-decoration: underline;
    }
    .wrap-top .wrap-content .ttl:hover {
      color: #CE1C00;
    }
    .wrap-top .wrap-content .txt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 12px;
      font-size: 14px;
    }

/*wrap-txt*/
.wrap-txt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.wrap-txt.is-active {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 54px;
}
.wrap-txt.is-hide {
  display: none;
}
/*wrap-link*/
.wrap-link {
  text-align: right;
  margin: 5px 0 0;
}
.wrap-link a{
  cursor: pointer;
}
.wrap-link span{
  font-size: 9px;
}
/*box-payment*/
.box-payment {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 0 10px;
}
  .box-payment p {
    width: 85px;
    position: relative;
    padding: 2px 0 0 20px;
  }
    .box-payment p:before {
      content: '';
      width: 15px;
      height: 15px;
      left: 0;
      top: 10px;
      -webkit-transform: translate3d(0,-50%,0);
      transform: translate3d(0,-50%,0);
      position: absolute;
      background: url(/buyer_resources/resources/images/icon06.png) no-repeat;
    }
/*list-payment*/
.list-payment {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 0 -5px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .list-payment .item {
    margin: 0 5px 5px 0;
    font-size: 11px;
    background-color: #989898;
    color: #fff;
    text-align: center;
    padding: 3px 7px 2px;
  }
  .list-payment .item.type-blue {
    background-color: #003C83;
  }

/*list-pickup*/
.list-pickup {
  position: relative;
  margin-top: 10px;
}
  .list-pickup .item-pickup {
    position: relative;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
  }
  .list-pickup .item-pickup:last-of-type {
    border-bottom: none;
  }
  .list-pickup .item-pickup.is-hide {
    display: none;
  }

/*list-book-status*/
.list-book-status {
  position: relative;
  width: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .list-book-status .item {
    margin-right: 5px;
    padding: 5px 17px 3px;
    color: #fff;
    min-width: 100px;
    text-align: center;
  }
  .list-book-status .item.type-red {
    background-color: #E53E3E;
  }
  .list-book-status .item.type-green {
    background-color: #8ED873;
  }
  .list-book-status .item.type-blue {
    background-color: #74A5E8;
  }

/*wrap-book-content*/
.wrap-book-content {

}

/*wrap-page*/
.wrap-page {
  position: relative;
  height: 60px;
  background-color: #E8E8E8;
  padding: 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
  .wrap-page .txt {
    font-size: 11px;

  }
  .wrap-page .box-page {
    width: 660px;
    height: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 40px;
  }
    .wrap-page .box-page .btn-page {
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      position: relative;
    }
    .wrap-page .box-page .btn-page.prev {
      margin-right: 28px;
      padding-left: 20px;
    }
      .wrap-page .box-page .btn-page.prev::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        border-style: solid;
        border-width: 7px 8px 7px 0;
        border-color: transparent #489bd3 transparent transparent;
        top: 45%;
        -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0);
      }
      .wrap-page .box-page .btn-page.prev:hover:before,
      .wrap-page .box-page .btn-page.prev:active:before,
      .wrap-page .box-page .btn-page.prev:focus:before {
        border-color: transparent #CE1C00 transparent transparent;
      }
      .wrap-page .box-page .btn-page.prev::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 3px;
        border-style: solid;
        border-width: 7px 8px 7px 0;
        border-color: transparent #fff transparent transparent;
        top: 45%;
        -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0);
      }
    .wrap-page .box-page .btn-page.next {
      margin-left: 28px;
      padding-right: 20px;
    }
      .wrap-page .box-page .btn-page.next::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 7px 0 7px 8px;
        border-color: transparent transparent transparent #489bd3;
        top: 45%;
        -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0);
      }
      .wrap-page .box-page .btn-page.next:hover:before,
      .wrap-page .box-page .btn-page.next:active:before,
      .wrap-page .box-page .btn-page.next:focus:before {
        border-color: transparent transparent transparent #CE1C00;
      }
      .wrap-page .box-page .btn-page.next::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: 3px;
        border-style: solid;
        border-width: 7px 0 7px 8px;
        border-color: transparent transparent transparent #fff;
        top: 45%;
        -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0);
      }
  .wrap-page .list-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
    .wrap-page .list-page .item {
      line-height: 0.95;
      padding: 0 9.5px;
      border-left: 1px solid #707070;
      position: relative;
      position: relative;
    }
    .wrap-page .list-page .item:last-child {
      border-right: 1px solid #707070;
    }
      .wrap-page .list-page .item a {
        text-decoration: none;
      }

.ad_search_bottom {
  margin-top:20px;
  width:100%;
}
  .ad_search_bottom .ad_left {
    margin-left: 130px;
    float:left;
  }
  .ad_search_bottom .ad_right {
    margin-left: 20px;
    float:left;
  }
