@charset "utf-8";

#AP_MYPAGE_CONTENTS {
  width: 960px;
  margin: 0 auto;
  padding: 30px 10px 0;
}

#AP_MYPAGE_CONTENTS .content_heading {
  margin: 20px 0 0 0;
}
#AP_MYPAGE_CONTENTS .content_heading .button_backlink {
  float: left;
  margin: 5px 20px 0 -10px;
}

/* ページャー */
#AP_MYPAGE_CONTENTS div.pager{
    margin: 30px auto;
    text-align: center;
}
#AP_MYPAGE_CONTENTS div.pager div{
    display: -moz-inline-box; /* For FireFox 2 */
    display: inline-block;    /* For FireFox 3 & Chrome & Safari */
    /display: inline;         /* For IE */
    /zoom: 1;                 /* For IE */
    height:       23px;
    /vertical-align: bottom;  /* For IE */
}
#AP_MYPAGE_CONTENTS div.pager a,
#AP_MYPAGE_CONTENTS div.pager span{
  display: block;
  overflow: hidden;
  min-width: 22px;
  padding: 0 5px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #333;
  color: #fff;
  border:           solid 2px #333;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 2px;
}
#AP_MYPAGE_CONTENTS div.pager .jump{
  width: 58px;
}
* html #AP_MYPAGE_CONTENTS div.pager .jump{ /* for IE */
  padding-top: 5px;
  padding-bottom: 3px;
}
#AP_MYPAGE_CONTENTS div.pager a:hover{
  opacity: .8;
}
#AP_MYPAGE_CONTENTS div.pager span.current{
  color:            #333;
  background-color: #fff;
}
#AP_MYPAGE_CONTENTS div.pager span.disabled{
    opacity: .8;
}

#AP_MYPAGE_TAB {
  width: 100%;
  border-bottom: 3px solid #333;
}
#AP_MYPAGE_TAB ul {
  text-align: center;
}
#AP_MYPAGE_TAB ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px -3px;
  position: relative;
}
#AP_MYPAGE_TAB ul li a {
  display: block;
  height: 38px;
  line-height: 37px;
  font-size: 15px;
  width: 176px;
  border: 3px solid #333;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.index #AP_MYPAGE_TAB ul li a.tab_index,
.bookshelf #AP_MYPAGE_TAB ul li a.tab_bookshelf,
.newbook #AP_MYPAGE_TAB ul li a.tab_newbook {
  background: #fff;
  box-shadow: 0 1px 0 0 #fff;
  border-bottom-color: #fff;
  color: #333;
}
#AP_MYPAGE_TAB ul li .count {
  text-indent: 0;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  display: block;
  font-size: 13px;
  background: #FF3139;
  height: 20px;
  min-width: 10px;
  padding: 0 5px;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  pointer-events: none;
}


#MY_PAGE_SUB_TAB {
  width: 100%;
  border-bottom: 3px solid #333;
  padding: 10px 0;
}
#MY_PAGE_SUB_TAB ul {
  text-align: center;
}
#MY_PAGE_SUB_TAB ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
#MY_PAGE_SUB_TAB ul li a {
  display: block;
  height: 35px;
  line-height: 37px;
  font-size: 14px;
  padding: 0 20px 0 30px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  background-image: url(../images/parts/mypage/ap_icon_arrow_subtab.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  border-radius: 3px;
}
.page_buy_list #MY_PAGE_SUB_TAB ul li a.subtab_buy_list,
.page_my_list #MY_PAGE_SUB_TAB ul li a.subtab_my_list,
.page_hidden_list #MY_PAGE_SUB_TAB ul li a.subtab_hidden_list {
  background-color: #E1E0D2;
}

