@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background: -webkit-linear-gradient(top, #3e6180 0%, #3e6180 25%, #121313 45%, #121313 100%);
	background: -moz-linear-gradient(top, #3e6180 0%, #3e6180 25%, #121313 45%, #121313 100%);
}
.mainimage {
}
.lower-page-image {
	margin: 0 auto;
	width: 75%;
}
.mainimage img,
.lower-page-image img {
	width: 100% !important;
}

/* 下層ページ */
.lower-page-header {
	padding: 10px 0;
	background: #ffffff;
}


/*=======================================================
	section-contents
=======================================================*/
.section-contents {
	margin: 15px;
	background: #ffffff;
	border: 3px solid #90783e;
	border-radius: 5px;
}
.section-contents p {
	margin: 10px;
	line-height: 1.5;
}
.section-contents p + p {
	margin-top: 0;
}
.section-ttl {
	box-sizing: border-box;
	padding: 10px;
	height: 42px;
	background: #121313;
	border-bottom: 3px solid #90783e;
	color: #ffffff;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
}
.img-box img {
	width: 100% !important;
}

/* Next */
.next-ttl {
	font-size: 16px;
	font-weight: bold;
}

/* Cast */
.cast-box {
	margin-top: 35px;
}
.cast-pht-box {
	margin: 0 auto;
	width: 70%;
}
.cast-pht-box img,
.cast-name img {
	width: 100% !important;
}

.cast-ttl {
	font-size: 16px;
	font-weight: bold;
}

/* Story */
.story-box {
}
.story-pht-box img {
	width: 100% !important;
}
.story-ttl {
	font-size: 16px;
	font-weight: bold;
}
.story-box .twitter_btn {
	margin-left: auto;
	width: 70px;
	height: 20px;
	text-indent: -9999px;
}
.story-box .twitter_btn a {
	width: 70px;
	height: 20px;
	background: url(/drama/sekidounootoko/img/twitter_btn.png) no-repeat scroll right 0;
	display: block;
}
.story-pagenate {
	margin: 10px 10px 30px;
	font-size: 16px;
	text-align: center;
}


/*=======================================================
	menu-contents
=======================================================*/
.menu-contents {
	background: #ffffff;
} 
.menu-contents a {
	background: -webkit-gradient(linear, left top, left bottom, from(#173d5f), color-stop(0.49, #173d5f), color-stop(0.50, #121313), to(#121313));
	background: -moz-linear-gradient(top, #173d5f 0%, #173d5f 49%, #121313 50%, #121313);
}
