/* 共通
---------------------------------------------------------------------- */

/* 明朝体 */
.contentArea .contentTitle {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}


/* 連載
---------------------------------------------------------------------- */
.pageSerial .serialArea .innerBlock .contentBox .meta {
	margin-top: 40px;
	text-align: right;
}
.pageSerial .serialArea .innerBlock .contentBox .textBox .image {
	margin-top: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #707070;
  font-size: 14px;
}
.pageSerial .serialArea .innerBlock .contentBox .textBox .image img {
  width: 100%;
  height: auto;
}

/* 下部　本エリア */
.bookBottomBox {
	border-top: 1px dashed #707070;
	border-bottom: 1px dashed #707070;
	padding: 40px 0;
	margin-top: 60px;
}
.bookBottomBox .innerBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px 40px;
}
.bookBottomBox .book {
	width: 30%;
}
.bookBottomBox .book img {
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
}
.bookBottomBox .text {
	width: 70%;
	text-align: center;
}
.bookBottomBox .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bookBottomBox .name {
	font-size: 20px;
}
.bookBottomBox .btn {
	font-size: 14px;
	margin-top: 20px;
}
.bookBottomBox .btn a {
	font-size: 14px;
	margin-top: 20px;
	background: #96C850;
	border-radius: 100px;
	padding: 10px 40px;
	color: #333232;
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:640px){
/* ------------------------------------------------------------------- */
/* 共通
---------------------------------------------------------------------- */

/* 連載
---------------------------------------------------------------------- */

.pageSerial .serialArea .innerBlock .contentBox .meta {
	margin-top: 20px;
	text-align: right;
	padding: 0 20px;
}
.pageSerial .serialArea .innerBlock .contentBox .textBox .image {
  width: 100%;
}
.pageSerial .serialArea .innerBlock .contentBox .textBox .image img {
  width: 100%;
  height: auto;
}
/* 下部　本エリア */
.bookBottomBox {
	padding: 20px 0;
	margin-top: 40px;
}
.bookBottomBox .innerBox {
	display: block;
}
.bookBottomBox .book {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.bookBottomBox .book img {
	width: 100%;
	max-width: 240px;
}
.bookBottomBox .text {
	width: 100%;
}
/* ------------------------------------------------------------------- */
}