@charset "utf-8";
/*--****************************************

@story

*****************************************--*/
#contents{
position: relative;
    padding: 0 0 18% 0;
}

#ttl{
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
}

#chara0{
	padding:3% 0;
}

#txt-container{
	padding:0 0 8% 0;
}

#story-container a{
	text-decoration:none;
}

.story-box{
	background:#34a79d url(../img/story_ttl.png) no-repeat bottom center;
	padding:3%;
	margin:0 0 2px 0;
	background-size:100% auto;
}

.story-thumb{
	width:44%;
	float:left;
	overflow:hidden;
	background:#fff;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.story-thumb img{
	height:100%;
	width:auto;
}


.story-block{
	float:left;
  	width: 56%;
	padding: 0 0 0 3%;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.story-date{
	font-size:14px;
	font-weight:bold;
	color:#cccccc;
}

.story-ttl{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

/*----------

@detail

----------*/
.detail-date{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	display: inline-block;
	padding: 8px 16px 6px 16px;
	margin: 6% 3% 0 0;
	position: relative;
	/* right: 0px; */
	z-index: 2;
	overflow: hidden;
	float: right;
}

.detail-date span{
	background:#2bafa6;
	padding:10px 10px;
}


.detail-date:after{
	content: "";
	width: 35px;
	height: 50px;
	display: block;
	background: #2bafa6;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: -1;
	transform: rotate(20deg);
	-ms-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}

.detail-date:before{
	content: "";
	width: 35px;
	height: 50px;
	display: block;
	background: #2bafa6;
	position: absolute;
	top: -10px;
	right: 6px;
	z-index: -1;
	transform: rotate(20deg);
	-ms-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}

.detail-ttl{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
}

.social{
	width:94%;
	margin:0 auto;
}

.social-btn{
	float:left;
	height:21px;
	padding:0 10px 10px 0;
}

#fb-btn{
	width:100px;
}

#hatena-btn{
	clear:both;
}

#chara2{
	margin:0 0 -6.5% 0;
	position:relative;
	z-index:3;
}

.detail-contents{
	width: 94%;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #4cc9bf;
	padding: 8% 3% 3% 3%;
	word-break: break-all;
	position:relative;
	z-index:2;
	
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	
}

.detail-contents img{
    max-width: 96%;
    width: 48%;
	height:auto;
    padding: 1%;
}

.detail-contents iframe{
	width:100%;
}


.detail-contents a{
	color:#2bafa6;
}

#back-container{
	width:94%;
	margin:0 auto;
}

#back-container a{
	color: #fff;
	display: block;
	background: #383d3d;
	text-align: center;
	text-decoration: none;
	padding: 3% 0;
	margin: 7% 0 0 0;
	font-size: 12px;
}


