@charset "utf-8";
/*--------------------------------------------------
	基本こっちはいじらない
	追加は「style.css」へ
--------------------------------------------------*/
/* ===== 全体 ===== */
html, body, h1, h2, h3, div, span, p, ul, li, dl, dd{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing:border-box;
}
div, span, p, ul, li, dl, dd{
	font-size:14px;
}
#outlineWrapper {
	padding-top:1px;
	background: #ffffff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}
#outlineWrapper img {
	width:100%;
	vertical-align: bottom;
}
#outlineWrapper h1 {
	text-align: center;
	margin-bottom: 0;
}
#outlineWrapper h2 {
	background: #bf0000;
	color: #fff;
	margin: 20px 0 10px;
	padding-left: 10px;
	text-shadow: none;
}
#outlineWrapper h3 {
	border-left: 5px solid #bf0000;
	padding-left: 10px;
	margin: 0 0 20px;
	font-size: 16px;
}
#outlineWrapper section p {
	padding: 0 10px 10px;
}
#outlineWrapper section article {
	padding: 5px;
}
#outlineWrapper figure {
	margin: 0;
	text-align: center;
}

#outlineWrapper .snsArea{
	display:flex;
	justify-content:flex-end;
	margin:10px 0;
}
#outlineWrapper .snsArea li{
	width:45px;
	margin-right:5px;
	border-radius:5px;
}
#outlineWrapper .snsArea .tw{
	background:#1DA1F2;
}
#outlineWrapper .snsArea .fb{
	/*background:#395793;*/
     background: #1877F2;
}
#outlineWrapper .snsArea .line{
	background:#00B833;
}
#outlineWrapper .snsArea a{
	display:block;
	text-align:center;
}
#outlineWrapper .snsArea .tw img{
	width:auto;
	height:40px;
	padding:0;
}
#outlineWrapper .snsArea .fb img{
	width:auto;
	/*height:40px;*/
	/*padding:0;*/
    height: 30px;
    padding: 5px 0 0;
}
#outlineWrapper .snsArea .line img{
	width:auto;
	height:40px;
	padding:0;
}

/* ===== 共通クラス ===== */
#outlineWrapper .txtAC {
	text-align: center;
}
#outlineWrapper .txtAL {
	text-align: left;
}
#outlineWrapper .txtAR {
	text-align: right;
}
#outlineWrapper .copyright {
	text-align: center;
}
#outlineWrapper .limit {
	text-align: center;
	background: #bf0000;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}
