@charset "utf-8";

#AP_BOOK_DETAIL {
  padding: 10px 10px 0;
}
#AP_BOOK_DETAIL:after {
  content: ' ';
  display: block;
  clear: both;
}
#AP_BOOK_DETAIL .free_area {
  margin: 0 0 20px;
}
#AP_BOOK_DETAIL .alert_purchased {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #b00;
  margin: 0 0 20px 0;
}
#AP_BOOK_DETAIL .alert_purchased:before {
  background: url('../images/parts/common/ap_icon_error_32.png');
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#AP_BOOK_DETAIL .bannerArea {
  margin: 0 auto 20px;
  width: 900px;
}
#AP_BOOK_DETAIL .bannerArea img {
  max-width: 100%;
}
#AP_BOOK_DETAIL .freeArea {
  margin: 20px auto 20px;
  width: 900px;
}

#AP_BOOK_DETAIL .content_heading {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    padding-left: 10px;
}
#AP_BOOK_DETAIL .content_heading h2 {
    font-weight: bold;
}

#AP_BOOK_DETAIL #AP_book_header {
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #dbdbdb;
}
#AP_BOOK_DETAIL #AP_book_header h1 {
    font-size: 18px;
    font-weight: bold;
}

#AP_BOOK_DETAIL #AP_thumb_area {
  float: left;
  width: 180px;
  margin: 0 0 40px 60px;
}
#AP_BOOK_DETAIL #AP_thumb_area .thumbnail {
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  width: 100%;
  box-sizing: border-box;
}

#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel {
    display: block;
    height: 28px;
    margin-bottom: 7px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.boy {
background: #22ADDD;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.girl {
background: #E3628E;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.man {
background: #2993FE;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.lady {
background: #D03348;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.otona {
background: #9C57BA;
}
#AP_BOOK_DETAIL #AP_thumb_area .categoryLabel.free {
background: #5EB705;
}


#AP_BOOK_DETAIL #AP_book_info {
    display: flex;
    float: right;
    margin: 0 50px 40px 0;
    width: 640px;
    padding: 30px 0 0 0;
}

#AP_BOOK_DETAIL #AP_book_info .info {
    flex-grow: 1;
}
#AP_BOOK_DETAIL #AP_book_info .info .author {
    margin-bottom: 20px;
}
#AP_BOOK_DETAIL #AP_book_info .info .author a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#AP_BOOK_DETAIL #AP_book_info .info .viewing_deadline {
    margin-bottom: 10px;
}
#AP_BOOK_DETAIL #AP_book_info .info .viewing_deadline label {
    margin: 0 5px 0 0;
}
#AP_BOOK_DETAIL #AP_book_info .info .viewing_deadline select {
    height: 24px;
    min-width: 120px;
}
#AP_BOOK_DETAIL #AP_book_info .info .price {
    font-size: 24px;
    font-weight: bold;
}
#AP_BOOK_DETAIL #AP_book_info .info .price .tax {
    font-size: 12px;
}

