@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background: -webkit-linear-gradient(top, #000000 0%, #000000 25%, #000000 45%, #000000 100%);
	background: -moz-linear-gradient(top, #000000 0%, #000000 25%, #000000 45%, #000000 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 #b90000;
	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: #b90000;
	border-bottom: 3px solid #b90000;
	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;
}

/* 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/kikougou/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(#b90000), color-stop(0.46, #9a0000), color-stop(0.49, #9a0000), to(#000000));
	background: -moz-linear-gradient(top, #b90000 0%, #9a0000 46%, #9a0000 49%, #000000);
}
