<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ------------------------------------------------------------

	movie style

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 80%;
	line-height: 160%;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 480px;
	margin-top: -260px;
	margin-left: -320px;
	z-index: 10;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #999;
	padding: 10px 0;
	text-align: center;
	z-index: 1;
}

p {
	font-size: 100%;
}

/* ------------------------------------------------------------
	GDPR style
------------------------------------------------------------ */

#gdpr-block {
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	padding: 50px 3%;
	background-color: rgba(215, 215, 215, 1);
	overflow: hidden;
}

#gdpr-block p.gdpr-block__text01 {
	float: left;
	width: 85%;
	margin: 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}

#gdpr-block p.gdpr-block__text01 a {
	color: #333;
	text-decoration: underline;
}

#gdpr-block p.gdpr-block__bt01 {
	float: right;
	width: 15%;
	margin: 0;
}

#gdpr-block a.gdpr-accept {
	display: inline-block;
	padding: 10px 30px;
	color: #ffffff;
	background-color: rgb(25,125,183);
	border-radius: 5px;
	text-decoration: none;
}

#gdpr-block a.gdpr-accept:hover {
	background-color: rgb(10,105,183);
}
</pre></body></html>