@charset "UTF-8";
/*
 ドラマティザー用CSS
*/

/* 記事背景（全体） */
.drama-contentsBox {
	background: url(../template_assets/images/common/bg.jpg) repeat #f6bed6;
	margin-top: 0;
	padding-top: 30px;
}

/* ------------------------------------------------------------------
 記事ヘッダー
 （from common.js）
------------------------------------------------------------------ */
.teaser-mainV-area {
	width: 100%;

}
.teaser-mainV-area a { display: block; }
.teaser-mainV-inner {
	width: 100%;
	margin: 0 auto;
}
.teaser-mainV-img a{
	width: 100%;
	padding-top: 25%;
	background-image: url(../template_assets/images/common/mainV-2nd-pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}


/* ------------------------------------------------------------------
 記事ページ：左カラム
------------------------------------------------------------------ */
.drama-contentsBox {
	/* margin: 0; */
}
.drama-contentsBox-inner {
	/* padding: 0; */
}

/* ------------------------------------------------------------------
 記事ページ：タイトル
------------------------------------------------------------------ */
.drama-main .drama-box-title {}
.drama-main .drama-box-title > span.title-01 {
	background:url(../template_assets/images/h3_topics.png) no-repeat;
	width: 40%;
	height: 0;
	padding-top: 21.04%;
	background-size: contain;
	position: relative;
	display: block;
	margin: 0 auto -7%;
    z-index: 1000;
}

/* ------------------------------------------------------------------
 記事ページ：本文
------------------------------------------------------------------ */

/* 枠 */
body.second .drama-main .topics-area .drama-box-body {
	border: none;
	background: #fff;
	border-radius: 10px;
	width: 98%;
	margin: auto;
	position: relative;
	z-index: 100;
	border-left: 5px solid #00afcc;
	border-top: 5px solid #00afcc;
	border-right: 5px solid #e5007f;
	border-bottom: 5px solid #e5007f;
}

/* パディング */
body.second .drama-main .topics-area .drama-article {
	padding: 100px 70px 50px;
}

/* SNS */
.drama-share {}


/* ------------------------------------------------------------------
 記事ページ：右カラム
------------------------------------------------------------------ */
.drama-aside {
	/* background-color: #fff; */
}

/* 右カラム　タイトル */
.drama-box-title.title-base {
	/* background-color: #000; */
	/* color: #fff; */
}

/* ------------------------------------------------------------------
 記事ページ：バナーエリア
------------------------------------------------------------------ */

/* 背景 */
.drama-box-adBanner-area {
	/* background-color: #eee; */
}



/* ------------------------------------------------------------------
	small only 〜600px
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	body.second .drama-main .topics-area .drama-box-body{
		width: 95%;
	}
	body.second .drama-main .topics-area .drama-article {
		padding: 40px 10px 10px !important;
	}
}

/* ------------------------------------------------------------------
	medium and up 601px〜
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
}

/* ------------------------------------------------------------------
	medium and down 〜992px
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
	body.second .drama-main .topics-area .drama-article {
		padding: 60px 20px 20px;
	}
	.drama-contentsBox{
		padding-top: 0;
	}
}

/* ------------------------------------------------------------------
	large and up 993px〜
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {
}

/* ------------------------------------------------------------------
	medium only 601px〜992px
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
}
