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