<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#wrapper {
}
/* Clearfix
--------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.space-bottom5 {
	margin-bottom:5px;
}
.space-bottom10 {
	margin-bottom:10px;
}
img {
	vertical-align:bottom;
}
/* Footer
--------------------------------------*/
#footer a{
	padding:12px 0;
	background: url(../img/footer_btn_arrow.png) center right 10px no-repeat #fff100;
	background-size: 20px auto;
	display:block;
	color:#000;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}

#footer .copy{
	padding:12px 0;
	background:#0097dc;
	color:#fff;
	font-size:14px;
	text-align:center;
}
#footer .copy#c2{
	padding-top:0;
}

/* Common
--------------------------------------*/
#wrapper h2{
	margin:20px 0 20px 0;
	text-align:center;
}
#wrapper h2 img{
	width:100%;
	max-width:320px;
}
#main img{
	width:100%;
}
#nav{
	background:#009be8;
	border-bottom:1px solid #0688db;
}
#nav li{
	width:50%;
	float:left;
	box-sizing: border-box;
	list-style:none;
}
#nav li:first-child{
	border-right:1px dotted #e8f7ff;
}
#nav li a{
	width:100%;
	padding:15px 6px 15px 0;
	display:block;
	box-sizing: border-box;
	text-align:center;
}

/* Top
--------------------------------------*/
#intoro{
	padding:10px 15px 30px;
	background:url(../img/main_bg_01.jpg) top center no-repeat;
	background-size:cover;
	box-sizing: border-box;
}
#intoro.end{
	padding: 30px 15px;
	background:url(../img/main_bg_01_end.jpg) top center no-repeat;
	background-size: cover;
}
#intoro .mov{
	margin: 0 auto 20px;
}
#intoro .mov a{
	border:none;
	text-decoration:none;
}
#intoro .mov a img{
	width:100%;
}
#intoro .txt{
	color:#018fcf;
	font-size:15px;
	line-height:1.6;
}
#intoro .txt span{
	color:#ffe982;
}

/**/
.oatime{
    padding:10px 0 10px 0;
	background-color:#2a5285; 
	text-align:center;
}
.oatime.end{
  padding:50px 0 45px;
}
.oatime .next{
	width:100px;
	padding:5px 0;
	margin:5px auto 5px auto;
	background:#fff100;
	color:#2a5285;
	font-size:14px;
	font-weight:bold;
}
.oatime .next span{
	font-size:16px;
}
.oatime .date{
	padding:0 2px 3px 2px;
    display: inline-block;
	font-size:16px;
	font-weight:bold;
    line-height: 1.2;
	color:#FFF;
	text-align:center;
}
.oatime .date span{
	font-size:18px;
}

/**/
#staff{
	padding:12px 15px 30px 15px;
	background: url(../img/staff_bg.gif) top left repeat;
	background-size:50%;
	box-sizing: border-box;
}

#staff dl{
	padding:10px;
	border-bottom:1px solid #89b9ce;
	font-size:14px;
}
#staff dt{
	font-weight:bold;
	color:#0f7aab;
}

/* Charactor
--------------------------------------*/
#charactor {
	padding:20px 18px;
	background: url(../img/chara_bg.gif) repeat;
	box-sizing: border-box;
}
#charactor .in{
}
#charactor .cnav{
	margin:0 auto 20px;
}
#charactor .cnav li{
	width:90px;
	margin:0 2px 4px 2px;
	display:block;
	float:left;
	text-align:center;
}
@media screen and (min-width: 375px) and (max-width: 413px) { 
	#charactor .cnav li{
		width:106px;
	}
}
@media screen and (min-width: 768px) {
	#charactor .cnav li{
		width:86px;
	}
}
#charactor .cnav li img{
	width:100%;
}
#charactor .box{
	width:100%;
	border:1px solid #dbdbdb;
	background:url(../img/chara_bg2.gif) top left repeat;
	box-sizing: border-box;
}
#charactor .box_inner{
	border:4px solid #FFF;
}
#charactor .box .name{
	padding:15px;
}
#charactor .box .name .jp{
	width:100%;
}
@media screen and (min-width: 375px) and (max-width: 413px) { 
	#charactor .box .name .jp{
		width:80%;
	}
}
@media screen and (min-width: 768px) {
	#charactor .box .name .jp{
		width:60%;
	}
}
#charactor .box .name .jp img{
	width:100%;
}

#charactor .box .name .cv{
	background: url(../img/chara_icon_cv.png) no-repeat;
	background-size:40px auto;
	padding:8px 6px 12px 46px;
	margin: 7px 0 0 0;
	font-size:18px;
	line-height:1.6;
}
#charactor .box .desc{
	padding:15px;
	font-size:14px;
}
#charactor .box .img{
	width:90%;
	padding: 0 5%;
	text-align:center;
}
#charactor .box .img img{
	width:100%;
	padding:0 0 15px 0;
}
.btn_backlist{
	margin-top:20px;
}
.btn_backlist a{
	display:block;
	padding:10px 0;
	border-radius: 100px;
	background:#0097dc url(../img/btn_backlist.png) no-repeat 10px center;
	background-size:20px auto;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}


</pre></body></html>