/*-----------------------------------------------
 title
-----------------------------------------------*/
#title{
	position: relative;
	z-index: 10;
	height: 200px;
	margin-bottom: 40px;
	background-image: url(../img/novel/title-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
#title .inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#title .inner h1{
	overflow: hidden;
	position: absolute;
	top: 66px;
}
@media only screen and (max-width: 640px) {
	#title{
		height: auto;
		margin-bottom: 20px;
		background: none;
	}
	#title .inner{
		width: auto;
	}
	#title .inner h1{
		position: static;
		background: none;
	}
	#title .inner h1 img{
		width: 100%;
	}
}
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content{
	width: 1200px;
	margin: 0 auto;
}
#content h2 {
	font-size: 36px;
	line-height: 1.5;
}
#content p {
	font-size: 22px;
	font-weight: 400;
}
#content p.text {
	margin-bottom: 48px;
}
#content p.text a {
	color: #ef0000;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	#content{
		width: auto;
		padding: 0;
	}
	#content h2{
		height: auto;
		background: none;
	}
	#content img {
		width: 100%;
	}
}

/*-----------------------------------------------
 novel
-----------------------------------------------*/
.pc-none {
	display: none;
}
#novel {
	margin-bottom: 95px;
}
#novel .novel-title {
	background: url(../img/novel/novel-title-bg.png) top center no-repeat;
	background-size: cover;
	padding: 30px 46px;
	margin-bottom: 20px;
}
#novel .novel-title p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
#novel .novel-list ul li {
	border: 1px solid #000;
	margin-bottom: 20px;
}
#novel .novel-list ul li a {
	display: block;
	cursor: pointer;
}
#novel .novel-list ul li a:hover {
	text-decoration: none;
}
#novel .novel-list ul li p {
	position: relative;
	font-size: 34px;
	padding: 24px 0 24px 38px;
	line-height: 1.2;
	font-weight: bold;
	background: url(../img/novel/novel-btn01.png) top right no-repeat #fff;
}
#novel .novel-list ul li .release {
	position: absolute;
	top: 16px;
	right: 56px;
	width: 240px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 16px;
	background-color: #ffff00;
}
#novel .novel-list ul li .new {
	position: absolute;
	top: 16px;
	right: 56px;
	width: 150px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 16px;
	color: #fff;
	background-color: #FF0000;
}
@media only screen and (max-width: 640px) {
.pc-none {
	display: block;
}
#content{
	width: 95%;
}
#content p.text {
	font-size: 3.5vw;
	margin-bottom: 5%;
}
#novel {
	margin-bottom: 16%;
}
#novel .novel-title {
	background: url(../img/novel/novel-title-bg-sp.png) top center no-repeat;
	background-size: cover;
	padding: 5%;
	margin-bottom: 4%;
}
#novel .novel-title p {
	font-size: 3.5vw;
}
#novel .novel-list ul li {
	margin-bottom: 4%;
}
#novel .novel-list ul li p {
	padding: 6% 0 6% 4%;
	font-size: 5vw;
	background: url(../img/novel/novel-btn01-sp.png) top right no-repeat #fff;
	background-size: contain;
}
#novel .novel-list ul li .release {
	width: 32%;
	top: 11%;
	right: 8%;
	padding: 2% 0;
	font-size: 4vw;
}
#novel .novel-list ul li .new {
	width: 20%;
	top: 25%;
	right: 8%;
	padding: 2% 0;
	font-size: 4vw;
}
}
