@charset "euc-jp";
/*
 * Series buy modal(inside) css setting
 */
#series-buy-modal.modal, #seriesModal.modal {
    overflow-y: auto;
}

#series-buy-modal {
    line-height: normal;
}

#series-buy-modal #bootstrap-css div {
    border: none;
}

#series-buy-modal .carousel-control {
    width: 55px;
}

#series-buy-modal .modal-dialog {
    padding: 30px 10px;
    height: auto;/*IE*/
    display: block;

}

#series-buy-modal .modal-dialog .series-note {
    font-size: .7em;
    min-width: 680px;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 12px 55px 0;
    height: 50px;
}

#series-buy-modal .modal-header {
    padding: 0;
    height: 56px;
}


#series-buy-modal .modal-header #addAllToCartBox {
   margin-right: 24px;
}


#series-buy-modal .modal-content {
    display: block;
    flex: 0;
    -webkit-flex: 0;
    width: 910px;
    max-height: 840px;
    margin: 0 auto;
}

#series-buy-modal .modal-body {
    padding: 0px;
    display: block;
    padding-bottom: 60px;
}

#series-buy-modal .series-box {
    min-width: 700px;
    max-width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

#series-buy-modal .series-box ul {
    min-width: 700px;
    margin: 0 55px 0;
}

#series-buy-modal .series-box ul li {
    float: left;
    width: 49%;
    min-width: 340px;
    height: 142px;
    min-height: 142px;
    border: 1px solid #D1D1D1;
    font-size: .9em;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#series-buy-modal .series-box ul li:nth-of-type(7n),
#series-buy-modal .series-box ul li:nth-of-type(8n) {
    margin-bottom: 0;
}

#series-buy-modal .series-box ul li:last-child,
#series-buy-modal .series-box ul li:nth-last-of-type(-n+2):not(:nth-child(even)) {
    margin-bottom: 0;
}

#series-buy-modal .series-box ul li.even {
    margin-right: 8px;
}

#series-buy-modal .series-box .price {
    padding: 4px 0 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
}

#series-buy-modal .series-box .price span {
    font-style: normal;
    font-weight: bold;
    font-size: 0.65em;
    color: inherit;
}

#series-buy-modal .series-box .status {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

#series-buy-modal .btn button {
  width: 150px;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

#series-buy-modal .btn button.cart {
  border: 1px solid #ffc12f;
  background-color: #ffc12f;
  background: -webkit-linear-gradient(90deg, #f9b001 20%, #ffc12f 80%);
  background: linear-gradient(360deg, #f9b001 20%, #ffc12f 80%);
  color: #fff;
}

#series-buy-modal .btn button.add {
  background: #eee;
  border: 1px solid #ccc;
  color: #999;
}

#series-buy-modal .btn button span {
  font-size: 14px;
  margin-right: 4px;
}

#series-buy-modal .btn .loading {
    width: 150px;
    display: block;
    text-align: center;
}

#series-buy-modal .series-box .icon-record.stock4 {
    color: #F57EF4;
    font-weight: normal;
    margin-right: 3px;
}

#series-buy-modal .left-box {
    height: 120px;
    width: 140px;
    text-align: center;
    margin-top: -1px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

#series-buy-modal .left-box img {
    max-width: 120px;
    max-height: 120px;
}

#series-buy-modal .left-box img {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    transition:.3s;
}

#series-buy-modal .left-box img:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

/*
#series-buy-modal #ebookSeriesItems .left-box img {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    transition:.3s;
}

#series-buy-modal #ebookSeriesItems .left-box img:hover {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
}
*/

#series-buy-modal .right-box {
    max-width: 250px;
    display: table-cell;
    padding: 10px 10px 10px 0;
}

#series-buy-modal .right-box a:nth-child(1) {
    color: #333;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
}
#series-buy-modal .right-box a, .right-box .author, .right-box .price {
    padding-left: 1px;
}

#series-buy-modal .right-box .genre {
    display: inline-block;
	vertical-align: top;
	max-width: 100%;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 2px 4px;
	background-color: #EBEBEB;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#series-buy-modal .button-add-cart {
    outline: none;
    line-height: 1;
    border: 1px solid #ff9600;
    border-radius: 4px;
    background: #ff9600;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease 0s;
    padding: 4px 8px;
    width: 120px;
    height: 32px;
}

#series-buy-modal .button-add-cart:hover {
    background:#fa5007;
    border-color:#fa5007
}

