<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**main u-main 時間帯背景と文字色　ひし形のソース**/
h2#date_area,h2#date_area02{
	background-color:#f79ec0;
	color:#fff;
}
#wasuu{
	background:url(../images/1708_taiyou/hishi.png) no-repeat 10px center;
	background-size:auto 12px;
}
#owabi{
	width: 100%;
	text-align: center;
	font-size:15px;
	line-height: 1.5;
	padding-top: 10px;
}
/**story　次回予告話数とサブタイトル色**/
#asi-story dl{color:#c60951 !important;}

/**cast　キャスト名テキストの背景と文字色**/
#cast-top div dt{
	color:#fff;
	border-radius:3px;
	background-color:#c60951;
	border:0;
}
.yaku{
	font-size:20px;
}
.enjya{
	font-size:16px;
}
/*アマゾンタグ横長
#amazon dd{
    padding:40px 0 0 !important;
}
*/

/*smp*/
@media screen and (max-width: 640px) {
/**main u-main ひし形のソース**/
#wasuu{
	background:url(../images/1708_taiyou/hishi.png) no-repeat left center;
	background-size:auto 80%;
}
	#owabi{
	font-size:1.4rem;
}
	#owabi br{
	display:none;	
	}
/**cast　キャスト名テキストの背景と文字色**/
#cast-top div dt{
	background-color:#fff;
	color:#c60951;
}
.yaku{
	width:100%;
	font-size:1.8rem;
	float:none;
	padding-bottom:3%;
}
.enjya{
	width:100%;
	font-size:1.4rem;
	float:none;
}
/*アマゾンタグ横長
#amazon {
	max-height:140px !important;
}
#amazon dd{
	padding:0 !important;
}
	*/</pre></body></html>