@charset "utf-8";


@media screen and (min-width: 961px){

.commonPadding{padding-left:30px;padding-right:30px;}
.commonWidth{width: 1140px;margin: auto;position: relative;}


/* //////////////////////////////////////////////////////////////

2：ストーリー

////////////////////////////////////////////////////////////// */

/* 二階層目メニュー ////////////////////// */
nav.sub2nd {
	width: auto;
	background-color: #000;
	color: #777;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.4;
}
nav.sub2nd a {
	width: auto;
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid #444;
	padding: 0px 10px;
	margin: 2px 0px;
}
nav.sub2nd a{color: #fff;}
nav.sub2nd a:last-child,nav.sub2nd .dummy:last-child {border-right: 1px solid #444;}
nav.sub2nd a:hover,nav.sub2nd a.selected{color: #CFFF6A;}

.mtb20{margin-top: 20px;margin-bottom: 30px;}




#story {
	padding-bottom: 50px;
	margin-top: 80px;
	text-align: left;
}

/* メニューが二列の場合（二期用） */
#story nav.sub2nd {font-size: 14px;padding: 8px 0px 8px 175px;text-align: left;}
#story nav.sub2nd.top {margin-bottom: 5px;}

/* 話数 */
#story h2 {
	border-bottom: 2px solid #000;
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.3;
}

/* テキスト */
#story .txt {padding: 0px 5px 40px;}

/* スタッフ情報 */
#story .txt p {font-weight: bold;margin-bottom: 20px;background-color: #eee;padding: 10px;line-height: 1.4;}
#story .txt p span {display: inline-block;margin-right: 2px;}
#story .txt p span:after {content: "／";margin-left: 5px;}
#story .txt p span:last-child:after {display: none;}

/* スクショ */
#story .img{margin: 10px auto 50px;}
#story .img img{
	width:20%;
	padding: 4px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	box-sizing: border-box;
}


#story h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    line-height: 1;
}

}