#outlineWrapper .lead {
	padding: 10px;
	font-size: 16px;
}
/* #outlineWrapper */
#outlineWrapper #outlineWrapper {
	background: #ffffff;
}
/* .overview */
#outlineWrapper .overview {
	border: #cc0000 solid 1px;
	border-radius: 10px;
	margin: 10px 10px 30px;
	padding: 10px;
	background: #ffffff;
}
#outlineWrapper .overview h2 {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
}
#outlineWrapper .overview .red {
	color: #cc0000;
	font-weight: bold;
}
#outlineWrapper .overview .small {
	text-indent: -1em;
	padding-left: 1em;
}
/* 共通・トップに戻るナビ */
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
 #pagetop a {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #bf0000;
	font-weight: bold;
	color: #bf0000;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.2;
	width: 35px;
	height: 35px;
}
#outlineWrapper .goTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	     
}
#outlineWrapper .goTop a {
	display: block;
	width: 2.5em;
	float: right;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #e7201d;
	padding: .5em;
	border: 2px solid #fff;
	border-radius: .3em;
	opacity: 0.9;
}
#outlineWrapper .goTop a:hover {
	color: #e7201d;
	background: #fff;
	border-color: #e7201d;
}
#outlineWrapper .moreLink {
	margin: 20px auto 50px;
	padding: 0 10px;
	text-align: center;
}
#outlineWrapper .moreLink a {
	position: relative;
	display: block;
	padding: 8px 35px 8px 20px;
	background: #f2ffdd;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#outlineWrapper .moreLink a:after {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #ccc;
	position:absolute;
	top:calc(50% - 5px);
	right:0px;
}
/* .bnrArea */
#outlineWrapper .bnrArea {
	margin: 20px auto;
	padding: 20px 0;
	background: #f1f1f1;
}
#outlineWrapper .bnrArea .campaign-list {
	font-size: 0;
	margin: 0 2px
}
#outlineWrapper .bnrArea .campaign-list .campaign {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
}
/* モーダル */
#outlineWrapper p.popupLink {
	text-align: center;
	margin: 0;
	padding: 10px 10px 20px;
}
#outlineWrapper p.popupLink img {
	width: 100%;
	margin-top: 5px;
}
#outlineWrapper #popupNavi {
	position: fixed;
	top: 50%;
	left: 50%;

	background: #ffffff;
	border-radius: 5px;
	display: none;
	z-index: 25;
}
#outlineWrapper #popupNavi .btnClose {
	cursor: pointer;
	font-size: 2em;
	color: #999999;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 5px;
}
#outlineWrapper #popupNavi .photo {
	text-align: center;
	margin: 30px 0 0;
}
#outlineWrapper #popupNavi .photo img {
	width: 90%;
	height: auto;
}
#outlineWrapper #popupNavi .caution {
	font-size: 0.8em;
	text-align: right;
	width: 90%;
	margin: 0 auto;
}
#outlineWrapper #overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(100,100,100,0.9);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 24;
}
/* slick */
#outlineWrapper .slick_slider {
	width: 100% !important;
}
#outlineWrapper .slick_slider .slick-slide {
	padding: 0 2em;
	height:auto;
}
#outlineWrapper .slick_slider .slick-prev, #outlineWrapper .slick_slider .slick-next {
	z-index: 999;
}
#outlineWrapper .slick_slider .slick-prev {
	left: 0;
}
#outlineWrapper .slick_slider .slick-next {
	right: 0;
}
#outlineWrapper .slick_slider .slick-prev:before, #outlineWrapper .slick_slider .slick-next:before {
	opacity: .75;
	color: #fff;
	font-weight: bold;
	z-index: 999;
	background:#ccc;
	padding:2px 7px;
	border-radius:17px;
}
#outlineWrapper .slick_slider .slick-dots li {
	margin: 0 2px;
}
#outlineWrapper .slick_slider .slick-dots li button:before {
	font-size: 32px;
}
#outlineWrapper .slick_slider.img1 button {
	display: none;
}
ul.breadcrumb{
	padding:10px 0;
	overflow-y:hidden;
	overflow-x:scroll;
	white-space:nowrap;
}
ul.breadcrumb li{
	display:table-cell;
	color:#999;
}
ul.breadcrumb li:first-of-type{
	padding-left:10px;
}
ul.breadcrumb li:last-of-type{
	padding-right:10px;
}
ul.breadcrumb li a{
	text-decoration:none;
	color:#999;
}
ul.breadcrumb li a:after{
	content:"＞";
	display:inline;
	padding:0 8px;
}

