@charset "UTF-8";

#contents{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
	@media screen and (max-width: 1170px){
		#contents{
			width: auto;
			padding: 25px 15px 30px;
		}

		h2{
			margin: 0 0 15px;
		}
	}

#sp-column p {
	font-size: 1.3rem;
	margin: 0 0 30px;
}

ul.product-list {
	overflow:hidden;
	margin-bottom:15px;
}

ul.product-list li {
	width:118px;
	float:left;
	margin:0 15px 10px 0;
	position:relative;
}

ul.product-list li span.icon-new {
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	background:url(../images/common/icon_new.png) no-repeat;
	text-indent:-9999px;
}

ul.product-list li img {
	margin-bottom:5px;
}

ul.product-list li span.book-ttl {
	font-size:1.1rem;
	line-height: 1.5;
}

div#sp-column ul.product-list li a {
	display:block;
	color:#111;
	text-decoration:none;
}

div#spe_column {
	margin-bottom:30px;
	min-height:640px;
	overflow:hidden;
}

ul.spe_box {
	overflow:hidden;
	margin-bottom:15px;
	font-size:11px;
	line-height:1.2;
}

ul.spe_box li {
	position:relative;
	float:left;
	width:235px;
	background: #f1f3f6;
	margin: 0 20px 30px 0;
}
	@media screen and (max-width: 1170px){
		ul.spe_box li {
			width: 31.3%;
			margin: 0 1% 20px;
		}
	}
	@media screen and (max-width: 680px){
		ul.spe_box li {
			width: auto;
			background: #f1f3f6;
			margin: 0 0 15px;
			float: none;
		}
	}


ul.spe_box li:nth-child(4n){
	margin: 0 0 30px 0;
}
	@media screen and (max-width: 1170px){
		ul.spe_box li:nth-child(4n){
			margin: 0 1% 20px;
		}
	}

ul.spe_box li dl {
	height:300px;
}
	@media screen and (max-width: 680px){
		ul.spe_box li dl {
			height: auto;
			padding: 0 0 20px
		}
	}

ul.spe_box li dl dt {
	margin: 0 0 20px;
}

ul.spe_box li dl dt img{
	width: 100%;
	height: auto;
}

ul.spe_box li dl dd{
	padding: 0 20px;
}

ul.spe_box li dl dd p {
	font-size: 1.25rem;
	margin:0;
	color: #111;
}

ul.spe_box li a:hover{
	text-decoration: none;
}

ul.spe_box li a:hover dl dd h4{
	text-decoration: underline;

}

a.mybutton {
	width: 147px;
	height: 32px;
	line-height: 33px;
	display:block;
	position:absolute;
	bottom:20px;
	left:50%;
	margin: 0 0 0 -73px;
	text-align:center;
	border-bottom: 4px solid #0061b0;
	color:#fff;
	background: #0078da;
	font-size:1.4rem;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

a.mybutton:hover {
	text-decoration:none;
}

div#sp-left {
	width:570px;
	float:left;
	position:relative;
}
@media screen and (max-width: 1170px){
	div#sp-left {
		float: none;
		width: auto;
	}

	div#sp-left .img-mainttl img{
		width: 100%;
		height: auto;
	}
}

div#sp-right {
	width:390px;
	float:right;
}
	@media screen and (max-width: 1170px){
		div#sp-right {
			float: none;
			width: auto;
		}

		div#sp-right .img-mainvisual{
			display: none;
		}
	}

h5{
	background: #777;
	color: #fff;
	font-size: 15px;
	padding: 7px 10px;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 16px;
	font-weight: 700;
	color: #d04e52;
	margin-bottom: 10px;
}

div#sp-right .profile-area{
	background: #eee;
}

div#sp-right .profile-area .inner{
	padding: 20px;
}

dl.sp-cara {
	overflow:hidden;
	margin-bottom:10px;
}

dl.sp-cara dt {
	float:left;
}

dl.sp-cara dd {
	float:right;
	width:460px;
}

dl.sp-cara dd p,dl.sp-cara02 dd p {
	margin-bottom:0;
}

dl.sp-cara02 {
	width:279px;
	overflow:hidden;
	margin-bottom:10px;
}

dl.sp-cara02 dt {
	float:left;
}

dl.sp-cara02 dd {
	float:right;
	width:170px;
}

ul.sp-cara {
	width:970px;
	margin-left:5px;
	overflow:hidden;
	margin-bottom:10px;
}

