@charset "utf-8";
/* CSS Document */

.p-content.p-shiru h1 {
	width: auto;
	min-height: 28px;
	margin: 0 0 20px;
	padding: 8px 15px 4px;
	border-bottom: #0086AB solid 10px;
	background-color: #FBF3EA;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 2.8rem;
}
.p-content.p-shiru h2:before {/*h2 page.css*/
	background-color: #87CC40;
}
.p-content.p-shiru .p-pageNav {
	display: table;
	width: auto;
	margin: 20px auto;
	text-align: center;
}
.p-content.p-shiru .p-pageNav .prev {
	color: #FFFFFF;
	background: -moz-linear-gradient(top, #fff, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));　/* Safari,Google Chrome用 */
	background-color: #CCCCCC;	
}
.p-content.p-shiru .p-pageNav .next {
	color: #FFFFFF;
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));　/* Safari,Google Chrome用 */
	background-color: #CCCCCC;
}
.p-content.p-shiru .p-pageNav li {
	position: relative;
	float: left;
	display: inline-block;
	list-style-type: none;
	background-color: #FFFFFF;
}
.p-content.p-shiru .p-pageNav li a {
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
	line-height: 3.0rem;
	color: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));　 
	background-position: top;
} 
.p-content.p-shiru .p-pageNav li.now {
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
	line-height: 3.0rem;
	color: #333333;
	background: -moz-linear-gradient(top, #ffcc00, #ff9900); 
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
	background-color: #FF9900;
 	background-position: top;
} 
.p-content.p-shiru .p-pageNav li a:hover {
	color: #FFFFFF;
	background: #000000;
}

.manga_dtl_content {
	position: relative;
  background: #FFF;
  padding: 50px 20px;
  width: 700px;
	height: 70vh;
  margin: auto;
	overflow: auto;
}
.manga_dtl_content h3 {
	position: relative;
	display: table;
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 11px 10px 11px 25px;
	border-radius: 5px;
	background-color: #1B6BA4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2.2rem;
}
.manga_dtl_content h3:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	width: 8px;
	height: 28px;
	background-color: #87CC40;
}
.manga_dtl_content p {
	display: block;
	line-height: 2.4rem;
	padding: 0 0 1em;
}
.manga_dtl_content img.alignleft {
	float: left;
	height: auto;
	margin: 0 10px 1em 0;
}
.manga_dtl_content img.alignright {
	float: right;
	height: auto;
	margin: 0 0 1em 10px;
}
.manga_dtl_content img.aligncenter {
	display: block;
	margin: 0 auto;
}
.manga_dtl_content img.size-full {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
	.manga_dtl_content {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 70vw;
		height: 75%;
	}
	.manga_dtl_content img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.manga_dtl_content img.alignleft,
	.manga_dtl_content img.alignright {
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
}

.p-content.p-shiru .p-anzentaisakuLink {
	display: table;
	margin: 0;
}
.p-content.p-shiru .p-anzentaisakuLink li {
	list-style: none;
	position: relative;
	width: 315px;
	min-height: 56px;
	box-sizing: border-box;
	border-width: 3px;
	border-style: solid;
	border-radius: 5px;
	border-color: #EF8727;
	background-color: #FBF3EA;
}
.p-content.p-shiru .p-anzentaisakuLink li:hover {
	background-color: #FFFFFF;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-content.p-shiru .p-anzentaisakuLink li:nth-child(odd) {
	float: left;
	margin: 0 0 20px 10px;
}
.p-content.p-shiru .p-anzentaisakuLink li:nth-child(even) {
	float: right;
	margin: 0 10px 20px 0;
}
.p-content.p-shiru .p-anzentaisakuLink li a {
	display: block;
	height: 20px;
	padding: 16px 10px 34px 10px;
	box-sizing: border-box;
	font-weight: bold;
	color: #EF8727;
	font-size: 1.6rem;
	line-height: 2.0rem;
	text-decoration: none;
}
@media screen and (max-width: 979px) {
	.p-content.p-shiru .p-anzentaisakuLink {
		display: block;
	}
	.p-content.p-shiru .p-anzentaisakuLink li {
		width: auto;
	}
	.p-content.p-shiru .p-anzentaisakuLink li:nth-child(odd) {
		float: none;
		margin: 0 10px 25px;
	}
	.p-content.p-shiru .p-anzentaisakuLink li:nth-child(even) {
		float: none;
		margin: 0 10px 25px;
	}
	.p-content.p-shiru .p-anzentaisakuLink li a {
		font-size: 1.3rem;
	}
}

.p-content.p-shiru .c-jokyoLinks {
	display: table;
	margin: 0;
}
.p-content.p-shiru .c-jokyoLinks li {
	list-style: none;
	position: relative;
	width: 315px;
	min-height: 56px;
	box-sizing: border-box;
	border-width: 3px;
	border-style: solid;
	border-radius: 5px;
	border-color: #04399E;
	background-color: #FBF3EA;
}
.p-content.p-shiru .c-jokyoLinks li:hover {
	background-color: #FFFFFF;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(odd) {
	float: left;
	margin: 0 0 20px 10px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(even) {
	float: right;
	margin: 0 10px 20px 0;
}
.p-content.p-shiru .c-jokyoLinks li a {
	display: block;
	height: 20px;
	padding: 16px 10px 34px 50px;
	box-sizing: border-box;
	font-weight: bold;
	color: #04399E;
	font-size: 1.6rem;
	line-height: 2.0rem;
	text-decoration: none;
}
.p-content.p-shiru .c-jokyoLinks li a:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(1) a:before {
	background: url(../img/shiru/jokyo/icon_number01.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(2) a:before {
	background: url(../img/shiru/jokyo/icon_number02.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(3) a:before {
	background: url(../img/shiru/jokyo/icon_number03.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(4) a:before {
	background: url(../img/shiru/jokyo/icon_number04.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(5) a:before {
	background: url(../img/shiru/jokyo/icon_number05.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(6) a:before {
	background: url(../img/shiru/jokyo/icon_number06.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(7) a:before {
	background: url(../img/shiru/jokyo/icon_number07.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(8) a:before {
	background: url(../img/shiru/jokyo/icon_number08.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(9) a:before {
	background: url(../img/shiru/jokyo/icon_number09.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(10) a:before {
	background: url(../img/shiru/jokyo/icon_number10.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(11) a:before {
	background: url(../img/shiru/jokyo/icon_number11.png) no-repeat left top;
	background-size: 30px 30px;
}
.p-content.p-shiru .c-jokyoLinks li:nth-child(12) a:before {
	background: url(../img/shiru/jokyo/icon_number12.png) no-repeat left top;
	background-size: 30px 30px;
}

@media screen and (max-width: 979px) {
	.p-content.p-shiru .c-jokyoLinks {
		display: block;
	}
	.p-content.p-shiru .c-jokyoLinks li {
		width: auto;
	}
	.p-content.p-shiru .c-jokyoLinks li:nth-child(odd) {
		float: none;
		margin: 0 10px 25px;
	}
	.p-content.p-shiru .c-jokyoLinks li:nth-child(even) {
		float: none;
		margin: 0 10px 25px;
	}
	.p-content.p-shiru .c-jokyoLinks li a {
		font-size: 1.3rem;
	}
}