/* === メニュー === */
#outlineWrapper .pageMenu nav {
	margin: 20px 5px;
}
/* ボタンタイプ */
#outlineWrapper .pageMenu .btnType {
	font-size: 0;
}
#outlineWrapper .pageMenu .btnType li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 2px;
	box-sizing: border-box;
	width: 50%;
}
#outlineWrapper .pageMenu .btnType li a {
	display: block;
	color: #007ED3;
	border: 1px solid #007ED3;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#outlineWrapper .pageMenu .btnType li.current a {
	background: #007ED3;
	color: #fff;
}
#outlineWrapper .pageMenu .btnType li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #007ED3;
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
}
#outlineWrapper .pageMenu .btnType li.current a:after {
	border-left: 8px solid #fff;
}
/* テキストタイプ */
#outlineWrapper .pageMenu .textType {
	font-size: 0;
	margin: 20px 5px;
}
#outlineWrapper .pageMenu .textType li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 5px;
}
#outlineWrapper .pageMenu .textType li a {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#outlineWrapper .pageMenu .textType li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #007ED3;
}
/* フローティングタイプ */
#outlineWrapper .pageMenu .floatingNav {
	margin: 20px 0;
}
#outlineWrapper .pageMenu .floatingNav ul {
	font-size: 0;
	border: 1px solid #ccf;
}
#outlineWrapper .pageMenu .floatingNav li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	background: #ccf;
	padding: 1px;
	box-sizing: border-box;
}
#outlineWrapper .pageMenu .floatingNav li a {
	display: block;
	text-align: center;
	background: #fff;
}
#outlineWrapper .pageMenu .floatingNav.fixed {
	margin: 0;
	width: 100%;
}
#outlineWrapper .fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
/* タブタイプ */
#outlineWrapper .pageMenu .tabNav {
	background: #f1f1f1;
}
#outlineWrapper .pageMenu .tabNav ul {
	display: flex;
	margin-bottom: 2.5em;
}
#outlineWrapper .pageMenu .tabNav li {
	width: calc(20% - 1px);
	margin-right: 1px;
	position: relative;
}
#outlineWrapper .pageMenu .tabNav li a {
	display: block;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #534D3B;
	border-bottom: none;
	padding: 5px 0;
}
#outlineWrapper .pageMenu .tabNav li.current a {
	background: #DD3B23;
	border-bottom: none;
}
#outlineWrapper .pageMenu .tabNav li.current a:after {
	content: "";
	display: block;
	content: "";
	display: block;
	border: 20px solid #DD3B23;
	border-top-color: #DD3B23;
	height: 0;
	width: 0;
	border-color: transparent;
	border-top-color: #DD3B23;
	margin: 0 auto;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 20px);
}
#outlineWrapper .pageMenu .tabNav li a:hover {
	background: #F11B25;
	color: #ffffff;
}
#outlineWrapper .pageMenu .tabNav li a:hover span {
	border-color: #ffffff;
}
#outlineWrapper .pageMenu .tabNav li span {
	display: block;
	text-align: center;
	background: #BBB49F;
	color: #2B230C;
}
#outlineWrapper .pageMenu .tabNav.fixed {
	width: 100%;
}
#outlineWrapper .pageMenu .tabNav.fixed ul {
	margin-bottom: 0;
}
#outlineWrapper .pageMenu .tabNav.fixed li.current a:after {
	display: none;
}
/* === 共通クラス-本部分 === */
/* 共通項目（.bookListArea内） */
#outlineWrapper .bookListArea {
}
#outlineWrapper .bookListArea .item {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	box-sizing: border-box;
}
#outlineWrapper .thumb img,
#outlineWrapper .leftArea img{
	border:1px solid #ccc;
}
#outlineWrapper .bookListArea .catch {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
#outlineWrapper .bookListArea .title {
	width: 100%;
	font-size: 18px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
}
#outlineWrapper .bookListArea .author {
	font-size: 11px;
	margin: 5px 0;
	text-align: center;
}
#outlineWrapper .bookListArea .price, #outlineWrapper .bookListArea .point {
	line-height: 1.2;
	text-align: left;
}
#outlineWrapper .bookListArea .price strike, #outlineWrapper .bookListArea .point strike {
	font-size: 11px;
}
#outlineWrapper .bookListArea .price strike:after, #outlineWrapper .bookListArea .point strike:after {
	content: "→";
	display: inline-block;
	padding: 0 3px;
}
#outlineWrapper .bookListArea .point .newPrice, #outlineWrapper .bookListArea .price .newPrice {
	font-weight: bold;
	color: #f00;
	font-size: 11px;
}
#outlineWrapper .bookListArea .point .newPrice .num, #outlineWrapper .bookListArea .price .newPrice .num {
	font-size: 1.2em;
}
#outlineWrapper .bookListArea .authorLink {
	width: 100%;
}
#outlineWrapper .bookListArea .authorLink a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 1em auto;
	padding: .5em;
	border: 2px solid #0000EE;
	border-radius: 2px;
	background: #ffffff;
}
#outlineWrapper .bookListArea .leftArea {
	width: 120px;
	padding: 0 5px 0 0;
}
#outlineWrapper .bookListArea .rightArea {
	width: calc(100% - 130px);
	text-align: center;
	padding-left: 5px;
}
#outlineWrapper .bookListArea .bookInfo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}
#outlineWrapper .bookListArea .bookInfo .thumb img {
	box-shadow: none;
}
/* ボタン */
#outlineWrapper .tachiyomiBtn, #outlineWrapper .buyBtn {
	margin: 5px 0;
	width: 100%;
}
#outlineWrapper .tachiyomiBtn .btn.tachiyomi, #outlineWrapper .tachiyomiBtn .btn.free, #outlineWrapper .buyBtn .btn.buy {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 0px 10px 0;
	width: calc(100% - 2px);
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
}
#outlineWrapper .tachiyomiBtn .btn.free {
	background: #ff6b49;
	border: 1px solid #ff6b49;
	box-shadow: 0 1px #b34b34;
	color: #fff;
}
#outlineWrapper .tachiyomiBtn .btn.tachiyomi {
	background: #fff;
	border: 1px solid #666;
	color: #333;
	box-shadow: 0 1px;
}
#outlineWrapper .buyBtn .btn.buy {
	background: #81cc00;
	border: 1px solid #81cc00;
	box-shadow: 0 1px #518000;
	color: #fff;
}
#outlineWrapper .buyBtn .btn.buy.basket_added {
	background: #ffa822;
	border: 1px solid #ffa822;
	box-shadow: 0 1px #b37417;
}
#outlineWrapper .tachiyomiBtn .btn.tachiyomi:after, #outlineWrapper .tachiyomiBtn .btn.free:after, #outlineWrapper .buyBtn .btn.buy:after {
	background: none;
}
/* ふせん */
#outlineWrapper .ribbon {
	padding-top: 10px;
	height: 40px;
	transform: rotate(-3deg) translate(0px, 0px);
}
#outlineWrapper .ribbon p {
	width: 270px;
	height: 30px;
	margin-top: -3px;
	padding: 0;
	background: linear-gradient(to right, #fdfdf1 0%, #f1f1dd 0.5%, #f1f1dd 13%, #fdfdf1 16%);
	position: relative;
	text-align: center;
}
#outlineWrapper .ribbon p:after {
	width: 240px;
	height: 25px;
	content: "";
	position: absolute;
	top: 0px;
	right: 3px;
	-webkit-box-shadow: 0 5px 5px #555;
	-moz-box-shadow: 0 5px 5px #555;
	box-shadow: 0 5px 5px #555;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	z-index: -1; /* 重なり順を背面へ */
}
#outlineWrapper .ribbon p span {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2;
}
#outlineWrapper .ribbon.free p {
	background: #FF14B5;
	background: linear-gradient(to right, #FF14B5 0%, #E00099 0.5%, #E00099 13%, #FF14B5 16%);
	color: #ffffff;
}
#outlineWrapper .ribbon.point p {
	background: #B5FF14;
	background: linear-gradient(to right, #B5FF14 0%, #AAF900 0.5%, #AAF900 13%, #B5FF14 16%);
}
#outlineWrapper .ribbon.discount p {
	background: #FFEE00;
	background: linear-gradient(to right, #FFEE00 0%, #F2E200 0.5%, #F2E200 13%, #FFEE00 16%);
}
#outlineWrapper .ribbon.long p {
	height: 3em;
	padding-top: 2px;
}
#outlineWrapper .ribbon.long p:after {
	height: 2.5em;
}
#outlineWrapper .ribbon.long p span {
	line-height: 1;
}
/* 無料・割引・ポイントラベル */
#outlineWrapper .cpArea {
	padding: 5px 0;
}
#outlineWrapper .cp {
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 0 5px;
	font-size: .8em;
}
#outlineWrapper .cp.pointup {
	border-color: #096;
	color: #096 !important;
}
#outlineWrapper .cp.free {
	border-color: #F00;
	color: #F00 !important;
}
#outlineWrapper .cp.discount {
	border-color: #F60;
	color: #F60 !important;
}
#outlineWrapper .cp.none {
	border-color: #fff;
	color: #fff;
}
/* タグ */
#outlineWrapper .tagWords {
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
#outlineWrapper .tagWords li {
	display: inline-block;
	line-height: 1.2em;
	font-size: 12px;
	border: 1px solid #999999;
	border-radius: 10px;
	padding: 2px 5px;
	background: #ffffff;
	position: static;
}
#outlineWrapper .tagWords li a {
	text-decoration: none;
	color: #999999;
}
/* === タイプ別クラス-本部分 === */
/* = 年表 = */
#outlineWrapper section.chronology {
	padding: 1em 0;
	background: #ffffff url(https://s.yimg.jp/images/bookstore/ebook/web/content/img/bg_chronology.gif) repeat-y;
}
#outlineWrapper section#blockBox h3 {
	font-size: 1.8em;
	padding-left: 3px;
	margin: 0;
	border: none;
}
#outlineWrapper section#blockBox h3:before {
	content: "●";
	display: inline-block;
}
#outlineWrapper section#blockBox .js-masonry {
	margin: 0 0 0 25px;
	width: calc(100% - 30px);
}
#outlineWrapper section#blockBox .item {
	background: #cccccc;
	border-radius: 10px;
	overflow: hidden;
	margin: 5px;
	padding: 5px 10px;
	z-index: 0;
	display: block;
}
#outlineWrapper section#blockBox .item p {
	padding: 0 5px;
}
#outlineWrapper section#blockBox .item.event p:first-child, #outlineWrapper section#blockBox .item.shotenComment p:first-child, #outlineWrapper section#blockBox .photoColumn p {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	padding: 0 0 5px;
}
#outlineWrapper section#blockBox .item dl {
	border: none;
	display: flex;
	flex-wrap: wrap;
}
#outlineWrapper section#blockBox .item dt {
	width: 4.5em;
	padding: 0;
}
#outlineWrapper section#blockBox .item dd {
	width: calc(100% - 4.5em);
	margin: 0;
	padding: 0;
}
#outlineWrapper section#blockBox .item.shotenComment p:first-child::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 28px;
	/*background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/img/icon_face_96x96.png) no-repeat;*/
	background-size: 28px;
}
#outlineWrapper section#blockBox .photoColumn p:last-child {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
#outlineWrapper section#blockBox .photoColumn figure {
	width: 100%;
}
#outlineWrapper section#blockBox .photoColumn figcaption {
	font-size: 12px;
}
#outlineWrapper section#blockBox .rensai {
	font-size: 0.8em;
	color: #666666;
	line-height: 1.3;
	margin-bottom: 3px;
}
#outlineWrapper section#blockBox .rensai:before {
	content: "●";
	display: inline-block;
}
#outlineWrapper section#blockBox .leftArea {
	display: inline-block;
	vertical-align: top;
}
#outlineWrapper section#blockBox .rightArea {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 135px);
}
#outlineWrapper section#blockBox .thumb.koma img {
	width: 100%;
}
/* = 書店員コメント・レビュー = */
#outlineWrapper .bookReviewType .item {
	border: 1px solid #ccc;
	margin: 5px 0;
	width: 100%;
}
#outlineWrapper .bookReviewType .item .txt p {
	margin: 10px 0;
	padding: 0;
}
/* = 著者特集 = */
#outlineWrapper .bookKomaType .item {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0;
}
#outlineWrapper .bookKomaType .catch {
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	text-align: left;
}
#outlineWrapper .bookKomaType .bookInfo {
	margin: 0;
}
#outlineWrapper .bookKomaType .thumb {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	width: 120px;
}
#outlineWrapper .bookKomaType .rightBox {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
#outlineWrapper .bookKomaType .title {
	background: #f7f7f7;
	border-bottom: 1px dotted #999;
	padding: 5px 5px 2px;
	margin: 5px 0;
	;
	line-height: 1.2;
	text-align: left;
	box-sizing: border-box;
}
#outlineWrapper .bookKomaType .author {
	font-size: 11px;
	text-align: right;
	width: 100%;
}
#outlineWrapper .bookKomaType .text p {
	margin: 0 0 10px;
	padding: 0;
}
#outlineWrapper .bookKomaType .text span {
	display: block;
	font-weight: bold;
}
#outlineWrapper .bookKomaType .cp {
	width: 100%;
}
#outlineWrapper .bookKomaType .komaArea figcaption {
	background: #e1e1e1;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
}
/* = コマのみ = */
#outlineWrapper .bookKomaOnlyType .bookList .item {
	margin: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 0;
	background: #ffffff;
}
/* = 3列ボックス = */
#outlineWrapper .bookBoxType .item {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 10px;
}
/* = 読み放題1巻 = */
#outlineWrapper .freeCpType .thumb {
	background: #ccc;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 60%;
}
#outlineWrapper .freeCpType.now .thumb {
	background: #ff6b49;
}
#outlineWrapper .bookListArea .freeCpType .rightArea {
	width: calc(100% - 10px);
}
#outlineWrapper .bookListArea .freeCpType .rightArea div {
	text-align: center;
}
#outlineWrapper .freeCpType .tachiyomiBtn, #outlineWrapper .freeCpType .buyBtn {
	margin: 5px auto;
	width: 65%;
}
#outlineWrapper .freeCpType .price strike, #outlineWrapper .freeCpType .point strike {
	font-size: 12px;
}
#outlineWrapper .freeCpType .price .newPrice, #outlineWrapper .freeCpType .point .newPrice {
	font-size: 12px;
}
#outlineWrapper .freeCpType .price .newPrice .num, #outlineWrapper .freeCpType .point .newPrice .num {
	font-size: 18px;
}
#outlineWrapper .freeCpType .setArea {
	background: #e6e6e6;
	border: 1px solid #666;
	padding: 10px;
	margin: 10px auto;
}
/* = リストタイプ = */
#outlineWrapper .bookListType ul {
	display: flex;
	flex-wrap: wrap;
}
#outlineWrapper .bookListType li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	box-sizing: border-box;
}
#outlineWrapper .bookListType .typeL li {
	margin: 0 0 20px;
	padding: 0 5px;
}
#outlineWrapper .bookListType .typeL li .catch {
	font-size: 16px;
	line-height: 1.2;
}
#outlineWrapper .bookListType .typeL li .title {
	font-size: 16px;
}
#outlineWrapper .bookListType .typeL li .price, #outlineWrapper .bookListType .typeL li .point {
	text-align: center;
}
#outlineWrapper .bookListType .typeS li {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 3px 20px;
}
#outlineWrapper .bookListType .typeS li .title {
	font-size: 12px;
	height: 3em;
}
#outlineWrapper .bookListType .typeL li .cp {
	display: inline;
	padding: 0 5px;
}
#outlineWrapper .bookListType .typeS li .cp {
	margin: 5px auto;
	width: 100%;
}
#outlineWrapper .bookListType .typeS li .author {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#outlineWrapper .bookListType .typeS li .tachiyomiBtn {
	margin: 0;
}