ul.sp-cara li {
	float:left;
	width:235px;
	height:110px;
	overflow:hidden;
	margin-right:10px;
}

ul.sp-cara li.end {
	float:left;
	width:235px;
	overflow:hidden;
	margin-right:0;
}

ul.sp-cara li span.cara-img {
	float:left;
	width:100px;
}

ul.sp-cara li p.cara-text {
	float:right;
	width:125px;
}

ul.other-book {
	width:980px;
	margin-left:5px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
}

ul.other-book li {
	float:left;
	width:310px;
	overflow:hidden;
	margin-right:20px;
}

ul.other-book li.end {
	float:left;
	width:310px;
	overflow:hidden;
	margin-right:0;
}

ul.other-book li div p {
	width:180px;
}

div.catch {
	padding-bottom:15px;
	border-bottom:1px solid #222;
}

.sp-red {
	font-size:110%;
	font-weight:700;
	color:#d04e52;
}

div#sp-interview {
	background:#eee;
	padding-bottom:15px;
}

div#sp-interview p {
	padding:15px;
}

.btn-interview a {
	text-align:center;
	line-height:57px;
	background:#1074d2;
	width:330px;
	height:55px;
	margin:0 auto 15px;
	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: auto;
	}
}


.btn-interview a:hover {
	text-decoration:none;
	opacity:.8;
	-ms-filter:"alpha( opacity=80 )";
	filter:alpha(opacity=80);
}

dl.interview-box {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #cecece;
	font-size: 1.3rem;
}

.sp-q {
	color:#777;
	font-size:110%;
	font-weight:700;
	line-height:1.75;
	margin-bottom:1em;
	padding:.5em 0;
}

.sp-a {
	line-height:1.75;
}

.sp-a span.font-b {
	font-size:110%;
}

.box-interview {
	padding:0;
	margin:0 15px;
	background:#fff;
}

.red-sp {
	color:#d04e52;
	font-size:14px;
	font-weight:700;
}

div#sp-other {
	background:#eee;
	padding:20px 15px;
}

h5.h5-other {
	color:#d04e52;
	font-size:15px;
	font-weight:700;
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:1px solid #d04e52;
	background: #eee;
}

h6.h6-sp {
	background:#d04e52;
	color:#fff;
	font-size:15px;
	padding:.4em 1em .2em;
}

div#sp-other dl {
	overflow:hidden;
}

div#sp-other dl dd {
	width:16em;
}

ul.prize-box {
	overflow: hidden;
}

ul.line-btm {
	padding-bottom:30px;
	border-bottom:1px dotted #cecece;
	margin-bottom:30px;
}

ul.prize-box li a:hover img {
	opacity:.9;
	-ms-filter:"alpha( opacity=90 )";
	filter:alpha(opacity=90);
}

ul.prize-box h6 {
	font-weight:600;
	font-size:1.6rem;
	margin: 0 0 15px;
}

li.prize-text {
	width:730px;
	font-size:1.4rem;
	line-height:1.75;
}
	@media screen and (max-width: 1170px){
		li.prize-text {
			width: auto;
		}
	}

ul.prize-hisrory {
	overflow:hidden;
	padding-bottom:30px;
	border-bottom:1px dotted #cecece;
	margin-bottom:30px;
}

ul.prize-hisrory.end{
	border: none;
}

ul.prize-hisrory li {
	float:left;
	width:230px;
	margin-right:10px;
	font-size:12px;
}
	@media screen and (max-width: 1170px){
		ul.prize-hisrory li {
			width: 31.3%;
			margin: 0 3% 0 0;
		}

		ul.prize-hisrory li:nth-child(3n){
			margin: 0;
		}
	}
	@media screen and (max-width: 680px){
		ul.prize-hisrory li {
			width: 48.5%;
			margin: 0 3% 0 0;
		}
		ul.prize-hisrory li:nth-child(3n){
			margin: 0 3% 0 0;
		}
		ul.prize-hisrory li:nth-child(2n){
			margin: 0;
		}
	}

ul.prize-hisrory li.end {
	float:left;
	width:230px;
	margin-right:0;
}
	@media screen and (max-width: 1170px){
		ul.prize-hisrory li.end {
			width: 31.3%;
		}
	}
	@media screen and (max-width: 680px){
		ul.prize-hisrory li.end {
			width: 48.5%;
		}
	}

ul.prize-hisrory li dl dt {
	width:128px;
	padding:20px 41px;
	border:10px solid #f1f3f6;
}
	@media screen and (max-width: 1170px){
		ul.prize-hisrory li dl dt {
			width: auto;
			text-align: center;
			padding: 20px 15px;
		}
	}

