<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3, h4, h5, h6, pre, ul , ol , li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
html {
    height: 100%;
}
img { width: 100%; }
ul, ol {
	list-style-type:none;
}
#night_nav_pc {
    display: none;
}
#content-nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -291px;
	background-color: #fff;
	padding-top: 13px;
	box-sizing: border-box;
	transition: bottom 0.4s ease-in-out;
	z-index: 100000 !important;
}
#content-nav.open {
	bottom: 0;
}
#content-nav.fix {
	position: absolute;
	bottom: inherit;
	display: none;
}
#content-nav .tab {
	position: absolute;
	right: 0;
	top: -28px;
	width: 143px;
	height: 28px;
	background-color: #fff;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	display: flex;
	text-align: center;
	color: #000;
	cursor: pointer;
    align-items: center;
    justify-content: center;
}
#content-nav.open .tab {
	background-color: #000;
	color: #fff;
}
#content-nav .tab::after {
	content: "笆ｲ";
}
#content-nav.open .tab::after {
	content: "笆ｼ";
}

.player-container {
	width: 188px;
	height: 106px;
	margin: 0 auto;
	margin-bottom: 12px;
}
#content-nav ul {
	overflow: hidden;
    width: 297px;
    margin: 0 auto;
	margin-bottom: 10px;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}
#content-nav ul li {
	float: left;
	line-height: 0;
	width: 97px;
	border-top: 2px solid #dcdcdc;
	border-left: 2px solid #dcdcdc;
}
#content-nav ul li:nth-child(1),
#content-nav ul li:nth-child(4) {
	
}
#content-nav ul li:nth-child(1) {
	border-color: #fff;
}


section.cast {
	padding: 0 5.82% 15px 5.82%;
	background: none;
	text-align: center;
}
section.cast h3 {
	width: 224px;
	margin: 0 auto;
	margin-top: -37px;
	line-height: 0;
}</pre></body></html>