#AP_BOOK_DETAIL #AP_book_info .btns {
    clear: both;
    min-width: 280px;
    margin-left: 20px;
}
#AP_BOOK_DETAIL #AP_book_info .btns:after {
    display: block;
    content: '';
    clear: both;
}
#AP_BOOK_DETAIL #AP_book_info .btns > * + * {
    margin-top: 10px;
}
#AP_BOOK_DETAIL #AP_book_info .btns > * + .status {
  margin-top: 6px;
}
#AP_BOOK_DETAIL #AP_book_info .btns .status {
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 4px 0;
}
#AP_BOOK_DETAIL #AP_book_info .btns .status.free {
  border-color: #F00;
  color: #F00;
}
#AP_BOOK_DETAIL #AP_book_info .btns .status.out {
  border-color: #F00;
  color: #F00;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read {
    width: 100%;
    height: 50px;
    padding: 0;
    background: #00468C;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read.trial {
    background: #494;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read.webtoon {
    background: #027eac;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read.disable {
  background-color: #aaaaaa;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read:before {
    content: ' ';
    background: url('../images/parts/common/ap_icon_book.png') no-repeat;
    width: 27px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    background: #00468C;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    display: block;
    margin: 0 10px 0 0;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read:before {
    content: ' ';
    background: url('../images/parts/common/ap_icon_book.png') no-repeat;
    width: 27px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
#AP_BOOK_DETAIL #AP_book_info .btns a.button_read:hover {
    opacity: .8;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy_point button {
    width: 100%;
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy_point button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: -3px 5px 0 0;
    background: url('../images/parts/cart/ap_icon_point.png') no-repeat;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy button {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0 10px 0 0;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy.inCart button {
    border: 3px solid #F77E00;
    color: #F77E00;
    background: #fff;
    font-weight: bold;
    padding: 0;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy.inCart button:before {
    display: none;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy.inCart button:after {
    content: ' ';
    background: url('../images/parts/common/ap_icon_link_arrow_orange.png') no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 5px;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy.all button {
    width: 100%;
    font-size: 16px;
    padding: 0 0 0 30px;
    margin: 0;
    background: #F36107;
}
#AP_BOOK_DETAIL #AP_book_info .btns .button_buy button:before {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: -3px 5px 0 0;
}

#AP_BOOK_DETAIL #AP_book_info .getNewbookInfoArea {
    text-align: right;
}

#AP_BOOK_DETAIL #AP_book_info .toggle_newbook {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    line-height: auto;
    height: auto;
}
#AP_BOOK_DETAIL #AP_book_info .switchArea {
    line-height    : 24px;
    letter-spacing : 0;
    text-align     : center;
    font-size      : 12px;
    position       : relative;
    margin         : auto;
    width          : 60px;
    background     : #fff;
  }
  
  #AP_BOOK_DETAIL #AP_book_info .switchArea label {
    display        : block;
    box-sizing     : border-box;
    height         : 24px;
    border         : 2px solid #a5a5a5; 
    border-radius  : 12px;
    background-color: #a5a5a5;
    color: #fff;
    overflow: hidden;
  }
  
  #AP_BOOK_DETAIL #AP_book_info .toggle_newbook.on .switchArea label {
    border-color   : #78bd78;
  }
  
  #AP_BOOK_DETAIL #AP_book_info .switchArea label span:after{
    content        : "OFF";
    padding        : 0 0 0 14px;
    color          : #fff;
    display: inline-block;
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 22px;
    float: none;
  }
  
  #AP_BOOK_DETAIL #AP_book_info .toggle_newbook.on .switchArea label {
    background-color: #5bb904;
   }
   #AP_BOOK_DETAIL #AP_book_info .toggle_newbook.on .switchArea label span:after{
    content        : "ON";
    padding        : 0 14px 0 0;
    color          : #fff;
    background-color: #5bb904;
  }

  #AP_BOOK_DETAIL #AP_book_info .switchArea #swImg {
    position       : absolute;            /* 親要素からの相対位置*/
    width          : 16px;                /* 丸の横幅           */
    height         : 16px;                /* 丸の高さ           */
    background     : #fff;             /* カーソルタブの背景 */
    top            : 4px;                 /* 親要素からの位置   */
    left           : 4px;                 /* 親要素からの位置   */
    border-radius  : 8px;                /* 角丸               */
    transition     : .2s;                 /* 滑らか変化         */
  }

  #AP_BOOK_DETAIL #AP_book_info .toggle_newbook.on .switchArea #swImg {
    transform      : translateX(36px);    /* 丸も右へ移動       */
    background     : #fff;             /* カーソルタブの背景 */
  }



#AP_OTHER_BOOKS {
  clear: both;
}
#AP_OTHER_BOOKS .content_heading.end:after {
  content: '完結済';
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 20px;
  border-radius: 3px;
  background: #ba0202;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin: -3px 0 0 10px;
}
#AP_OTHER_BOOKS .slide .head {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
}
#AP_OTHER_BOOKS .slide .head.new:after {
  content: 'NEW';
  display: block;
  float: right;
  width: 37px;
  height: 20px;
  border-radius: 6px;
  background: #b00;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
#AP_OTHER_BOOKS .other_books_content li img {
  width: 146px;
}
#AP_OTHER_BOOKS .before_and_after {
  text-align: center;
}
#AP_OTHER_BOOKS .before_and_after a {
  display: inline-block;
  width: 154px;
  height: 36px;
  border: 2px solid #333;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
}
#AP_OTHER_BOOKS .before_and_after a.before:before {
  content: ' ';
  background: url('../images/parts/common/ap_icon_backlink_arrow_black.png') no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -5px 0 0 0;
}
#AP_OTHER_BOOKS .before_and_after a.after:after {
  content: ' ';
  background: url('../images/parts/common/ap_icon_link_arrow_black.png') no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0;
}

