@charset "utf-8";




.story-detail .heading{
	width:100%;
	position:relative;	
}



.story-detail .heading img{
	width:100%;	
}

.story-detail .heading .title-wrap{
	position:absolute;
	top:70%;
	left:0px;
	width:100%;
	height:30%;
	background:rgba(255,255,255,0.7)	;
}

.story-detail .heading .title-wrap .data{
	display:inline-block;
	width:94%;
	margin:5px 0px 0px;
}




.story-detail .heading-beginning{
	width:100%;
	height:auto;
}


.story-detail .heading-beginning span{
	display:block;
	width:100%;
	height:auto;
}

.story-detail .heading-beginning span span{
	display:inline-block;
	width:auto !important;
	height:auto;
}

.story-detail .heading-beginning span span:after{
	content:",";
}


.story-detail .heading-beginning span a.categorys{
	display:inline-block;
	margin-right:5px;
	width:auto;
	height:auto;
}


.story-detail .detail-data{
	position:relative;
}

.story-detail .detail-data .detail-thumb img{
	width:100% !important;	
}


.story-detail .detail-data img{
	max-width:100%;	
}


.detail-data .story-num{
	width:35px;
	margin:0px 3% 0px 0px !important;	
	padding:5px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.detail-data .s-story-num{
	width:25px;
	margin:0px 3% 0px 0px !important;	
	padding:2px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



.detail-data .story-num-data{
	width:87%;
}


.relation-story-list .pickup .thumb{
	width:45%;
}


.relation-story-list .pickup .thumb img{
	width:100%;
}


.relation-story-list .pickup .contents{
	width:53%;
}


.relation-story-list .group-detail .relation-detail{
	width:45%;
	box-sizing:border-box;
}

.relation-story-list .group-detail .relation-detail a{
	width:95%;
}


.relation-story-list .group-detail .relation-detail-right a{
	margin:0px 0px 0px 5%;;
}

.relation-story-list .group-detail .relation-detail img{
	width:100%;
}



.relation-story-list .group-detail .relation-detail-left{
	border-style:none dotted none none;
}

.detail-page .detail-pc .ad-bottom{
	width:50%;
	height:auto;
}

.detail-page .detail-smt .ad-bottom{
	width:80%;
	height:auto;
	margin:0 auto;
}


.detail-page .detail-pc .ad-bottom img,
.detail-page .detail-smt .ad-bottom img
{
	max-width:100%;
	height:auto !important;
}
.detail-page .detail-pc .m-auto{
	margin:0 auto !important;
}



.detail-page .detail-pc .ad-bottom img{
	max-width:100%;
}

.story-detail .btn-aff
{
	width:80%;
	display:block;
	padding:10px 20px;
	margin:15px auto;
	text-align:center;
	color:#1a0dab;
	border:1px #1a0dab solid;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.story-detail .btn-aff:hover{
	color:#1a0dab;
}