/* ===== スマホ専用（幅767以下） ===== */
@media only screen and (max-device-width: 767px) {
/* ===== 全体 ===== */
#outlineWrapper h1 {
	margin-top: 0px;
}
#outlineWrapper h2 {
	padding: 5px 0;
	line-height: 1.3;
}

/* ===== 共通クラス ===== */
#outlineWrapper .pc {
	display: none !important;
}
/* .bnrArea */
#outlineWrapper .bnrArea .campaign-list .campaign {
	width: calc(50% - 4px);
}
/* slick */
#outlineWrapper .slick-list {
	width: 300px;
}
/* === メニュー === */
	/* ボタンタイプ */
#outlineWrapper .pageMenu .btnType li.line2 a {
	line-height: 42px;
}
/* フローティングタイプ */
#outlineWrapper .pageMenu .floatingNav li {
	height: 44px;
}
#outlineWrapper .pageMenu .floatingNav li.line1 a {
	line-height: 42px;
}
/* タブタイプ */
#outlineWrapper .pageMenu .tabNav ul {
	margin-bottom: 2em;
}
#outlineWrapper .pageMenu .tabNav li.current a:after {
	border: 16px solid #DD3B23;
	border-top-color: #DD3B23;
	border-color: transparent;
	border-top-color: #DD3B23;
	bottom: -32px;
	left: calc(50% - 16px);
}
/* === 共通クラス-本部分 === */
	/* 共通項目（.bookListArea内） */
	/* ボタン */