#AP_OTHER_BOOKS .list {
  width: 950px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#AP_OTHER_BOOKS .list li {
  width: 445px;
  display: inline-block;
  margin: 0 15px 30px 0;
  vertical-align: top;
  padding: 10px;
}
#AP_OTHER_BOOKS .list li.active {
  background: #eee;
}
#AP_OTHER_BOOKS .list li:nth-child(even) {
  margin: 0 0 30px 0;
}
#AP_OTHER_BOOKS .list li:after {
  content: ' ';
  display: block;
  clear: both;
}
#AP_OTHER_BOOKS .list li .thumb {
  width: 120px;
  float: left;
}
#AP_OTHER_BOOKS .list li .thumb img {
  border: 1px solid #ddd;
  width: 118px;
}
#AP_OTHER_BOOKS .list li .data {
  float: right;
  width: 310px;
  min-height: 140px;
  padding: 0 0 30px 0;
  position: relative;
}
#AP_OTHER_BOOKS .list li .data .title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
}
#AP_OTHER_BOOKS .list li .data .title span {
  display: inline-block;
  vertical-align: middle;
  color: #FF4C4C;
  border: 1px solid #FF4C4C;
  padding: 2px 5px 3px 5px;
  line-height: 1;
  font-size: 11px;
  margin: -3px 0 0 5px;
  font-weight: normal;
}
#AP_OTHER_BOOKS .list li .data .author {
  font-size: 14px;
  margin: 0 0 10px 0;
  display: block;
  text-decoration: none;
}
#AP_OTHER_BOOKS .list li .data .text {
  display: block;
  font-size: 16px;
  margin: 0 0 20px 0;
}
#AP_OTHER_BOOKS .list li .data .cartData {
  width: auto;
  font-size: 14px;
}
#AP_OTHER_BOOKS .list li .data .cartData:after {
  display: block;
  content: '';
  clear: both;
}
#AP_OTHER_BOOKS .list li .data .cartData dt {
  float: left;
  clear: both;
  height: 20px;
  line-height: 20px;
}
#AP_OTHER_BOOKS .list li .data .cartData dd {
  float: left;
  color: #c00;
  height: 20px;
  line-height: 20px;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}
#AP_OTHER_BOOKS .list li .data .cartData dd span {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 30px;
  border-radius: 6px;
  background: #b00;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: -3px 0 0 10px;
  color: #fff;
}
#AP_OTHER_BOOKS .list li .data .cartData dd:last-child {
  border-right: none;
  margin: 0;
  padding: 0;
}

#AP_OTHER_BOOKS .list li .data a.button_read {
  width: 132px;
  height: 50px;
  padding: 0;
  background: #00468C;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
#AP_OTHER_BOOKS .list li .data a.button_read:before {
  content: ' ';
  background: url('../images/parts/common/ap_icon_book.png') no-repeat;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -10px 0 0 0;
}
#AP_OTHER_BOOKS .list li .data a.button_read:hover {
  opacity: .8;
}
#AP_OTHER_BOOKS .list li .data form {
  width: 152px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#AP_OTHER_BOOKS .list li .data .button_buy button {
  width: 152px;
  font-size: 14px;
  padding: 0;
}
#AP_OTHER_BOOKS .list li .data .button_buy button:before {
  left: 10px;
}
#AP_OTHER_BOOKS .list li .data a.button_link {
  width: 100%;
  background: #eaaf00;
  position: absolute;
  bottom: 0;
  left: 0;
}

