@charset "UTF-8";

#contents{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 80px;
	overflow: hidden;
}
	@media screen and (max-width: 1170px){
		#contents{
			width: auto;
			padding: 0 15px 0;
		}
	}

#special-column p{
	font-size: 1.35rem;
	margin: 0;
}

#special-column {
	overflow: hidden;
}

#special-left{
	width: 570px;
	float: left;
	position: relative;
}
	@media screen and (max-width: 1170px){
		#special-left{
			width: auto;
			float: none;
		}

		#special-left .mainttl {
			margin: 10px 0;
		}

		#special-left .mainttl img{
			width: 100%;
		}
	}

#special-right{
	width: 390px;
	float: right;
}
	@media screen and (max-width: 1170px){
		#special-right{
			width: auto;
			float: none;
		}
	}

.mainvisual{
	margin: 0 0 20px 0;
}
	@media screen and (max-width: 1170px){
		.mainvisual{
			display: none;
		}
	}

h5{
	background: #777;
	color: #fff;
	font-size: 15px;
	padding: 7px 10px;
	margin: 0 0 20px 0;
}

.mainttl{
	margin: 0 0 40px 0;
}

#story,
#comment,
#character,
#charm,
#message,
#comic,
#impression,
#recommend{
	margin: 0 0 30px 0;
	overflow: hidden;
}

a.btn-read,
a.btn-buy,
a.btn-novel {
	width: 310px;
	height: 40px;
	background: #006ed5;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.btn-read:hover,
a.btn-buy:hover,
a.btn-novel:hover{
	text-decoration: none;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
	-ms-filter: "alpha(opacity=80)" !important;
}

a.btn-read{background: #006ed5; margin: 0 auto 10px}
a.btn-buy{background: #ef4348; margin: 0 auto 10px}
a.btn-novel{background: #efa843;}


/* character */
#character .name{
	font-size: 1.6rem;
	font-weight: bold;
}
	#character .name span{
		font-weight: bold;
	}

#character dl{
	overflow: hidden;
	margin: 0 0 25px 0;
}
	#character dl:last-child{
		margin: 0;
	}

#character dl dt{
	float: left;
}

#character dl dd {
    margin: 0 0 0 115px;
}

/* profile */
#profile{
	background: #eee;
	margin: 0 0 20px 0;
}

#profile .inner{
	padding: 0 20px 20px 20px;
}

#profile .inner p.name{
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 5px 0;
}

.btn-wrapper{
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
}
	.btn-wrapper img {
	    margin: 0 0 15px;
	}


/* interview */
#interview{
	background: #eee;
	margin: 0 0 20px 0;
}

#interview .inner{
	padding: 0 20px 20px 20px;
}

#special-column p.intro{
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 30px;
}

.interview-box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cecece;
}

.interview-box .question{
	color: #777;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
	padding: .5em 0;
}

.interview-box .answer{
	line-height: 1.5;
}

.btn-interview a {
	text-align:center;
	line-height:57px;
	background:#1074d2;
	width:330px;
	height:55px;
	margin:0 auto;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:700;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
	@media screen and (max-width: 1170px){
		.btn-interview a {
			width: 100%;
		}
	}

.btn-interview a:hover {
	text-decoration:none;
	opacity:.8;
	-ms-filter:"alpha( opacity=80 )";
	filter:alpha(opacity=80);
}
