@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background: -webkit-linear-gradient(top, #223859 0%, #223859 25%, #11263f 45%, #11263f 100%);
    background: -moz-linear-gradient(top, #120101 0%, #120101 25%, #120101 45%, #120101 100%);
}
.mainimage {
	position: relative;
}
.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 #c1334c;
	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: #dc4862;
	border-bottom: 3px solid #dc4862;
	color: #ffffff;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
}
.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 {
	position: relative;
	margin: 0 auto;
	width: 70%;
}
.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 {
	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: #11263f;
} 
.menu-contents a {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5e78), color-stop(0.45, #f1506a), color-stop(0.75, #cc1536), to(#a63449));
    background: -moz-linear-gradient(top, #bb2837 0%, #ad1f2e 45%, #710a15 75%, #4d070e);
}

p.copy {
    width: 390px;
    margin: -20px auto;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    padding-top: 19px;
}

/*=======================================================
	guard
=======================================================*/
.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(img/spacer.png);
}