#AP_OTHER_BOOKS .list .listimg {
  float: left;
  width: 120px;
}
#AP_OTHER_BOOKS .list .listimg img {
  border: solid 1px #ccc;
}
#AP_OTHER_BOOKS .list .textbox {
  float: right;
  width: 300px;
}
#AP_OTHER_BOOKS .list .textbox .volumenumber{
  font-weight: bold;
  font-size: 16px;
}
#AP_OTHER_BOOKS .list .textbox .volumenumber span {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 26px;
  border-radius: 6px;
  background: #b00;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin: 0 5px 5px 0;
  padding: 0;
  font-weight: normal;
}
#AP_OTHER_BOOKS .list .textbox .volumenumber a:hover {
  opacity: .8;
}
#AP_OTHER_BOOKS .list .textbox .minidescription{
  padding: 0 0;
}
#AP_OTHER_BOOKS .list .textbox .bookdata {
  margin-bottom: 10px;
}
#AP_OTHER_BOOKS .list .textbox .bookdata dt,
#AP_OTHER_BOOKS .list .textbox .bookdata dd {
  float: left;
  box-sizing: border-box;
}
#AP_OTHER_BOOKS .list .textbox .bookdata dd {
  padding: 0 0 0 5px;
  color: #c00;
}
#AP_OTHER_BOOKS .list .textbox .bookdata dd + dt {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
#AP_OTHER_BOOKS .list .otherlinkbtn{
  width: 300px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  height: 45px;
  font-size: 16px;
/*  font-weight: bold;*/
  background-color: #f0ad4e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 2%;
}
#AP_OTHER_BOOKS .list .otherlinkbtn .form_cart {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
#AP_OTHER_BOOKS .list .otherlinkbtn .form_cart button {
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  height: 45px;
  font-size: 16px;
  background-color: #F77E00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
/*  margin-bottom: 2%; */
  border: none;
  font-family: "Verdana","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
}
#AP_OTHER_BOOKS .list .otherlinkbtn[data-col="2"] a {
  width: 49%;
}
#AP_OTHER_BOOKS .list .otherlinkbtn[data-col="2"] .form_cart {
  width: 49%;
}
#AP_OTHER_BOOKS .list .otherlinkbtn > *:nth-child(even) {
  margin-left: 2%;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a.free,
#AP_OTHER_BOOKS .list .otherlinkbtn a.read {
  background-color: #007EAC;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a.sample {
  background-color: #494;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a.detail {
  background-color: #f0ad4e;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a.disable {
  background-color: #aaaaaa;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a.smallText {
  font-size: 12px;
}
#AP_OTHER_BOOKS .list .otherlinkbtn a:hover {
  opacity: .8;
}
#AP_OTHER_BOOKS .list .otherlinkbtn .form_cart button:hover {
  opacity: .8;
}

#AP_OTHER_BOOKS .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  gap: 20px;
}
#AP_OTHER_BOOKS .newlink .newlinkbtn a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 380px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  background-color: #f0ad4e;
  border-radius: 4px;
  text-align: center;
}
#AP_OTHER_BOOKS .newlink a:hover {
  opacity: .8;
}
#AP_OTHER_BOOKS .button_buy button {
  width: 380px;
  background-color: #f3610b;
  font-family: "Verdana","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
}
#AP_OTHER_BOOKS .button_buy button:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

#AP_OTHER_BOOKS .list_nav {
  margin: 0 auto 30px;
  padding: 20px 0 0 10px;
  text-align: left;
  border-top: 2px solid #ddd;
}
#AP_OTHER_BOOKS .list_nav li{
  display: inline-block;
  overflow: hidden;
  min-width: 60px;
  height: 60px;
  border: 1px solid #999999;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin: 6px 3px;
  white-space: nowrap;
  color: #092031;
  text-decoration: none;
  vertical-align: middle;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
#AP_OTHER_BOOKS .list_nav li.current {
  font-weight: bold;
}
#AP_OTHER_BOOKS .list_nav li div {
  width: 60px;
  height: 60px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
#AP_OTHER_BOOKS .list_nav li div span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 20px;
  border-radius: 6px;
  background: #b00;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
}

#AP_OTHER_BOOKS .list_nav .slick-slider {
  padding: 0 100px;
}
#AP_OTHER_BOOKS .list_nav .slick-prev,
#AP_OTHER_BOOKS .list_nav .slick-next {
  top: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 60px;
  background: #333;
  color: #fff;
  border: solid 4px #333;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 30px;
  cursor: pointer;
}
#AP_OTHER_BOOKS .list_nav .slick-prev.slick-disabled,
#AP_OTHER_BOOKS .list_nav .slick-next.slick-disabled {
  opacity: .5;
}
#AP_OTHER_BOOKS .list_nav .slick-prev {
  left: 20px;
}
#AP_OTHER_BOOKS .list_nav .slick-next {
  right: 20px;
}
#AP_OTHER_BOOKS .list_nav .slick-prev:before,
#AP_OTHER_BOOKS .list_nav  .slick-next:before {
  display: none;
}