#AP_MYPAGE_CONTENT {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#AP_MYPAGE_CONTENT .userinfo {
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
#AP_MYPAGE_CONTENT .userinfo:after {
  content: '';
  clear: both;
  display: block;
}
#AP_MYPAGE_CONTENT .userinfo dl {
  float: left;
}
#AP_MYPAGE_CONTENT .userinfo dl dt {
  color: #888;
  font-size: 13px;
  float: left;
  clear: both;
  width: 135px;
  margin: 0 0 15px 0;
    height: 20px;
    line-height: 20px;
}
#AP_MYPAGE_CONTENT .userinfo dl dd {
  float: left;
  font-size: 18px;
  line-height: 20px;
  max-width: 650px;
}
#AP_MYPAGE_CONTENT .userinfo dl dd.email {
  font-size: 16px;
}
#AP_MYPAGE_CONTENT .userinfo dl dd span {
  font-size: 14px;
  padding: 0 0 0 5px;
}
#AP_MYPAGE_CONTENT .userinfo a {
  float: right;
  display: block;
  width: 112px;
  height: 36px;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  color: #333;
  border: 2px solid #aaa;
  border-radius: 4px;
}
#AP_MYPAGE_CONTENT .userinfo a:hover {
  opacity: .8;
}

#AP_MYPAGE_CONTENT .column_point {
  float: left;
  width: 400px;
  min-height: 400px;
  padding: 15px 20px 20px;
  background: #E4F3F7;
}
#AP_MYPAGE_CONTENT .column_point .header {
  border-bottom: 6px solid #CDE8F0;
  padding: 0 0 10px 0;
}
#AP_MYPAGE_CONTENT .column_point .header:after {
  content: '';
  clear: both;
  display: block;
}
#AP_MYPAGE_CONTENT .column_point .header .label {
  font-size: 18px;
  font-weight: bold;
  float: left;
  height: 40px;
  padding: 0 0 0 55px;
  background: url(../images/parts/mypage/ap_icon_point.png) no-repeat;
  line-height: 40px;
}
#AP_MYPAGE_CONTENT .column_point .header .point {
  font-size: 30px;
  font-weight: bold;
  color: #0085B2;
  margin: 0;
  float: right;
}
#AP_MYPAGE_CONTENT .column_point .header .point span {
  font-size: 16px;
}
#AP_MYPAGE_CONTENT .column_point .point_history {
  width: 310px;
  margin: 20px auto 25px;
}
#AP_MYPAGE_CONTENT .column_point .point_history .label {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#AP_MYPAGE_CONTENT .column_point .point_history table tbody th {
  font-size: 16px;
  font-weight: normal;
  padding: 0 25px 6px 0;
}
#AP_MYPAGE_CONTENT .column_point .point_history table tbody td {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 6px 0;
}
#AP_MYPAGE_CONTENT .column_point .note {
  margin: 0 0 15px 0;
}
#AP_MYPAGE_CONTENT .column_point .btns .button_point_history {
  float: left;
  width: 190px;
  background: #3DA5C8;
}
#AP_MYPAGE_CONTENT .column_point .btns .button_point_charge {
  float: right;
  width: 190px;
  background: #0084b4;
}

#AP_MYPAGE_CONTENT .column_coupon {
  float: right;
  width: 400px;
  min-height: 400px;
  padding: 15px 20px 20px;
  background: #F3F0E5;
}
#AP_MYPAGE_CONTENT .column_coupon .header {
  padding: 0 0 10px 0;
}
#AP_MYPAGE_CONTENT .column_coupon .header:after {
  content: '';
  clear: both;
  display: block;
}
#AP_MYPAGE_CONTENT .column_coupon .header .label {
  font-size: 18px;
  font-weight: bold;
  float: left;
  height: 40px;
  padding: 0 0 0 55px;
  background: url(../images/parts/mypage/ap_icon_coupon.png) no-repeat;
  line-height: 40px;
}
#AP_MYPAGE_CONTENT .column_coupon .content table {
  width: 100%;
  margin: 0 0 20px 0;
}
#AP_MYPAGE_CONTENT .column_coupon .content table thead {
  background: #C7AF73;
}
#AP_MYPAGE_CONTENT .column_coupon .content table thead th {
  padding: 4px 12px;
  color: #fff;
  font-weight: normal;
}
#AP_MYPAGE_CONTENT .column_coupon .content table thead th.coupon_name {
  width: 120px;
}
#AP_MYPAGE_CONTENT .column_coupon .content table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
#AP_MYPAGE_CONTENT .column_coupon .content .button_coupon_list {
  width: 190px;
  margin: 0 auto;
  background: #B39249;
}

