@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background: -webkit-linear-gradient(top, #ddb7bd 0%, #ddb7bd 25%, #ddb7bd 45%, #ddb7bd 100%);
	background: -moz-linear-gradient(top, #ddb7bd 0%, #ddb7bd 25%, #ddb7bd 45%, #ddb7bd 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 #8b253b;
	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: #8b253b;
	border-bottom: 3px solid #8b253b;
	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: #ddb7bd;
} 
.menu-contents a {
	background: #8b253b;
	background: #8b253b;
}

p.copy {
    width: 310px;
    margin: -20px auto;
    color: #000;
    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);
}
.large-font{
	font-size: 16px;
}
/*=======================================================
	intro
=======================================================*/
p.intro_color {
	line-height:1.6em;
	color:#93273e;
	font-weight:bold;
}