@charset "utf-8";

/* レイアウト
---------------------------------*/
#site-header{
	margin-bottom: 0;
}
#main-wrap *{
	box-sizing: border-box;
}
#book-info-wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#left-side, #book-main-content, #right-side{
	float: left;
	overflow: hidden;
}
#left-side{
	width: 220px;
	margin-right: 32px;
}
#book-main-content{
	width: 616px;
	margin-right: 32px;
}
#right-side{
	width: 300px;
}

.banner-list{
	margin-top: 40px;
}
.banner-list li{
	margin-top: 20px;
}
.banner-list li:first-child{
	margin-top: 0;
}

/* 共通スタイル
---------------------------------*/
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*-----------------
 taeget _blank のアイコン
-------------------*/
.link-blank:after{
	content: url(../img/icon_link_blank_f12.png);
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 0.75em;
	vertical-align: -0.10em;
}
.font-12.link_blank:after{
	content: url(../img/icon_link_blank_f12.png);
}

/*-----------------
［もっと見る］ボタン
-------------------*/
.book-btn a.btn{
	display: inline-block;
	width: 100%;
	color: #333;
	background-image: url(../img/icon_morebtn_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.book-btn a.btn:hover{
	background-color: #f9f3e6;
}
.btn-more, .btn-more{
	margin-top: 25px;
	text-align: right;
}
.book-btn a.btn,
.btn-more a.btn{
	width: 160px;
	color: #333;
}
.book-btn a.btn:hover{
	background-color: #f9f3e6;
}

/*-----------------
 リスト形式
-------------------*/
.item-list{
	overflow: hidden;
}
.item-list a{
	color: inherit;
}
.item-list .price{
	color: #999;
	font-weight: bold;
}

/*
 「w300px」「.itemが縦並び」「画像とテキストが横並び」のレイアウトの場合
*/
ul.listtype-w300-float{
	border-top: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.5;
}

ul.listtype-w300-float .item{
	position: relative;
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px solid #ccc;
}
ul.listtype-w300-float .img{
	float: left;
	display: table;
	width: 104px;
	height: 104px;
	margin-right: 16px;
	border: 1px solid #d2d2d2;
}
ul.listtype-w300-float .img a{
	display: table-cell;
	width: 102px;
	height: 102px;
	text-align: center;
	vertical-align: middle;
}
ul.listtype-w300-float .img img{
	width: auto;
	height: 100%;
	vertical-align: top;
}
ul.listtype-w300-float .item-summary-float{
	float: left;
	width: 180px;
}
ul.listtype-w300-float .title{
	width: 180px;
	margin-bottom: 5px;
	word-break: break-all;
}
ul.listtype-w300-float .order-cart{
	position: absolute;
	right: 0;
	bottom: 11px;
}

/*
 ランキング形式の順位表示
*/
ul.listtype-ranking .ranking-num{
	color: #666;
	font-size: 15px;
	margin-bottom: 5px;
}
ul.listtype-ranking .ranking-num:before{
	content: url(../img/ranking_icon_w.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
	ul.listtype-ranking .item:nth-child(1) .ranking-num:before  { content: url(../img/ranking_icon_g.png); }
	ul.listtype-ranking .item:nth-child(2) .ranking-num:before{ content: url(../img/ranking_icon_s.png); }
	ul.listtype-ranking .item:nth-child(3) .ranking-num:before { content: url(../img/ranking_icon_b.png); }

/*
 テキストリンクのリスト
*/
ul.listtype-text{
	border-top: 1px solid #efefef;
	font-size: 14px;
}
ul.listtype-text li{
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
}
ul.listtype-text span.date{
	display: inline-block;
	width: 7em;
}
ul.listtype-text li a{
	display: inline-block;
	padding-left: 10px;
	background: url(../img/icon_textlink_arrow.png) no-repeat left center;
}

/* 中央
---------------------------------*/
#book-main-content section{
	margin-top: 60px;
}

/* アイキャッチ */
#book-main-content .eyecatch-img{
	margin-bottom: 34px;
	text-align: center;
}
#book-main-content .eyecatch-img img{
	width: auto;
	height: auto;
	max-width: 100%;
}

	/* 書誌情報 */
#book-info{
	overflow: hidden;
}
.book-img{
	float: left;
	width: 298px;
	margin-right: 20px;
}
.book-img .img{
	display: table;
	width: 298px;
	height: 298px;
	background-color: #fff;
	/*border: 1px solid #d2d2d2;*/
}
.book-img .img span{
	display: table-cell;
	width: 298px;
	height: 298px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
.book-img .img span img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}
.book-btn{
	margin-top: 20px;
}
.book-btn li{
	float: left;
	width: 141px;
}
.book-btn li:first-child{
	margin-right: 16px;
}
.book-btn li a.btn{
	width: 100%;
}
.book-summary{
	float: left;
	width: 298px;
}
.book-cat{
	font-size: 12px;
	line-height: 1;
}
.book-summary .book-title{
	font-size: 22px;
	word-wrap:break-word;
}
.book-summary .book-subtitle{
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}
.book-status{
	margin-top: 18px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}