#outlineWrapper .tachiyomiBtn .btn.tachiyomi, #outlineWrapper .tachiyomiBtn .btn.free, #outlineWrapper .buyBtn .btn.buy {
	font-size: 0.9em;
	font-weight: normal;
}
/* タグ */
#outlineWrapper .tagWords li {
	line-height: 1.2em;
	font-size: 10px;
	color: #999;
	width: auto;
	margin: 0;
}
/* === タイプ別クラス-本部分 === */
	/* = 年表 = */
	/* = 書店員コメント・レビュー = */
#outlineWrapper .bookKomaType .catch {
	margin-bottom: 10px;
}
#outlineWrapper .bookKomaType .thumb {
	width: 100px;
}
#outlineWrapper .bookKomaType .rightBox {
	width: calc(100% - 110px)
}
#outlineWrapper .bookKomaType .title {
	margin: 0 0 5px;
}
#outlineWrapper .bookKomaType .cp {
	display: inline-block;
	width: calc(50% - 11px);
}
#outlineWrapper .bookKomaType .tachiyomiBtn, #outlineWrapper .bookKomaType .buyBtn {
	display: inline-block;
	width: calc(50% - 3px);
}
#outlineWrapper .bookKomaType .btnBox {
	width: 100%;
}
/* = 著者特集 = */
	/* = コマのみ = */
	/* = 3列ボックス = */
	/* = 読み放題1巻 = */
	/* = リストタイプ = */
