<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Clearfix
--------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.space-bottom5 {
	margin-bottom:5px;
}
.space-bottom10 {
	margin-bottom:10px;
}
/* Footer
--------------------------------------*/
div.under_navi {
	margin-bottom:20px;
}
div.under_navi a.btn {
	display: block;
	margin: 5px auto;
	width: 60%;
	height: 28px;
	xborder-radius: 10px;
	border: 1px solid #FFD88D;
	text-decoration: none;
	color: #ff8800;
	line-height: 28px;
	font-size: 14px;
	text-align:center;
	letter-spacing: 0.1em;
	text-shadow:
 0 0 2px white, 0 0 2px white, 0 1px 1px rgba(204,204,204,.3), 0 -1px 2px rgba(204,204,204,.3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFDF3), to(#FFECA3));
	box-shadow:
 1px 1px 1px rgba(255,255,255,.5) inset, 1px 1px 7px rgba(255,255,255,.4) inset, -1px -1px 1px rgba(255,255,255,.2) inset, -1px -1px 4px rgba(255,255,255,.1) inset;
	-webkit-box-shadow:
 1px 1px 1px rgba(255,255,255,.5) inset, 1px 1px 7px rgba(255,255,255,.4) inset, -1px -1px 1px rgba(255,255,255,.2) inset, -1px -1px 4px rgba(255,255,255,.1) inset;
	-moz-box-shadow:
 1px 1px 1px rgba(255,255,255,.5) inset, 1px 1px 7px rgba(255,255,255,.4) inset, -1px -1px 1px rgba(255,255,255,.2) inset, -1px -1px 4px rgba(255,255,255,.1) inset;
}
.footer_banner {
	margin:20px 0;
}
/* Top
--------------------------------------*/
.w_100 {
	width:100%;
}
.w_95 {
	width:95%;
}
.txt_1 {
	color:#0983be;
	font-weight:bold;
}
.vert_bot {
	vertical-align:bottom;
}
#nav_area {
	margin-bottom:2%;
}
#back_g {
	background:#2da4de;
}
.txt_box {
	color:#2da4de;
	background:#fff;
	margin:3%;
	padding:3%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.link {
	text-align:center;
	color:#fff;
}
.link a {
	color:#fff;
}
/* キャラ
--------------------------------------*/
#top_logo {
	background:#2da4de;
	padding:0 30%;
}
#top_back a {
	text-decoration:none;
	color:#333;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(99%, #dddddd));
	margin:0% 30% 3%;
	padding:2%;
	text-align:center;
	border:#CCC 1px solid;
}
.chara_area {
	width:100%;
	display:-webkit-inline-box;
	display:-moz-inline-box;
	display:-ms-inline-box;
	display:flex-inline-box;
	border-bottom:3px #2da4de solid;
}
.chara_box1 {
	width:45%;
}
.chara_box2 {
	width:55%;
}
#foot {
	background:#2da4de;
	padding:3% 0 1%;
}
/* ストーリー
--------------------------------------*/
#story_bg {
	background:#ede9dd;
}
#story_sect {
	color:#2da4de;
	font-weight:bold;
	padding:2% 1%;
}
#story_exp {
	color:#2da4de;
	padding:1% 3% 3% 3%;
}
#story_navi {
	background:#2da4de;
	padding:3% 0;
}
#story_navi li {
	background:#fff;
	border-top:1px dashed #2da4de;
	border-bottom:1px dashed #2da4de;
	padding:0 2%;
	display: list-item;
}
#story_navi li a {
	text-decoration: none;
	display:block;
	padding:4% 0;
	height:auto;
}
#story_navi li a span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	clear:none;
	color: #2da4de;
}
#story_navi li a:after {
	content:url(../img/story_arrow.png);
	display:table-cell;
	vertical-align:middle;
}
#mov_link {
	padding:2% 0 5% 0;
	text-align:center;
}
#mov_link a {
	background:#ff9d1d;
	padding:3% 10%;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px #666666;
	-webkit-box-shadow: 1px 1px 5px #666666;
	box-shadow: 1px 1px 5px #666666;
}
</pre></body></html>