.book-status li{
	float: left;
	margin-right: 8px;
}
.book-status li span{
	display: inline-block;
	padding: 3px 7px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
}
.icon-new         { background-color: #ed1c22; }
.icon-freeshipping{ background-color: #7bae37; }
.icon-soldout     { background-color: #b3b3b3; }
.book-meta{
	margin-top: 24px;
	border-top: 1px solid #d2d2d2;
	font-size: 12px;
	line-height: 1.5;
}
.book-meta p{
	padding: 12px 0;
	border-bottom: 1px solid #d2d2d2;
}
.book-info-sns{
	margin-top: 32px;
	text-align: right;
}
.book-info-sns li{
	display: inline-block;
	margin-left: 10px;
}
.book-detail{
	margin-top: 30px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.385;
}
.book-comment{
	margin-top: 30px;
	padding: 15px 25px;
	background-color: #efefef;
	font-size: 14px;
}

/* 特別付録 */
#book-appendix{
	overflow: hidden;
	margin-top: 60px;
}
#book-appendix h2{
	font-size: 22px;
}
#book-appendix a{
	color: inherit;
}
#book-appendix > p{
	color: #666;
	font-size: 14px;
	line-height: 2;
}
#book-appendix > div{
	margin-top: 25px;
	overflow: hidden;
}
#book-appendix .appendix-detail{
	float: left;
	width: 192px;
	margin-right: 20px;
}
#book-appendix .appendix-detail:nth-child(3n){
	margin-right: 0;
}
#book-appendix .appendix-detail:nth-child(4n){
	clear: left;
	float: left;
}
#book-appendix .appendix-detail:nth-child(n+4){
	margin-top: 20px;
}
#book-appendix .appendix-detail .img {
	border: 1px solid #dbdbdb;
}
#book-appendix .appendix-detail .img img{
	width: 100%;
	height: auto;
	display: block; /* 20171024 added */

}
#book-appendix .appendix-detail .caption{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	
}

/* 目次 */
#list_of_content{
	font-size: 14px;
	line-height: 1.714;
}

/* 作者のプロフィール */
#author-profile{
	font-size: 14px;
	line-height: 1.714;
}
.author-link{
	margin-top: 20px;
	font-size: 12px;
	
}


/* 右サイド
---------------------------------*/

/* 購入ボタン */
.cart-form{
	border: 5px solid #5c5c5c;
	border-top: none;
}
.cart-form.no-handling{
	border: 5px solid #5c5c5c;
}
.cart-form h2{
	margin: 0 0 15px;
	background-color: #5c5c5c;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.cart-form .name{
	width: 244px;
	margin: 0 23px;
	font-size: 16px;
	line-height: 1.4;
	word-break:  break-all;
}
.cart-form .meta{
	margin: 5px 23px;
	font-size: 12px;
	line-height: 1.8;
}
.cart-form .release-date{
	margin: 5px 23px;
	font-size: 14px;
        font-weight:bold;
	line-height: 1.8;
}
.cart-form .price{
	margin: 10px 23px;
	color: #c70002;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.cart-form .price span{
	font-size: 18px;
}


/* セール用 202101*/
.cart-form .sale_label{
    margin: 8px 23px 5px;
	text-decoration: underline;
    color:#c70002;
    font-weight: bold;
    font-size: 15px;
}