#series-buy-modal .button-add-cart.added {
    border: 1px solid #666;
    color: #666;
    background: #FFFFF3;
}

#series-buy-modal .paging {
    position: static;
    text-align: left;
    max-width: 910px;
    min-width: 640px;
    width: 100%;
    padding: 0 55px;
    height: 1em;
    line-height: 12px;
    display: table;
    margin: 10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
    display: block;
    color: #686868;
    margin-top: 12px;
}

#series-buy-modal .paging .carousel-control {
    display: none;
}

#series-buy-modal .paging-top {
    margin-bottom: 16px;
}

#series-buy-modal .gotocart {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 55px;
    padding: 6px 8px 12px;
    border: solid 1px #b2b2b2;
    font-size: 1.3em;
}

#series-buy-modal .gotocart i {
    color: #bf0000;
}

#series-buy-modal .gotocart i:before {
}

#series-buy-modal .gotocart .num {
    color: #bf0000;
    font-weight: bold;
}

#series-buy-modal .gotocart a {
    font-size: 0.68em;
    margin: 0 0 0 10px;
    background-color: #ECECEC;
    padding: 6px 40px;
}

#series-buy-modal #series-buy-modal .gotocart a:hover {
    color: #bf0000;
}

#series-buy-modal .left-chevron {
    left: 5px;
}

#series-buy-modal .right-chevron {
    right: 5px;
}

#series-buy-modal .line-separator {
    height: 56px;
}

#series-buy-modal .modal-dialog .line-separator {
    height: auto;
    border: none;
}

#series-buy-modal .modal-dialog .modal-header {
    height: auto;
    border: none;
}

#series-buy-modal .modal-dialog #bookTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 2;
    padding-top: 30px;
    padding-left: 55px;
    padding-bottom: 20px;
}

#series-buy-modal #bookTitle span {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 20px;
}

#series-buy-modal #bookTitle span.price > span {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 0.65em;
    line-height: 15px;
    color: #333;
}

#series-buy-modal #bookTitle span.bookttl {
    font-size: 1.7em;
    line-height: 1.3;
    font-style: normal;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}

#series-buy-modal #bookTitle span.contrNames {
    font-style: normal;
	font-weight: normal;
	color: #686868;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#series-buy-modal #bookTitle span.floatLeft span {
    font-size: 1.5em;
    display:inline-block;
    margin: 0 1px;
}

#series-buy-modal #bookTitle span.floatLeft.mfrName {
    margin-left: 8px;
    margin-top: 1px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 130px;
}

#series-buy-modal #bookTitle span.price {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    color: #333;
}

#series-buy-modal .controlButton {
    margin-top: 5px;
}

#series-buy-modal .controlButton {
    margin: 8px 8px 0 0;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    width: 24px;
    height: 24px;
}

#series-buy-modal #btn-addToCart {
    padding: 3px 10px 5px;
    margin-left: 15px;
    margin-top: 35px;
    line-height: 20px;
    width: 355px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
}

#series-buy-modal #addToCart-note {
    margin-top: 8px;
    margin-left: 15px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 0.65em;
    line-height: 15px;
    color: #333;
}

#series-buy-modal #btn-addToCart.added {
    border: 1px solid #666;
    color: #666;
    background: #FFFFF3;
}

#series-buy-modal #btn-addToCart span {
    display: inline;
}

#series-buy-modal #btn-addToCart span span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: .8em;
    text-align: center;
    line-height: 15.6px;
}

#series-buy-modal .icon-add-cart, #series-buy-modal .icon-add-cart-after-add {
    margin-right: 6px;
    position: relative;
    font-size: 20px;
    bottom: -3px;
    width: 16px;
    height: 24px;
}

#series-buy-modal .icon-add-cart::before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.8665%209.574L3.622%201.277C3.5105%200.537%202.887%200%202.1385%200H0.5V1H2.1385C2.388%201%202.596%201.1785%202.633%201.4255L3.8775%209.7225C3.989%2010.4625%204.6125%2011%205.361%2011H13V10H5.361C5.1115%2010%204.9035%209.821%204.8665%209.574ZM4%2013C4%2012.448%204.448%2012%205%2012C5.552%2012%206%2012.448%206%2013C6%2013.552%205.552%2014%205%2014C4.448%2014%204%2013.552%204%2013ZM11%2013C11%2012.448%2011.448%2012%2012%2012C12.552%2012%2013%2012.448%2013%2013C13%2013.552%2012.552%2014%2012%2014C11.448%2014%2011%2013.552%2011%2013ZM4.8199%202.5L4.6699%201.5H13.4999L13.1329%206.6425C13.0579%207.689%2012.1869%208.5%2011.1379%208.5H5.7199L5.5699%207.5H11.1379C11.6594%207.5%2012.0979%207.092%2012.1354%206.5715L12.4259%202.5H4.8199Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin: 0 0 8px;
}

