/**
 * books.css
 */

/* index
--------------------------------------------------*/
body#books .category {
	margin-top: 30px;
}
body#books .category:first-child {
	margin-top: 0;
}
body#books .category .bookList {
	zoom: 1;
	margin-right: -19px;
}
body#books .category .bookList:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#books .category h2 {
	font-size: 108.3%;
}
body#books .category .bookList .entry {
	float: left;
	width: 220px;
	padding: 0 18px 50px 0;
}
body#books .category .bookList .entry .image {
	overflow: hidden;
	width: 100%;
}
body#books .category .bookList .entry .image img {
	width: auto !important;
	height: 240px;
}
body#books #container .category .bookList .entry .image img {
	max-width: initial;
	max-width: auto;
}
body#books .category .bookList .entry h3 {
	line-height: 1.42;
}
body#books .category .bookList .entry .language {
	margin-top: 2px;
	color: #999999;
	font-size: 83.3%;
}
body#books .category .bookList .clear {
	clear: both;
	width: 100%;
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	body#books .category .bookList {
		margin-right: 0;
	}
	body#books .category .bookList .entry {
		width: 48%;
		padding: 0 0 20px 0;
	}
	body#books .category .bookList .entry:nth-child(odd) {
		clear: both;
	}
	body#books .category .bookList .entry:nth-child(even) {
		float: right;
	}
	body#books .category .bookList .entry .image {
		margin-bottom: 5px;
	}
	body#books .category .bookList .entry .image img {
		width: auto;
		height: 170px;
	}
}



/* detail
--------------------------------------------------*/
/* booksDetailArticle */
body#books #detailArticle {
	max-width: 696px;
	margin-right: 22px;
}
body#books #detailArticle:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#books #detailArticle .body {
	position: relative;
	margin-top: 30px;
}
body#books #detailArticle h2 {
	display: inline;
	margin-right: 20px;
}
body#books #detailArticle .language {
	display: inline;
	color: #999999;
	font-size: 83.3%;
}
body#books #detailArticle .content {
	margin-top: 30px;
	font-size: 91.7%;
}
body#books #detailArticle .main {
	float: left;
	max-width: 450px;
	margin-right: 200px;
}
body#books #detailArticle .sub {
	float: right;
	width: 165px;
	margin-left: -200px;
	color: #999999;
	font-size: 83.3%;
}
body#books #detailArticle .sub .date {
	margin-bottom: 20px;
}
body#books #detailArticle .buy {
	float: left;
	margin-top: 30px;
}
body#books #detailArticle .sns {
	clear: both;
	float: right;
	margin-top: 56px;
}
/* slider */
body#books #detailArticle .slideWrap {
	position: relative;
}
body#books #detailArticle .slider {
	position: relative;
	width: 100%;
}
body#books #detailArticle .slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
body#books #detailArticle .slider li:first-child {
	position: relative;
}
body#books #detailArticle .slider li img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
body#books #detailArticle .bx-wrapper .bx-controls a {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -5260px;
}
body#books #detailArticle .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -17px;
	right: 0;
	height: 5px;
}
body#books #detailArticle .bx-wrapper .bx-pager .bx-pager-item {
	float: left;
	padding-left: 5px;
}
body#books #detailArticle .bx-wrapper .bx-pager a {
	width: 5px;
	height: 5px;
	background: url(../common/imgs/slide-pagenatiion.png) no-repeat center top;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
body#books #detailArticle .bx-wrapper .bx-pager a.active,
body#books #detailArticle .bx-wrapper .bx-pager a:hover {
	background-position: center bottom;
}
body#books #detailArticle .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 44px;
	margin-top: -22px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "alpha(opacity=35)";
}
body#books #detailArticle .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
body#books #detailArticle .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -24px;
	background-image: url(../common/imgs/slide-prev.png);
}
body#books #detailArticle .bx-wrapper .bx-controls-direction a.bx-next {
	right: -24px;
	background-image: url(../common/imgs/slide-next.png);
}
html.retina body#books #detailArticle .bx-wrapper .bx-controls-direction a {
	-webkit-background-size: 12px 20px;
	background-size: 12px 20px;
}
html.retina body#books #detailArticle .bx-wrapper .bx-controls-direction a.bx-prev {
	background-image: url(../common/imgs/slide-prev@x2.png);
}
html.retina body#books #detailArticle .bx-wrapper .bx-controls-direction a.bx-next {
	background-image: url(../common/imgs/slide-next@x2.png);
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	/* booksDetailArticle */
	body#books #detailArticle {
		max-width: 100%;
		margin-right: 0;
		padding-top: 0;
	}
	body#books #detailArticle h2 {
		display: block;
		margin: 0 0 5px;
	}
	body#books #detailArticle .language {
		display: block;
	}
	body#books #detailArticle .main {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	body#books #detailArticle .sub {
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
	body#books #detailArticle .sub .date {
		margin-bottom: 10px;
	}
	body#books #detailArticle .buy {
		float: none;
		margin-top: 30px;
	}
	body#books #detailArticle .sns {
		margin-top: 30px;
	}
	/* slider */
	body#books #detailArticle .bx-wrapper .bx-controls-direction {
		display: none;
	}
}