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

#pHeader,#pBody{
	max-width: 748px;
}
.post-main__title,.post-main__date,.post-main__header{
	display: none;
}
.hed{
	display: none;
}
/* ----------------------------------- */
#pHeader {
	margin-bottom: 12px;
	font-size: 13px;
}
/* ----------------------------------- */
#pBody > article {
	width: 500px;
	float: left;
	border: 12px solid #d22323;
	padding: 16px;
	box-sizing: content-box;
}
#pBody > .nav {
	width: 180px;
	float: right;
	color: #d22323;
}
#pBody > .nav li {
	list-style-type: none;
	padding: 2px 0;
	border-bottom: 1px solid #d22323;
}
#pBody > .nav a {
	color: #d22323;
	font-size: 1.2em;
	text-decoration: none;
	padding: 2px;
}

#pBody > article h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #9a8861;
}
#pBody > article h2 {
	font-size: 2em;
	font-weight: bold;
	color: #d22323;
}
#pBody > article header {
	position: relative;
}
#pBody > article header p {
	font-size: 1.4em;
}
#pBody > article header .sr {
	font-size: 1.4em;
	color: #5f90df;
}
#pBody > article header .tn {
	float: right;
	text-align: right;
	width: 160px;
}
#pBody > article header .wrap {
	float: left;
    max-width: 320px;
    width: 100%;
}
#pBody > article header .tn img {
	border: 1px solid #d22323;
	width: 100%;
}
#pBody > article header .btn {
	font-size: 2em;
	text-align: center;
}
#pBody > article header .btn a {
	display: block;
	color: #fff;font-weight: bold;
	background: #F9AA27;
	border-radius: 20px;
	padding: 4px 30px;
	text-decoration: none;
	width: auto!important;
}

#pBody > article section {
	margin-top: 16px;
}
#pBody p {
	padding: 4px 0;
}

#pBody > article section h3 {
	border-bottom: 1px solid #9a8861;
	margin-bottom: 6px;
}
#pBody > article section p {
	font-size: 1.4em;
}
#pBody .buy {
	width: 140px;
}
.comix p {
    margin-bottom: 0;
}

p.back {
	font-size: 1.6em;
	padding-top: 16px;
}
p.back a {
	color:  #d22323;
	text-decoration: none;
}
#pBody .pages {
	border-top: 1px solid #9a8861;
	text-align: center;
}
#pBody .pages img {
	border: 2px solid #cccccc;
	margin: 15px 0;
	max-width: 480px;
	width: 100%;
	height: auto;
}


@media screen and (max-width:640px) {
	#pBody > article {
		width: 100%;
		border: 1px solid #d22323;
		padding: 10px;
		float: none;
	}
	#pBody > article header .tn {
		float: none;
		text-align: center;
		margin: 4px auto 12px;
	}
	#pBody > .nav {
		width: 100%;
		float: none;
		margin: 18px 0;
	}
	#pBody > .nav li {
		border: 1px solid #d22323;
		width: calc(50% - 4px);
		float: left;
		margin: 2px;
		padding: 0;
	}
	#pBody > .nav li a {
		display: block;
		padding: 8px 6px;
	}
	#pBody > article header .btn {
		position: relative;
		bottom: inherit;
		right: inherit;
		text-align: center;
		margin-top: 12px;
	}
	#pBody .pages img {
		max-width: calc(100% - 6px);
		height: auto;
	}
}
/* 追加css */
body{
    font-size: inherit;
}
#pBody > article{
    box-sizing: content-box;
}
#pHeader h1 {
    position: relative;
    text-indent: 0;
}
#pBody ul {
    display: block;
}
#pBody ul{
    border-top:none;
}
#pBody ul li{
    border-right:none;
}
#pBody > article h3,
#pBody > article h2{
    margin: 0;
}
.buy a:link{
    color: #fff !important;
    text-decoration: none !important;
}
.buy a {
    display: block;
	background-color: #d22323;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    text-decoration: none !important;
    max-width: 100%;
	color: #fff;
}
.buy a:hover {
    background-color: #df6565;
    color: #fff;
    text-decoration: none;
}
.fL {
    float: left;
    margin-right: 8px;
}
.post-main__hed{
	display: none;
}
@media screen and (min-width: 769px){
	.content__wrapper{
		padding: 0;
	}
}
@media screen and (max-width: 768px){
	.content {
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.content__wrapper{
		width: 100%;
		box-sizing: border-box;
	}
	#pBody > article{
		box-sizing: border-box;
	}
}