#outlineWrapper .bookListType .typeS li .thumb {
	width: 100%;
	height: 138px;
	text-align: center;
}
#outlineWrapper .bookListType .typeS li .thumb img {
	width: auto;
	height: 100%;
}
}

/* ===== PC用、タブレット共通（幅768以上） ===== */
@media only screen and (min-width: 768px) {
/* ===== 全体 ===== */
	ul.breadcrumb{
		overflow-x:hidden;
	}

	/* ===== 共通クラス ===== */
#outlineWrapper .sp {
	display: none !important;
}
/* .bnrArea */
#outlineWrapper .bnrArea .campaign-list {
	margin: 0 10px;
}
#outlineWrapper .bnrArea .campaign-list .campaign {
	width: calc(20% - 4px);
}
#outlineWrapper .bnrArea .campaign-list .campaign:nth-child(odd) {
	text-align: right;
}
#outlineWrapper .bnrArea .campaign-list .campaign:nth-child(even) {
	text-align: left;
}
/* slick */
#outlineWrapper .slick_slider {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}
#outlineWrapper .slick_slider {
}
/* === メニュー === */
	/* ボタンタイプ */
#outlineWrapper .pageMenu .btnType li a {
	font-size: 20px;
}
#outlineWrapper .pageMenu .btnType li a span {
	font-size: 14px;
}
/* テキストタイプ */
#outlineWrapper .pageMenu .textType li {
	width: 25%;
}
/* タブタイプ */
#outlineWrapper .pageMenu .tabNav li a, #outlineWrapper .pageMenu .tabNav li span {
	line-height: 2.5;
	font-size: 1.3em;
}
#outlineWrapper .pageMenu .tabNav li span span {
	display: inline;
	font-size: 1em;
}
#outlineWrapper .pageMenu .tabNav.fixed {
	width: 1000px;
}
/* === 共通クラス-本部分 === */
	/* 共通項目（.bookListArea内） */

	/* === タイプ別クラス-本部分 === */
	/* = 年表 = */