#AP_MYPAGE_CONTENT .column_history {
  padding: 30px 0 0 0;
  clear: both;
  text-align: center;
}
#AP_MYPAGE_CONTENT .column_history a {
  display: inline-block;
  margin: 0 0 0 20px;
  width: 200px;
}



/** ポイント履歴 **/
.page_point_history #AP_MYPAGE_CONTENT .point_info {
  width: 440px;
  height: 60px;
  background: #E4F3F7;
  margin: 10px auto 30px;
}
.page_point_history #AP_MYPAGE_CONTENT .point_info .label {
  font-size: 18px;
  font-weight: bold;
  float: left;
  height: 60px;
  padding: 0 0 0 75px;
  background: url(../images/parts/mypage/ap_icon_point.png) no-repeat 20px 10px;
  line-height: 60px;
}
.page_point_history #AP_MYPAGE_CONTENT .point_info .point {
  font-size: 30px;
  font-weight: bold;
  color: #0085B2;
  margin: 0;
  float: right;
  margin: 0 20px 0 0;
  line-height: 60px;
}
.page_point_history #AP_MYPAGE_CONTENT .point_info .point span {
  font-size: 16px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table {
  width: 800px;
  margin: 0 auto 20px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table thead {
  background: #7CC2D9;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table thead th {
  padding: 4px 12px;
  color: #fff;
  height: 22px;
  font-weight: normal;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table thead th.date {
  width: 120px;
  padding: 4px 30px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table thead th.text {
  width: 300px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table thead th.point {
  width: 120px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.page_point_history #AP_MYPAGE_CONTENT .column_point_history table tbody td.date {
  width: 120px;
  padding: 4px 30px;
}


/** クーポン一覧 **/
.page_coupon_list #AP_MYPAGE_CONTENT .column_coupon_list table {
  width: 650px;
  margin: 0 auto 20px;
}
.page_coupon_list #AP_MYPAGE_CONTENT .column_coupon_list table thead {
  background: #CBB37B;
}
.page_coupon_list #AP_MYPAGE_CONTENT .column_coupon_list table thead th {
  padding: 4px 12px;
  height: 22px;
  color: #fff;
  font-weight: normal;
}
.page_coupon_list #AP_MYPAGE_CONTENT .column_coupon_list table thead th.coupon_name {
  width: 280px;
}
.page_coupon_list #AP_MYPAGE_CONTENT .column_coupon_list table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}


/** 本棚 **/
#AP_MYPAGE_SEARCHFORM {
  background: #eee;
  height: 32px;
  padding: 15px;
  margin: 20px 0 0 0;
}
#AP_MYPAGE_SEARCHFORM #mypage_search_word_form {
  float: left;
  background: #fff;
  border: 1px solid #9D986C;
  width: 400px;
  height: 26px;
  padding: 2px;
  border-radius: 3px;
  margin-right: 5px;
}
#AP_MYPAGE_SEARCHFORM #mypage_search_word_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-repeat: no-repeat;
    background-color: #333;
    background-image: url(../images/parts/global_header/arrow_white_down.png);
    background-position: 75px center;
    width: 90px;
    height: 26px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: left;
    padding: 0 0 0 8px;
}
#AP_MYPAGE_SEARCHFORM #mypage_search_word_form select::-ms-expand {
  display: none;
}
#AP_MYPAGE_SEARCHFORM input.textbox {
    width: 275px;
    outline: 0;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 4px 8px;
    color: #333333;
}
#AP_MYPAGE_SEARCHFORM input.button_search_word {
    outline: 0;
    float: left;
    background-image: url(../images/parts/global_header/ap_search_navigation.png);
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
#AP_MYPAGE_SEARCHFORM .search_result_sort {
  float: right;
}
#AP_MYPAGE_SEARCHFORM .search_result_sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: url(../images/search/arrow_gray_down.png) no-repeat 95% center #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  text-align: left;
  padding: 5px 18px 5px 10px;
  line-height: 1;
  height: 26px;
  margin: 3px 0;
  width: 115px;
}
#AP_MYPAGE_SEARCHFORM .search_result_sort select::-ms-expand {
  display: none;
}
#AP_MYPAGE_SEARCHFORM .search_result_sort select.short {
  width: 90px;
}

