/* CSS Document */
body{
	 margin: 0;
	font-family:Meiryo, "Hiragino Kaku Gothic ProN";
  	-webkit-text-size-adjust: 100%;
	background-color: #e6e6e6;
}
a:hover{
	color: #b24444;
}
img{
	max-width: 100%;
	height: auto;
}

.forPC{
	display: block;
}
.forSP{
	display: none;
}

.bg-orange{
	background-color: #FF9900;
}
.bg-blue{
	background-color: #6066ac;
}
.text-color{
	color: #3c3c3c;
}
.color-orange{
	color: #FF9900
}
.color-purple{
	color: #481048;
}
.active{
	background-color: #FF9900!important;
	color:#262626!important;
}
.contents-main-wrap{
	margin-left: 260px;
	padding: 12px;
	padding-right: 0;
}
.contents-main{
	margin: 12px;
	margin-left: 0;
}
.search-hit-count{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1rem;
}
.readonly{
	width: 0rem!important;
	height: 0rem!important;
	font-size: 0rem!important;
}
.notread{
}
.type-checked{
	color: #262626;
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}

.genre-checked{
	color: #262626;
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}

/***** 形式選択 *****/
.book-types{
	margin-left: 0.8em;
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0.25em;
}
.book-types>span{
	background-color: #f0f0f0;
	padding: 0.6em 2em;
	margin-right: 4px;
	border-radius: 18px 0 0 0;
}
.type-checkbox{
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	border-radius: 0 18px 0 0;
	flex-wrap: wrap;
	flex: 1;
	padding-left: 1em;
}
.book-types button{
	margin: 0.2em;
	border: 1px solid #bebebe;
	width: 120px;
	text-align: center;
	padding: 0.1em 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color .15s ,background-color .15s , border .15s;
}
.book-types .btn-outline-secondary:hover{
	color:#262626;
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}
.book-types .btn-check:checked + .btn-outline-secondary{
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}
/***** ジャンルの絞り込み *****/
.book-genre{
	margin-left: 0.8em;
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 1em;
}
.book-genre>span{
	background-color: #f0f0f0;
	padding: 0.6em 1em;
	margin-right: 4px;
	border-radius: 0 0 0 18px;
}
.genre-checkbox{
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	border-radius: 0 0 18px 0;
	flex-wrap: wrap;
	flex: 1;
	padding-left: 1em;
}
.book-genre button{
	margin: 0.2em;
	border: 1px solid #bebebe;
	min-width: 120px;
	text-align: center;
	padding: 0.1em;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color .15s ,background-color .15s , border .15s;
}
.book-genre .btn-outline-secondary:hover{
	color:#262626 !important;
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}
.book-genre .btn-check:checked + .btn-outline-secondary{
	background-color: #FF9900 !important;
	border-color: #FF9900 !important;
}
/***** 検索結果 *****/
.search-result-list{
	padding: 0;
	width: 93%;
	margin: 0 auto;
	border-top: solid 1px #bebebe;
}
.search-result-item{
	display: flex;
	border-bottom: solid 1px #bebebe;
	padding: 0.4em 0;
}
.item-left{
	display: flex;
	align-items: center;
}
.item-right{
	display: flex;
	width: 100%;
}
/* 本表示 */
.item-img{
	width: 80px;
	height: 80px;
	background-color: #e6e6e6;
	display: block;
	margin: auto;
	position: relative;
}
.item-img img{
	max-width: 100%;
	height: auto;
	max-height: 80px;
	vertical-align: bottom;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/* 本名前・著者など */
.item-data{
	flex: 76%;
	padding-left: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.item-data p{
	margin:0;
	color: #3c3c3c;
}
.item-data a{
	text-decoration: none;
}
.data-book-title{
	color:black;
	font-size: 1.25em;
	line-height: 1.1;
}
.data-book-title:hover{
	color: #b24444;
}
.data-book-subtitle{
	font-size: 0.9em;
	line-height: 1.2;
	padding: .25em 0;
}
.data-book-author{
	font-size: 0.9em;
	line-height: 1.2;
}
/* 本形式情報 */
.row {
	--bs-gutter-x: 0.3rem;
}
.item-type{
	display: flex;
	align-items: center;
	width: 100%;
}
.item-type .container{
	line-height: 300%;
}
.item-type .container .row{
	justify-content: end;
}
.item-type .container .row .col{
	border: solid 1px #d2d2d2;
	color: #bebebe;
	text-align: center;
	font-size: .875rem;
}
.type-preview{
	width: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.type-preview.isCheck{
	background-color: #b24444;
	color: #fff !important;
}
.type-check{
	width: 150px;
	margin-left: 0px;
}
.type-check div{
	width: 100%;
}

.type-check div.isCheck{
	background-color: #6066ac;
	color: #fff !important;
}
.unCheck00:after{
	content: "ためし読み";
}
.unCheck01:after{
	content: "紙版";
}
.unCheck02:after{
	content: "電子版";
}
.unCheck03:after{
	content: "オンデマンド版";
}
.unCheck04:after{
	content: "オーディオブック";
}
/* ページネーション */
.pagination-wrap{
	display: flex;
	justify-content: center;
}
.pagination-wrap ul{
	margin:2em 0;
}
.pagination-wrap ul li .page-link{
	color: #3c3c3c;
	border-color: #bebebe;
}
.pagination-wrap ul li .page-link h2{
	margin: 0;
	font-size: inherit;
}
.pagination-wrap .page-link:hover{
	color: #262626;
	background-color: #FF9900;
}
.pagination-wrap .page-link.active{
	background-color: #FF9900;
}
@media screen and (max-width: 960px){
	.forPC{
		display: none !important;
	}
	.forSP{
		display: block;
	}
}

@media screen and (max-width: 1270px){

	.row{
		--bs-gutter-x: 0.3rem;
	}
	.item-type .container .row{
		justify-content: end;
	}
	.type-preview{
		margin-right: 0%;
		margin-left: 0%;
	}
	.type-check{
		width: 125px;
		margin-left: 0%;
		margin-right: 0%;
	}
	.type-check{
		min-width: 125px;
	}
}

@media screen and (max-width: 640px){
	.type-preview{
		width: 125px;
	}
	.item-type .container{
		line-height: 200%;
	}
	.forPC{
		display: none !important;
	}
	.forSP{
		display: block;
	}
	.contents-main-wrap{
		margin-bottom: 12px;
	}
	/***** 形式絞り込み *****/
	.book-types{
		display: block;
	}
	.book-types>span{
		border-radius: 18px 18px 0 0;
		justify-content: center;
		margin-right: 0;
	}
	.type-checkbox{
		border-radius: 0 0 18px 18px;
		padding: 0.5em 1em;
		margin-top: 0.2em;
		align-items: stretch;
		padding-right: 0.2em;
	}
	.book-types button{ width: 47.5%; }
	/***** ジャンル絞り込み *****/
	.book-genre{
		display: block;
	}
	.book-genre>span{
		border-radius: 18px 18px 0 0;
		justify-content: center;
		margin-right: 0;
	}
	.genre-checkbox{
		border-radius: 0 0 18px 18px;
		padding: 0.5em 1em;
		margin-top: 0.2em;
		align-items: stretch;
		padding-right: 0.2em;
	}
	.book-genre button{
		min-width: unset;
		width: 47.5%;
	}
	/***** 検索結果 *****/
	.item-right{
		flex-direction: column;
	}
	.item-img{
		width: 90px;
		height: 90px;
	}
	.item-img img{
		max-height: 90px;
	}
	.data-book-title{
		font-size: 1.1em;
	}
	.data-book-author{
		font-size: 0.8em;
	}
	.item-type{
		width: 100%;
	}
	.item-type .container .row .col{
		font-size: 0.6em;
		height: 2rem;
	}
	.item-type .container {
		display: flex;
	}
}
@media screen and (max-width: 420px){
	.item-type .container {
		display: block;
	}
	.type-preview{
		width: 50%;
		min-width: 0px;
	}
	.item-type{
		width: 100%;
		min-width: 0px;
	}
	.type-check{
		width: 50%;
		min-width: 0px;
	}
	.type-check div {
		width: 100%;
		min-width: 0px;
	}
	.item-type .container .row {
		justify-content: start;
	}
}
/* スキップリンク */
#skiplink{
    position: absolute;
    top: 10px;
    z-index: -1;
    margin-left: 7px;
    padding: 7px 8px 7px 8px;
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
	text-decoration: none;
}

@media screen and (max-width: 370px){
	.pagination-wrap ul li .page-link {
		font-size: 0.75rem;
	}
}
.type-read {
    width: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
    border: 0px!important;
}
.genre-read{
	width: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
    border: 0px!important;
}

.category-read{
	width: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
    border: 0px!important;
}