ul.prize-hisrory li dl dt img{
	width: 118px;
	height: 169px;
}
	@media screen and (max-width: 1170px){
		ul.prize-hisrory li dl dt img{
			max-width: 118px;
			width: 100%;
			height: auto;
		}
	}

ul.prize-hisrory li dl dt a:hover img {
	opacity:.9;
	-ms-filter:"alpha( opacity=90 )";
	filter:alpha(opacity=90);
}

ul.prize-hisrory li dl dd {
	width:200px;
	padding: 10px 2px 0;
}
	@media screen and (max-width: 1170px){
		ul.prize-hisrory li dl dd {
			width: auto;
			margin: 0 0 20px;
		}
	}

ul.prize-hisrory li dl dd p {
	font-size: 1.4rem;
	margin-bottom:.5em;
	line-height:1.4;
	margin: 0 0 10px !important;
}

ul.prize-hisrory li dl dd p:last-child {
	margin: 0 !important;
}


ul.prize-hisrory li dl dd p span{
	font-size: 1.3rem;
	color: red;
}

ul.prize-hisrory li dl dd p.font-s{
	font-size: 1.2rem;
}

.prize-wrap {
	overflow:hidden;
	width:990px;
	margin:0 auto 60px;
}
	@media screen and (max-width: 1170px){
		.prize-wrap {
			width: auto;
		}
	}

.prize-wrap .ttl-area {
	font-size:3rem;
	line-height:1.3;
	color:#1074d2;
	padding-left:92px;
	background:url(../images/special/icon_prize.gif) no-repeat left 5px;
	margin:0 0 40px;
	min-height:82px;
}
	@media screen and (max-width: 1170px){
		.prize-wrap .ttl-area {
			padding: 0;
			background: none;
			font-size: 2.5rem;
			margin: 0 0 20px;
		}

		.prize-wrap .ttl-area br{
			display: none;
		}
	}

.prize-wrap .prize-area {
	width:220px;
	height: 402px;
	float:left;
	margin-right:40px;
	border:10px solid #f1f3f6;
	text-align:center;
	padding:30px 25px 30px;
}
	@media screen and (max-width: 1170px){
		.prize-wrap .prize-area {
			width: auto;
			height: auto;
			margin: 0 0 15px;
			float: none;
		}
	}

.prize-wrap .prize-area.end {
	margin-right:0;
}

.prize-wrap .prize-area .prize {
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #f33;
	line-height: 1.4;
}

.prize-wrap .prize-area img {
	margin-bottom: 20px;
}

.prize-wrap .prize-area .ttl {
	font-size: 1.63rem;
	font-weight: 600;
	position:relative;
	margin: 0 0 15px;
	height:40px;
	line-height: 1.3;
}

.prize-wrap .prize-area .ttl span.font-s {
	font-weight:600;
}

.prize-wrap .prize-area .ttl span.rubi {
	position:absolute;
	top:-13px;
	-webkit-transform:scale(0.55);
	-webkit-margin-start:-2px;
}

.prize-wrap .prize-area .name {
	font-size: 1.6rem;
	margin: 0 0 20px;
}

.prize-wrap .prize-area a.btn-todetail {
	width:100%;
	height:40px;
	display:block;
	background:#1074d2;
	color:#fff;
	text-decoration:none;
	line-height: 38px;
	font-size: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 4px solid #0061b0;
}

@media screen and (max-width: 1170px){
	.prize-wrap > a > img{
		width: 100%;
	}
}

#sp-column .comic {
	overflow:hidden;
	padding:20px;
	background:#eee;
	margin-bottom:30px;
	clear:both;
}

#sp-column .comic .ttl {
	font-size:19px;
	font-weight:700;
	color:#d04e52;
	display:block;
	margin-bottom:8px;
	line-height: 1.3;
}

.guide {
	overflow:hidden;
	background:#eee;
}

.guide .intro {
	color:#d04e52;
	text-align:center;
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}

.guide p {
	padding:0 15px 15px;
}

.guide .name {
	font-size:15px;
	font-weight:700;
	display:block;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

#sp-column .comic a {
	width: 100%;
	height: 50px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	background: url(../images/common/icon_arrow.png) no-repeat #1074d2;
	background-position: 505px 19px;
}


.latest_prize{
	margin: 0 0 40px;
}
	@media screen and (max-width: 1170px){
		.latest_prize img{
			width: 100%;
		}
	}
