@charset "utf-8";
/*-----------------------------------------------------

	original.css

------------------------------------------------------*/

#content.original > h1{
	background: url(../images/tit_original.png) no-repeat;
}

#content.original article{
	position: relative;
	width: 699px;
	margin: 0 auto;
	padding: 45px 0 15px 0;
	background: #fff url(../images/flower.png) no-repeat center -88px;
	text-align: center;
	border-top: solid 2px #b1975d;
}

.original h1{
	width: 639px;
	height: 22px;
	margin: 0 auto 2em auto;
	background: url(../images/tit_auther.png) no-repeat;
	text-indent: 639px;
	overflow: hidden;
	white-space: nowrap;
}
.original p{
	margin-bottom: 1em;
	padding: 0 30px;
	text-align: center;
	font-size: .9em;
	color: #5f4407;
	letter-spacing: .1em;
	line-height: 1.8;
}

.spec{
	width: 380px;
	margin: 0 auto;
}
	.spec img{
		width: 100%;
		height: auto;
	}

#novels{
	margin-bottom: 2em;
}
	#novels li{
		float: left;
		padding: 19px;
	}
		#novels li figcaption{
			margin-top: 1em;
			padding: .5em;
			background: #ff3774;
			color: #fff;
		}

#auther{
	padding: 2em 0;
}
