@charset "UTF-8";
/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background: #ffffff;
}
.mainimage {
}
.lower-page-image {
	margin: 0 auto;
	width: 75%;
	position:relative;
}
.mainimage img, .lower-page-image img {
	width: 100% !important;
}
/* 下層ページ */
.lower-page-header {
	padding: 10px 0 15px;
	background: #ffffff;
}
/*=======================================================
	section-contents
=======================================================*/
.section-contents {
	margin: 15px;
	background: #ffffff;
	border: 3px solid #ec787a;
	border-radius: 5px;
	position:relative;
}
.section-contents p {
	margin: 10px;
	line-height: 1.5;
	position:relative;
}
.section-contents p + p {
	margin-top: 0;
}
.section-ttl {
	background: #ffa8b4 none repeat scroll 0 0;
	border-bottom: 3px solid #ffa8b4;
	box-sizing: border-box;
	color: #17659a;
	font-size: 20px;
	height: 42px;
	line-height: 21px;
	padding: 10px;
	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%;
	position:relative;
}
.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/minnakimuchi/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(#e45d86), color-stop(0.49, #e75e88), color-stop(0.50, #ef8295), to(#f7ab9e));
	background: -moz-linear-gradient(center top, #e45d86 0%, #e75e88 49%, #ef8295 50%, #f7ab9e);
}
span.guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/spacer.png);
	max-width:640px;
	max-height:320px;
}
