<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Base */
body {
	font-family:"貂ｸ繧ｴ繧ｷ繝�け", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "Osaka", sans-serif;
	background:#ffffff;
	color:#0f0f0f;
	font-size:11px;
}

#oqs_body {
	position: relative;
	width: 550px;
	height: 360px;
	
	font-size: 16px;
	background-size: 100% 100%;
}

#oqs_header, #oqs_top, #oqs_bottom {
	position: absolute;

	margin: 4px;
	padding: 4px;

	background: rgb(0, 0, 0, 0.25);

	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
	font-size: 16px;
}

#oqs_header {
	top: 0px;
	left: 0px;
	z-index: 11;
}

#oqs_top {
	top: 4em;
	left: 3em;
	z-index: 12;
}

#oqs_bottom {
	top: 180px;
	left: 0px;
	z-index: 13;
}

#oqs_imagea {
	position: absolute;
	z-index: 2;
	
	top: 0px;
	left: 0px;
	
	width: 550px;
	height: 360px;
}

#oqs_video {
	position: absolute;
	z-index: 1;
	
	top: 0px;
	left: 0px;
	
	width: 550px;
	height: 360px;
}

#oqs_ui {
	position: absolute;
	top: 330px;
	left: 0px;
	z-index: 20;

	width: 550ppx;
	height: 40px;

	color: #ffffff;
}

#oqs_ui button {
	height: 1.5em;

	border: solid 1px rgba(255,255,255,0.75);
	border-right: solid 1px rgba(0,0,0,0.25);
	border-bottom: solid 1px rgba(0,0,0,0.25);
	background-color: rgba(0,0,0,0.25);

	vertical-align: middle;

	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000000;

	color: #ffffff;
}
</pre></body></html>