@charset "UTF-8";
/*
 topics.css（ファイル名変更不可）
 本サイト記事ページ用CSS（記事ページのみ読み込まれる）
*/


body .d-main {
    width: 100%;
    background: #0e1317;
}

body .drama-contentsBox {
	background: url(../images/topics/bg.jpg) no-repeat center top #0e1317;
	background-size: contain;
	padding-top: calc(50 / 1000 * 100%);
	margin: 0 auto;
}

body .drama-contentsBox-inner {
  padding: 0 0 20px;
  overflow: hidden;
 }

h2.drama-box-title{
	width: 380px;
    height: 116px;
    background-image: url(../images/common/d-box-title-topics.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
	font-size: 0;
    margin: 0 auto 50px;
}

.drama-article-body h1{
	color: #ad0018;
}
.drama-article-body h2{
	color: #4a4a4a;
}


/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {

body .drama-main .drama-box-title > span.title-01 {
	display: none;
}

body .d-contentsBox-inner{
	background-size: contain !important;
}

body h2.drama-box-title {
	padding: 10% !important;
	width: 100%;
	height: auto;
    margin: 30px auto 50px;
}

}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}