#AP_THUMBNAIL_BOX > div {
  width: 162px;
  padding: 20px 0 0 0;
  margin: 0 12px 20px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#AP_THUMBNAIL_BOX > div a:hover {
  opacity: .8;
}
#AP_THUMBNAIL_BOX > div .detail-limit {
  text-align: center;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 20px;
  background: #c00;
  font-size: 12px;
  color: #fff;
}
#AP_THUMBNAIL_BOX > div .detail-thumb {
  margin: 0 0 15px 0;
}
#AP_THUMBNAIL_BOX > div .detail-thumb img {
  border: 1px solid #ddd;
  width: 160px;
}
#AP_THUMBNAIL_BOX > div .detail-title {
  font-size: 14px;
  text-decoration: none;
}
#AP_MYPAGE_CONTENT .link_history {
  width: 200px;
  margin: 40px auto 0;
}


#AP_TITLE_BOX > div {
  width: 430px;
  display: inline-block;
  margin: 0 25px 30px 0;
  vertical-align: top;
}
#AP_TITLE_BOX > div:nth-child(even) {
  margin: 0 0 30px 0;
}
#AP_TITLE_BOX > div:after {
  content: ' ';
  display: block;
  clear: both;
}
#AP_TITLE_BOX > div .thumb {
  width: 120px;
  float: left;
}
#AP_TITLE_BOX > div .thumb img {
  border: 1px solid #ddd;
  width: 118px;
}
#AP_TITLE_BOX > div .data {
  float: right;
  width: 290px;
  min-height: 140px;
  padding: 0 0 30px 0;
  position: relative;
}
#AP_TITLE_BOX > div .data .title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
}
#AP_TITLE_BOX > div .data .author {
  font-size: 14px;
  margin: 0 0 10px 0;
  display: block;
  text-decoration: none;
}
#AP_TITLE_BOX > div .data .author .limit {
  display: block;
  margin: 0 0 20px 0;
}
#AP_TITLE_BOX > div .data .button_read {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#AP_MYPAGE_CONTENT .column_my_list {
  width: 800px;
  margin: 0 auto;
}
#AP_MYPAGE_CONTENT .column_my_list table {
  width: 100%;
  margin: 20px 0 20px 0;
}
#AP_MYPAGE_CONTENT .column_my_list table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#AP_MYPAGE_CONTENT .column_my_list table .check {
  width: 40px;
  padding: 0 20px 0 0;
  text-align: right;
}
#AP_MYPAGE_CONTENT .column_my_list table .name {
  padding: 0 10px;
  font-size: 14px;
}
#AP_MYPAGE_CONTENT .column_my_list table .name p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
}
#AP_MYPAGE_CONTENT .column_my_list table .btns {
  padding: 10px 0 10px 10px;
  width: 240px;
  text-align: right;

}
#AP_MYPAGE_CONTENT .column_my_list table .btns .button_link {
  display: inline-block;
  width: 96px;
  height: 36px;
  line-height: 36px;
}
#AP_MYPAGE_CONTENT .column_my_list table .btns .button_link:after {
  display: none;
}
#AP_MYPAGE_CONTENT .column_my_list table .btns .button_list_edit {
  line-height: 32px;
  font-size: 14px;
  color: #545454;
  font-weight: bold;
  width: 92px;
  text-decoration: none;
  border: 2px solid #bbb;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  height: 32px;
  margin: 0 0 0 10px;
}
#AP_MYPAGE_CONTENT .column_my_list table .btns .button_list_edit:hover {
  opacity: .8;
}

