@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
    background: -webkit-linear-gradient(#02c8d1 0%, #02c8d1 25%, #02c8d1 45%, #02c8d1 100%);
    background: -moz-linear-gradient(top, #ffe5eb 0%, #ffe5eb 25%, #ffe5eb 45%, #ffe5eb 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 #f7567d;
    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: #ffffff;
    border-bottom: 3px solid #f7567d;
    color: #f4488f;
    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/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(#ec3863), color-stop(0.49, #ec3863), color-stop(0.50, #f7567d), to(#f7567d));
	background: -moz-linear-gradient(top, #ec3863 0%, #ec3863 49%, #f7567d 50%, #f7567d);
}
