<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	/*
	font-size: 20px;
	*/
	font-size: 1em;
	color: #ffffff;
}
body {
	font-family: "Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ","Arial","Trabuchet MS","sans-serif";
	font-size: 1em;
	color: #dce6f2;
	letter-spacing: 0.8pt;
	line-height: 1.8em;
	/*text-shadow: -2px 2px 4px #000000;*/
	background-color: #000000;
	/*
	background-image: url(../img/bg_decoration.png);
	background-size: contain;
	*/
	/*
	// 謠冗判鬆伜沺蜈ｨ菴薙ｒ隕�＞蟆ｽ縺上☆縺ｾ縺ｧ諡｡螟ｧ繝ｻ邵ｮ蟆上＆縺帙ｋ蝣ｴ蜷�
	background-size: cover;
	// 謠冗判鬆伜沺蜀�↓閭梧勹逕ｻ蜒上�縺吶∋縺ｦ縺瑚｡ｨ遉ｺ縺輔ｌ繧九ｈ縺�僑螟ｧ繝ｻ邵ｮ蟆上＆縺帙ｋ蝣ｴ蜷�
	background-size: contain;
	// 謠冗判鬆伜沺蜀�↓(讓ｪ縺ｫ)5蛟玖｡ｨ遉ｺ縺輔ｌ繧九ｈ縺�↓諡｡螟ｧ繝ｻ邵ｮ蟆上＆縺帙ｋ蝣ｴ蜷�
	background-size: 20% auto;
	*/
}
html, body, main {
	height: 100%;
}
a:link, a:visited, a:hover, a:active {
	color: #ffffff;
}
div {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
}

.terms {
	font-size: 1.0em;
	background-color: #ffffff;
	color: #2e2e2e;
	width: 90%;
	margin: 50px auto;
	text-align: left;
	letter-spacing: 0.8pt;
	line-height: 1.8em;
}
.h1 {
	font-size: 1.5em;
	color: #dce6f2;
	/* font-weight: bold;
	*/
	text-align: left;
	width: 90%;
	/* margin: 50px auto;
	*/
	text-align: left;
}
.h2 {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ijyou {
	text-align: right;
}

/* create-frame
---------------------------------------------*/
.create-frame {
	/*
	border:2px solid #b5deff;
	*/
	padding: 10px;
	/*
	background-image: url(../img/detail_flame.png);
	background-size: cover;
	*/
}

/* container
---------------------------------------------*/
.container {
	width: 90%;
	margin: 50px auto;
}

/* top
---------------------------------------------*/
.top {
	width: 90%;

	margin: 0 auto;
}
.bg-top {
	max-width: 100%;
	height: auto;
	background-position:center top;
	background-size: cover;
	background: url(../img/bg_top.png);
}
.logo {
	margin: 50px 0;
}
.language {
	position: absolute;
	top: 10px;
    right: 70px;
}

/* game-deff
---------------------------------------------*/
.game-deff {
	width: auto;
}
.list {
	text-align: left;
	padding: 5px;
}
.list dt{
	width: 30%;
	float : left;
	clear : both;
}

/* game-test
---------------------------------------------*/
.game-text {
	width: auto;
	text-shadow: -2px 2px 4px #901fec;
}


/* timeline
---------------------------------------------*/
.twitter-container, .facebook-container {
	display: inline;
}

/* ShareButton
---------------------------------------------*/
.sns-share {
	display: inline;
}
.sns-share li {
	display: inline;
	padding: 10px;
}

/* footer
---------------------------------------------*/
.footer {
	padding: 10px;
	width: 100%;
	border-top: 1px solid #eeeeee;
}
.footer ul li{
	display: inline;
	padding: 5px 5px 6px 5px;

}
.link a {
	padding: 5px;
	color: #eeeeee;
	font-size: 0.7em;
	text-decoration: none;
}
.link a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*
.link_first {

}
*/
.copyright {
	font-size: 0.5em;
}


/* page top button
---------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
</pre></body></html>