#outlineWrapper section#blockBox .item {
	width: 303px;
}
#outlineWrapper section#blockBox .rightArea {
	width: calc(100% - 140px);
}
/* = 書店員コメント・レビュー = */
#outlineWrapper .bookKomaType .bookInfo {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	border-right: 1px solid #ccc;
	padding: 0px 15px 0px 5px;
}
#outlineWrapper .bookKomaType .thumb {
	width: 100%;
}
#outlineWrapper .bookKomaType .rightBox {
	width: 100%;
}
#outlineWrapper .bookKomaType .title {
	padding-left: 10px;
}
#outlineWrapper .bookKomaType .author {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
}
#outlineWrapper .bookKomaType .text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 510px);
	padding: 0 10px;
}
#outlineWrapper .bookKomaType .komaArea {
	display: inline-block;
	vertical-align: top;
	width: 290px;
}
#outlineWrapper .bookKomaType .btnBox {
	display: none;
}
#outlineWrapper .bookReviewType .arasuji {
	width: 80%;
	margin: 0 auto;
}
#outlineWrapper .bookReviewType .item.koma .ribbon {
	width: 100%;
	margin: 0 0 20px;
}
#outlineWrapper .bookReviewType .item .catch {
	padding: 5px 0 0 10px;
}
#outlineWrapper .bookReviewType .item .bookInfo {
	width: 360px;
}
#outlineWrapper .bookReviewType .item .txt {
	margin: 0 0 0 10px;
	width: calc(100% - 370px);
}
/* = 著者特集 = */
#outlineWrapper .bookKomaOnlyType .bookList .item .catch {
	order: 1;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}
#outlineWrapper .bookKomaOnlyType .item .bookInfo {
	order: 2;
	width: 360px;
}
#outlineWrapper .bookKomaOnlyType .bookList .item .koma {
	order: 3;
	padding: 0 10px;
}
/* = コマのみ = */
	/* = 3列ボックス = */
