.panel-button {
	background-color: #ffffff;
	font-size: 1.5rem;
	background: url('/front/icons/icon_category_pointer-5cb1265ca519b6405b39a8b7e5fb6f56.png') no-repeat
		right 0.2rem top 0.2rem;
	min-height: 6rem;
}

_:-ms-lang(x)::-ms-backdrop, .panel-button {
	height: 6rem;
}

.f-list-name {
	font-weight: 700 !important;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.4rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: center;
	margin-top: 0.4rem;
	padding: 0;
}

.f-list-name-ruby {
	font-weight: 700 !important;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: center;
	padding: 0;
}

.f-detail-panel {
	margin-top: 5rem;
}

.f-panel-fold {
	border: 0.1rem solid #FF9B00;
	font-size: 1.5rem;
	font-weight: 700 !important;
}

.f-detail-booklist {
	height: 100%;
}

_:-ms-lang(x), .f-detail-booklist rt {
	position: relative;
	top: 0rem;
}

.f-detail-booklist-img {
	border: 1px solid #aaaaaa;
	width: 90%;
	max-width: 16rem;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 16rem;
}

_:-ms-lang(x), .f-detail-booklist-img {
	position: relative;
	top: 13.5rem;
}

.f-detail-booklist-group {
	width: 100%;
	height: 100%;
}

.f-detail-booklist-group-img {
	border: 1px solid #aaaaaa;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.f-detail-booklist-name-dtl {
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.4rem;
	font-weight: 700 !important;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.f-detail-booklist-name-text {
	font-size: 1.4rem;
}

_:-ms-lang(x), .f-detail-booklist-group rt {
	position: relative;
	top: 0rem;
}

.f-detail-booklist-font {
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.4rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.f-detail-booklist-group-text {
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.2rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.f-detail-booklist-readbtn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.f-detail-booklist-area {
	height: 19.5rem;
	width: 100%;
	padding: 0.5rem;
}

.f-detail-booklist-img2 {
	width: 100%;
	height: 50%;
}

.f-detail-booklist-description {
	max-height: 50rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

_:-ms-lang(x)::-ms-backdrop, .f-detail-booklist-description {
	height: 6.3rem;
	overflow: hidden;
	position: relative;
}

_:-ms-lang(x)::-ms-backdrop, .f-detail-booklist-description:after {
	content: '...';
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1) 50%);
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------- メディア設定によりレスポンシブ実装 -------------------------------------- */
/* -----------------------------------------------------↓↓↓----------------------------------------------------- */

/* スマホ */
@media ( max-width : 575.98px) {
	.f-detail-booklist-img {
		width: 95%;
	}
	.f-detail-booklist-group-img {
		width: 80%;
	}
}

/* タブレット */
@media ( min-width : 576px)and (max-width: 991.98px) {
}

/* PC */
@media ( min-width : 992px) {
	.f-detail-booklist-area {
		max-width: 17.6rem;
		min-width: 17.6rem;
	}
}