#AP_MYPAGE_CONTENT .column_my_list .list_btns:after {
  content: ' ';
  clear: both;
  display: block;
}
#AP_MYPAGE_CONTENT .column_my_list .list_btns .button_cart_reset {
  float: left;
  margin: 4px 0 0 0;
}
#AP_MYPAGE_CONTENT .column_my_list .list_btns .button_cart_reset button {
  width: 230px;
}
#AP_MYPAGE_CONTENT .column_my_list .list_btns .button_list_create {
  float: right;
  display: block;
  background: #333;
  width: 220px;
}
#AP_MYPAGE_CONTENT .column_my_list .list_btns .button_list_create:after {
  display: none;
}



#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form {
  width: 690px;
  padding: 30px 0 40px 110px;
  margin: 0 auto 30px;
  background: #eee;
}
#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form label {
  display: block;
  font-size: 16px;
  margin: 0 0 20px 0;
}
#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form input {
  width: 436px;
  height: 36px;
  padding: 0 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
}
#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form button {
  width: 110px;
  height: 40px;
  font-size: 18px;
  background: #FC3540;
  margin: 0 0 0 10px;
}
#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form_note {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
#AP_MYPAGE_CONTENT .column_hidden_list .hidden_list_form_note a {
  text-decoration: none;
}


/** 新着リスト **/
#AP_MYPAGE_CONTENT .column_header {
  height: 35px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
}
#AP_MYPAGE_CONTENT .column_header span {
  float: left;
  font-size: 14px;
}
#AP_MYPAGE_CONTENT .column_header .button_link {
  float: right;
  height: 30px;
  line-height: 30px;
  margin: -8px 0 0 0;
}

.page_newbook #AP_TITLE_BOX > div {
  margin: 0 25px 40px 0;
}
.page_newbook #AP_TITLE_BOX > div:nth-child(even) {
  margin: 0 0 40px 0;
}
.page_newbook #AP_TITLE_BOX > div .data {
  min-height: 150px;
  padding: 0 0 80px 0;
}
.page_newbook #AP_TITLE_BOX > div .data p {
  margin: 0 0 10px 0;
}
.page_newbook #AP_TITLE_BOX > div .data p span {
  display: inline-block;
  width: 44px;
  height: 16px;
  font-size: 11px;
  color: #c00;
  border: 1px solid #c00;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
}
.page_newbook #AP_TITLE_BOX > div .data p span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 18px;
  border-radius: 6px;
  background: #b00;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  margin: -2px 0 0 5px;
  color: #fff;
}
.page_newbook #AP_TITLE_BOX > div .data .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
}
.page_newbook #AP_TITLE_BOX > div .data .btns:after {
  content: '';
  display: block;
  clear: both;
}
.page_newbook #AP_TITLE_BOX > div .data .btns .button_link.detail {
  float: left;
  width: 136px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: #eaaf00;
}
.page_newbook #AP_TITLE_BOX > div .data .btns .button_link.sample {
  float: right;
  width: 136px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: #449943;
}
.page_newbook #AP_TITLE_BOX > div .data .btns .button_link.read {
  float: right;
  width: 136px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: #00468C;
}
.page_newbook #AP_TITLE_BOX > div .data .btns .button_buy {
  clear: both;
}
.page_newbook #AP_TITLE_BOX > div .data .btns .button_buy button {
  height: 36px;
  width: 100%;
  margin: 10px 0 0 0;
}

.page_newbook_info_list .data {
  min-height: 150px;
  padding: 0;
}





.page_newbook_info_list .data .button_delete_newbook_notification button {
  background: #aaa;
  border: none;
  color: #fff;
  width: 160px;
  padding: 0 0 0 20px;
  height: 30px;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
}
.page_newbook_info_list .data .button_delete_newbook_notification button:hover {
  opacity: .8;
}
.page_newbook_info_list .data .button_delete_newbook_notification 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;
}