#outlineWrapper .bookBoxType {
	display: flex;
	flex-wrap: wrap;
}
#outlineWrapper .bookBoxType h3 {
	width: 100%;
}
#outlineWrapper .bookBoxType .item {
	width: calc(33.3333% - 10px);
	margin: 0 5px 10px
}
/* = 読み放題1巻 = */
#outlineWrapper .freeCpType .thumb {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 10px;
}
#outlineWrapper .freeCpType .thumb img {
	width: 60%;
}
#outlineWrapper .bookListArea .freeCpType .rightArea {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 45% - 55px);
}
#outlineWrapper .freeCpType .title {
	font-size: 18px;
}
#outlineWrapper .freeCpType .tachiyomiBtn .btn, #outlineWrapper .freeCpType .buyBtn .btn {
	max-width: none;
}
/* = リストタイプ = */
#outlineWrapper .bookListType .typeL li {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}
#outlineWrapper .bookListType .typeL li .catch {
	width: 100%;
}
#outlineWrapper .bookListType .typeL li .leftArea {
	width: 150px;
}
#outlineWrapper .bookListType .typeL li .rightArea {
	width: calc(100% - 160px)
}
#outlineWrapper .bookListType .typeL li .cp {
	display: inline-block;
	width: auto;
	margin: 0 auto 5px;
	padding: 0 5px;
}
#outlineWrapper .bookListType .typeS li {
	margin: 0 5px 10px;
	width: calc(20% - 10px);
}
#outlineWrapper .bookListType .typeS li .thumb {
	width: 100%;
	height: 200px;
	text-align: center;
}
#outlineWrapper .bookListType .typeS li .thumb img {
	width: auto;
	height: 100%;
}
#outlineWrapper .bookListType .typeS li .title {
}
#outlineWrapper .bookListType .typeS li .author {
}
}

/* ===== タブレット専用（幅768-1279以下） ===== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
/* ===== 全体 ===== */
/* ===== 共通クラス ===== */
	/* 共通・トップに戻るナビ */
#outlineWrapper #pagetop a {
	font-size: 1.2em;
	line-height: 2.2;
	width: 35px;
	height: 35px;
}
/* === 共通クラス-本部分 === */
	/* 共通項目（.bookListArea内） */

	/* === タイプ別クラス-本部分 === */
	/* = 年表 = */
	/* = 書店員コメント・レビュー = */
	/* = 著者特集 = */
	/* = コマのみ = */
	/* = 3列ボックス = */
	/* = 読み放題1巻 = */
	/* = リストタイプ = */
}

/* ===== PC専用（幅1280以上） ===== */
@media only screen and (min-device-width: 1280px) {
/* ===== 全体 ===== */
/* ===== 共通クラス ===== */
#outlineWrapper .limit {
	width: 790px;
	margin: 0 auto;
}
#outlineWrapper .lead {
	width: 770px;
	margin: 0 auto;
}
/* 共通・トップに戻るナビ */
#outlineWrapper #pagetop a {
	font-size: 1.4em;
	width: 40px;
	height: 40px;
}
/* === 共通クラス-本部分 === */
	/* 共通項目（.bookListArea内） */
	/* タグ */
#outlineWrapper .tagWords li {
	line-height: 1.2em;
	font-size: 10px;
	color: #999;
	width: auto;
	margin: 0;
}
/* === タイプ別クラス-本部分 === */
	/* = 年表 = */
#outlineWrapper section#blockBox .item {
	height: 320px;
}
#outlineWrapper section#blockBox .item.event {
	height: 210px;
}
#outlineWrapper section#blockBox .item.bookM {
	height: 430px;
}
#outlineWrapper section#blockBox .item.column, #outlineWrapper section#blockBox .item.bookL {
	height: 540px;
}
#outlineWrapper section#blockBox .item.h1 {
	height: 100px !important;
}
#outlineWrapper section#blockBox .item.h2 {
	height: 210px !important;
}
#outlineWrapper section#blockBox .item.h3 {
	height: 320px !important;
}
#outlineWrapper section#blockBox .item.h4 {
	height: 430px !important;
}
#outlineWrapper section#blockBox .item.h5 {
	height: 540px !important;
}
#outlineWrapper section#blockBox .item.h6 {
	height: 650px !important;
}
#outlineWrapper section#blockBox .item.h7 {
	height: 760px !important;
}
#outlineWrapper section#blockBox .item.h8 {
	height: 870px !important;
}
/* = 書店員コメント・レビュー = */
	/* = 著者特集 = */
	/* = コマのみ = */
	/* = 3列ボックス = */
	/* = 読み放題1巻 = */
	/* = リストタイプ = */
}
/* ===== clearfix ===== */
#outlineWrapper .cf:before, #outlineWrapper .cf:after, #outlineWrapper .discList li:before, #outlineWrapper .discList li:after {
	content: " ";
	display: table;
}
#outlineWrapper .cf:after, #outlineWrapper .discList li:after {
	clear: both;
}
#outlineWrapper .cf, #outlineWrapper .discList li {
	*zoom: 1;
}
/* =====フッター===== */
address{font-style: normal;}
.footer li,.footer p{font-size:12px;}
.footer__txt{font-size:11px;}


