@charset "utf-8";

.content_heading {
  display: block;
  background: #333;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow_link {
  padding: 0 0 0 10px;
  background: url(../images/parts/common/ap_icon_arrow_link.png) no-repeat left center;
  text-decoration: none;
  color: #0098CE;
}

.toggle_newbook {
  background: #eee;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 0 0 0 15px;
}
.toggle_newbook:hover {
  opacity: .8;
}
.toggle_newbook span:after {
  color: #fff;
  display: block;
  background: #FC3540;
  width: 70px;
  height: 36px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  float: right;
  content: "OFF";
}
.toggle_newbook.on span:after {
  background: #b20000;
  content: "ON";
}

button[disabled] {
  background: #aaa !important;
}
button[disabled]:hover {
  opacity: 1 !important;
}

.button_basic button {
  background: #666;
  border: none;
  color: #fff;
  width: 170px;
  height: 30px;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
}
.button_basic button:hover {
  opacity: .8;
}
.button_cart_reset button {
  background: #aaa;
  border: none;
  color: #fff;
  width: 160px;
  padding: 0 0 0 20px;
  height: 30px;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
}
.button_cart_reset button:before {
  content: ' ';
  background: url(../images/parts/common/ap_icon_garbage.png) no-repeat;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -8px 0 0 0;
}
.button_cart_reset button:hover {
  opacity: .8;
}

.button_buy_quick button {
  width: 280px;
  height: 50px;
  background: #F3B211;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_buy_quick button:before {
  content: ' ';
  background: url(../images/parts/common/ap_icon_cart.png) no-repeat;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -8px 0 0 0;
}
.button_buy_quick button:hover {
  opacity: .8;
}

.button_buy button {
  width: 280px;
  height: 50px;
  background: #F77E00;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_buy button:before {
  content: ' ';
  background: url(../images/parts/common/ap_icon_cart.png) no-repeat;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -8px 0 0 0;
}
.button_buy button:hover {
  opacity: .8;
}

.button_read_book button {
  width: 280px;
  height: 50px;
  background: #00468C;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_read_book button: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;
}
.button_read_book button:hover {
  opacity: .8;
}

.button_buy_point button {
  width: 280px;
  height: 50px;
  background: #007EAC;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_buy_point button:hover {
  opacity: .8;
}