#series-buy-modal .icon-add-cart-after-add::before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2214%22%20viewBox%3D%220%200%2013%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.3665%209.574L3.122%201.277C3.0105%200.537%202.387%200%201.6385%200H0V1H1.6385C1.888%201%202.096%201.1785%202.133%201.4255L3.3775%209.7225C3.489%2010.4625%204.1125%2011%204.861%2011H12.5V10H4.861C4.6115%2010%204.4035%209.821%204.3665%209.574ZM3.5%2013C3.5%2012.448%203.948%2012%204.5%2012C5.052%2012%205.5%2012.448%205.5%2013C5.5%2013.552%205.052%2014%204.5%2014C3.948%2014%203.5%2013.552%203.5%2013ZM10.5%2013C10.5%2012.448%2010.948%2012%2011.5%2012C12.052%2012%2012.5%2012.448%2012.5%2013C12.5%2013.552%2012.052%2014%2011.5%2014C10.948%2014%2010.5%2013.552%2010.5%2013ZM4.3199%202.5L4.1699%201.5H12.9999L12.6329%206.6425C12.5579%207.689%2011.6869%208.5%2010.6379%208.5H5.2199L5.0699%207.5H10.6379C11.1594%207.5%2011.5979%207.092%2011.6354%206.5715L11.9259%202.5H4.3199Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin: 0 0 8px;
}

#series-buy-modal #ebookSeriesItems .icon-check {
    margin-right: .25rem;
    width: 14px;
    height: 16px;
    font-size: 14px;
}

#series-buy-modal #ebookSeriesItems .icon-check::before {
    content: "" !important;
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%200.707L13.293%200L4.5%208.7925L0.707%205L0%205.707L4.5%2010.207L14%200.707Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin: 2px 4px 0 0;
}

#series-buy-modal #bookTitle {
    display: block;
    font-weight: normal;
    color: #333;
}

#series-buy-modal .modal-content #bookTitle {
    padding-right: 60px;
}

#series-buy-modal #bookTitle span {
    /*font-size: .8em;*/
    font-weight: normal;
}

#series-buy-modal #previewer {
    display: block;
    -webkit-flex: 0;
    flex: 0;
}

#series-buy-modal .addToCartText {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 18.2px;
    color:#FFFFFF;
}

#series-buy-modal .right-box .price .freeItemText, #series-buy-modal #bookTitle .price .freeItemText {
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 18px;
    color: #EC0606;
    text-decoration: none;
}

#series-buy-modal #preOrderItemsNoteOutline {
    height: 22px;
    max-width: 400px;
}

#series-buy-modal #preOrderItemsNoteBg {
    background: #F7F7F7;
    border-radius: 2px;
    display: inline-block;
    height: 22px;
    margin-right: 100px;
}

#series-buy-modal #preOrderItemsNote {
    color: #686868;
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    height: 14px;
    line-height: 14px;
    margin: 4px 6px 4px 0px;
    white-space: nowrap;
}

#series-buy-modal #preOrderItemsNoteIcon {
    display: flex;
    float: left;
    margin: 3px 4px 3px 5px;
}

#series-buy-modal #popoverTemplate {
    display: none;
}

#series-buy-modal #seriesModal .popover-main {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    min-width: 445px;
    min-height: 72px;
    padding: 1px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #F7F7F7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#series-buy-modal #seriesModal .popover-header {
    padding: 8px 14px;
    margin: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    display: none;
}

#series-buy-modal #seriesModal .popover-main .popover-body {
    margin: 12px 56px 4px 64px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.15em;
    line-height: 140%;
    max-width: 270px;
    min-height: 56px;
}

#series-buy-modal #seriesModal .popover-main #popoverWarnIcon {
    float: left;
    margin: 16px 0 0 16px;
}

#series-buy-modal .status.preOrderIndicator {
    margin-left: 25px;
    margin-top: 5px
}

#series-buy-modal .status.preOrderIndicator em {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    color: #686868;
}