.cart-form .price_sale{
	margin: 5px 23px;
	color: #c70002;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.cart-form .price_sale span{
	font-size: 16px;
}
.cart-form .price_list{
    margin: 8px 23px 15px;
    font-size: 12px;
}
.cart-form .price_list .list{
    text-decoration: line-through;
}
.cart-form .price_list .discount{
    background-color:#c70002;
    color:#ffffff;
    padding:3px;
    margin-left:5px;
}


.cart-form .e-book-comment{
	width: 244px;
	margin: 0 23px;
	text-align:center;
	font-size: 16px;
	line-height: 1.2;
	word-break:  break-all;
}
.cart-form .cart-btn{
	margin: 0 23px 16px;
	padding: 8px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.cart-form .cart-btn a,
.cart-form .cart-btn span{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
}
.cart-form .cart-btn a{
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.cart-form .cart-btn a:hover{
	opacity: .7;
}
.cart-form .cart-btn .purchase{
	color: #fff;
	background-color: #c70002;
}

.cart-form .cart-btn .e-book{
	color: #fff;
	background-color: #007EBE;
}

.cart-form .cart-btn  .soldout{
	color: #fff;
	background-color: #8b8b8b
}
.cart-form .cart-btn  .reservation{
	color: #fff;
	background-color: #f19931;
}
.cart-form .notes{
	padding: 12px 23px;
	background-color: #efefef;
	font-size: 12px;
	line-height: 1.5;
}
.cart-form{ margin-bottom: 20px; }


/* 右サイド；広告バナー */
.rightside-ad{
	margin-top: 40px;
}

/* 右サイド；ランキング */
#ranking{
	width: 300px;
	margin-top: 40px;
}
#ranking ul{
	margin-bottom: 25px;
}
#ranking .ranking-notes{
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 1.333;
}
#ranking ul li:nth-child(n+6){
	display: none;
}
#ranking .more-view-plus{
	position: relative;
	display: block;
	width: 160px;
	margin-left: auto;
	background-image: none;
	border: 1px solid #666;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#ranking .more-view-plus:hover{
	background-color: #f9f3e6;
}
#ranking .more-view-plus:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 5px;
	height: 1px;
	background-color: #000;
}
#ranking .more-view-plus:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 1px;
	height: 5px;
	background-color: #000;
	margin-top: -2px;
}
#ranking .more-view-plus.open:after{
	display: none;
}


/* 右サイド；ブランド関連商品 */
#relevant-brand{
	margin-top: 40px;
}
#relevant-brand h2.section-title{
	margin-bottom: 0;
}
#relevant-brand p.relevant-brand-name{
	margin: 0 0 15px;
	padding-left: 20px;
	color: #999;
	font-size: 14px;
}


/* レコメンド
---------------------------------*/
#ec-recommend{
	width: 100%;
	margin-top: 80px;
	padding-bottom: 60px;
	background-color: #efefef;
	font-size: 10px;
}
#ec-recommend > section{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
#ec-recommend .recommend-item-list{
	overflow: hidden;
}
#ec-recommend .recommend-item-list .item{
	float: left;
	width: 184px;
	margin-left: 19px;
	font-size: 12px;
	line-height: 1.5;
}
#ec-recommend .recommend-item-list .item:first-child{
	margin-left: 0;
}
#ec-recommend .recommend-item-list .item .img{
	display: table;
	margin-bottom: 12px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
#ec-recommend .recommend-item-list .item .img span{
	display: table-cell;
	width: 182px;
	height: 182px;
	text-align: center;
	vertical-align: middle;
}
#ec-recommend .recommend-item-list .item .img span img{
	width: auto;
	height: 100%;
	vertical-align: top;
}
#ec-recommend .recommend-item-list .item .title{
	width: 184px;
	height: 3em;
	margin-bottom: 5px;
	word-break: break-all;
	overflow: hidden;
}
#ec-recommend .provider{
	margin: 20px 0 0;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}


/* インフォメーション
---------------------------------*/
#information{
	width: 1200px;
	margin: 80px auto 0;
}

/* 右カラムブランド・キャラクラーバナー
---------------------------------*/
#rightsite-goods-benner{
	width: 100%;
	margin: 10px auto;
}

#rightsite-goods-benner img{
	width: 100%;
}

#rightsite-goods-benner ul{
	list-style:none;
}