.button_accept button {
  width: 300px;
  height: 50px;
  background: #4BAB02;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_accept button:after {
  content: ' ';
  background: url(../images/parts/common/ap_icon_link_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0;
}
.button_accept button:hover {
  opacity: .8;
}

.button_back button {
  width: 100px;
  height: 50px;
  background: #333;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.button_back button:before {
  content: ' ';
  background: url(../images/parts/common/ap_icon_backlink_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -5px 0 0 0;
}
.button_back button:hover {
  opacity: .8;
}

.button_link {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #F93846;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.button_link.middle {
  width: 180px;
}
.button_link.wide {
  width: 240px;
}
.button_link:after {
  content: ' ';
  background: url(../images/parts/common/ap_icon_link_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0;
}
.button_link:hover {
  opacity: .8;
}

.button_link.black_arrow {
  display: block;
  width: 146px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  background: #fff;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
  border: 2px solid #bbb;
}
.button_link.black_arrow: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;
}

.button_backlink {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #F93846;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.button_backlink:before {
  content: ' ';
  background: url(../images/parts/common/ap_icon_backlink_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -5px 0 0 0;
}
.button_backlink:hover {
  opacity: .8;
}

.button_modal_trigger {
  width: 86px;
  height: 26px;
  background: #B49342;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 0;
}
.button_modal_trigger:after {
  content: ' ';
  background: url(../images/parts/mypage/ap_icon_window.png) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -6px 0 0 0;
}
.button_modal_trigger:hover {
  opacity: .8;
}

select.box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: url(../images/parts/common/ap_icon_arrow_down_gray.png) no-repeat 95% center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  text-align: left;
  padding: 5px 18px 5px 10px;
  line-height: 1;
}
select.box::-ms-expand {
  display: none;
}
.AP_error_massage {
  display: block;
  color: #c00;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}


/** modal **/
.AP_modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.AP_modal .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}
.AP_modal .modal_content {
  background: #fff;
  position: absolute;
  width: 560px;
  min-height: 370px;
  left: 50%;
  top: 50%;
  margin-left: -280px;
}
.AP_modal .modal_content .close {
  width: 17px;
  height: 17px;
  background: url(../images/parts/common/ap_icon_modal_close.png) no-repeat;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.AP_modal .modal_content .close:hover {
  opacity: .8;
}
.AP_modal .modal_content .text {
  font-size: 18px;
  padding: 30px 55px;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 40px;
  overflow: auto;
}

.AP_modal.alert .modal_content {
  min-height: 280px;
  padding: 0 0 40px 0;
}
.AP_modal.alert .modal_content .text {
  position: static;
  text-align: center;
  font-size: 18px;
  padding: 100px 20px;
}
.AP_modal .modal_content .confirm_btns {
  width: 100%;
  text-align: center;
}
.AP_modal .modal_content .confirm_btns .button_ok {
  display: inline-block;
  vertical-align: top;
}
.AP_modal .modal_content .confirm_btns .button_ok button {
  background: #FC3540;
  border: none;
  color: #fff;
  width: 220px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
}
.AP_modal .modal_content .confirm_btns .button_ok button:hover {
  opacity: .8;
}
.AP_modal .modal_content .confirm_btns a.button_ok,
.AP_modal .modal_content .confirm_btns .button_cancel {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #999;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin: 0 0 0 16px;
}
.AP_modal .modal_content .confirm_btns a.button_ok {
  background: #FC3540;
  margin: 0;
}
.AP_modal .modal_content .confirm_btns a.button_ok:hover,
.AP_modal .modal_content .confirm_btns .button_cancel:hover {
  opacity: .8;
}

.AP_modal .modal_content .book_data {
  padding: 40px 20px 30px;
}
.AP_modal .modal_content .book_data:after {
  content: ' ';
  display: block;
  clear: both;
}
.AP_modal .modal_content .book_data .thumb {
  width: 160px;
  float: left;
}
.AP_modal .modal_content .book_data .thumb img {
  border: 1px solid #ddd;
  width: 158px;
}
.AP_modal .modal_content .book_data .data {
  float: right;
  width: 330px;
  min-height: 190px;
  padding: 0 0 36px 0;
  position: relative;
}
.AP_modal .modal_content .book_data .data .title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.AP_modal .modal_content .book_data .data .author {
  font-size: 16px;
  margin: 0 0 20px 0;
  /* ▼BG修正 */
  /* display: block; */
  /* ▲BG修正 */
  text-decoration: none;
}
.AP_modal .modal_content .book_data .data .author .limit {
  display: block;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.AP_modal .modal_content .book_data .data .toggle_newbook {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.AP_modal .modal_content .book_data_btns {
  padding: 0 20px 10px;
  text-align: center;
}
.AP_modal .modal_content .book_data_btns > div {
  margin: 0 0 30px 0;
}
.AP_modal .modal_content .book_data_btns .button_link {
  display: inline-block;
  width: 280px;
  background-color: #F26107;
}
.AP_modal .modal_content .book_data_btns .select_mylist {
  width: 220px;
  height: 40px;
  border: 2px solid #bbb;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
}
.AP_modal .modal_content .book_data_btns .select_mylist:hover {
  opacity: .8;
}
.AP_modal .modal_content .book_data_btns .select_mylist .label {
  position: absolute;
  padding: 0 20px;
  z-index: 1;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #545454;
  font-weight: bold;
  width: 180px;
}
.AP_modal .modal_content .book_data_btns .select_mylist select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 40px;
  border: none;
  /* padding: 20px; */
  opacity: 0;
  position: relative;
  z-index: 2;
}
.AP_modal .modal_content .book_data_btns .select_mylist select::-ms-expand {
  display: none;
}
.AP_modal .modal_content .book_data_btns .button_addhidden,
.AP_modal .modal_content .book_data_btns .button_remove_my_list,
.AP_modal .modal_content .book_data_btns .button_remove_hidden {
  padding: 0 20px;
  z-index: 1;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #545454;
  font-weight: bold;
  width: 180px;
  text-decoration: none;
  border: 2px solid #bbb;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  margin: 0 0 0 20px;
}
.AP_modal .modal_content .book_data_btns .button_addhidden:hover,
.AP_modal .modal_content .book_data_btns .button_remove_my_list:hover,
.AP_modal .modal_content .book_data_btns .button_remove_hidden:hover {
  opacity: .8;
}
.AP_modal .modal_content .book_data_btns .button_remove_my_list,
.AP_modal .modal_content .book_data_btns .button_remove_hidden {
  margin: 0;
}
.AP_modal .modal_content .book_data_btns .button_remove_my_list span {
  width: 80px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}

#AP_modal_my_list .modal_content {
  min-height: 280px;
}
.AP_modal .modal_content .form_content {
  padding: 50px 50px 20px;
}
.AP_modal .modal_content .form_content p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.AP_modal .modal_content .form_content label {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.AP_modal .modal_content .form_content input {
  border: 2px solid #ccc;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  width: 436px;
}