#AP_OTHER_BOOKS .other_volumes {
  width: 930px;
  margin: 10px auto;
}
#AP_OTHER_BOOKS .other_volumes a {
  min-width: 45px;
  height: 45px;
  border: 1px solid #999999;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin: 6px 3px;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
#AP_OTHER_BOOKS .other_volumes span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 50px;
}
#AP_OTHER_BOOKS .other_volumes span b {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  background: #b00;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 0 0 1px 0;
}


#AP_BOOK_DESCRIPTION {
  clear: both;
  margin: 0 0 50px 0;
}
#AP_BOOK_DESCRIPTION .content_heading h2 {
  float: left;
}
#AP_BOOK_DESCRIPTION .content_heading .date {
  float: right;
  font-weight: normal;
  font-size: 13px;
}
#AP_BOOK_DESCRIPTION .content {
  margin: 20px auto 0;
}
#AP_BOOK_DESCRIPTION .description {
  display: block;
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 14px;
  word-break: break-word;
}


#AP_BOOK_DESCRIPTION .detail {
  margin-bottom: 30px;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  text-decoration: underline;
  cursor: pointer;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin: -7px 0 0 0;
  content: '';
  border-top: 6px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  transition: .3s ease;
  transform-origin: 3px 6px;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle.open span:after {
  margin-top: -8px;
  transform: rotate(90deg);
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle_item {
  border-top: 1px solid #dbdbdb;
  margin-top: 10px;
  padding: 20px 80px 0;
  display: none;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle_item table {
  width: 100%;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle_item table th {
  font-size: 14px;
  width: 100px;
  line-height: 1.5;
  padding: 2px 0;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle_item table td {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0;
}
#AP_BOOK_DESCRIPTION .detail .detail_toggle_item table td a {
  text-decoration: none;
}

#AP_BOOK_DESCRIPTION .share {
  margin: 0 0 30px 10px;
}
#AP_BOOK_DESCRIPTION .share:after {
  content: '';
  display: block;
  clear: both;
}
#AP_BOOK_DESCRIPTION .share > * {
  float: left;
}
#AP_BOOK_DESCRIPTION .share > * + * {
  margin-left: 10px;
}


#AP_BOOK_DESCRIPTION .notice {
  font-size: 12px;
  max-width: 800px;
  margin: 0 auto;
}



#AP_BOOK_DETAIL .slide {
  width: 930px;
  margin: 20px auto 40px;
}
#AP_BOOK_DETAIL .slide h3 {
  display: none;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item {
  float: left;
  width: 155px;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item a {
  padding: 0 5px;
  display: inline-block;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item form button {
  margin: 0 5px;
  border: 2px solid #F77E00;
  color: #F77E00;
  width: 145px;
  height: 30px;
  font-weight: bold;
  font-size: 13px;
  background: #fff;
  border-radius: 3px;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item form button:hover {
  opacity: .8;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item img {
  display: block;
  margin: 0 auto 10px auto;
}
#AP_BOOK_DETAIL .owl-carousel .owl-item img {
  width: 145px;
}

.naviroot {
  width: 960px;
  padding: 0 0 20px 0;
  margin: 0;
}
.naviroot a {
  font-style: 14px;
}



#AP_BOOK_DETAIL  .dv_recommend {
	padding-left : 15px;
}
#AP_BOOK_DETAIL  .dv_rc_items{
	width :145px;
	float: left;
	margin: 20px 5px 40px;
}
#AP_BOOK_DETAIL  .dv_rc_items .dv_rc_img img{
    width: 145px;
    display: block;
}
#AP_BOOK_DETAIL  .dv_rc_items .dv_rc_name{
	margin-top: 10px;
}
#AP_BOOK_DETAIL  .grid-clear {
    content: "";
    display: table;
    clear: both;
}


#AP_NOTE {
  padding: 20px 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 50px 0;
  font-feature-settings: "palt";
}
#AP_NOTE .copy {
  font-size: 12px;
}
#AP_NOTE .notice {
  font-size: 11px;
  color: #666;
}