<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;
}
img {
	vertical-align:bottom;
}

body {
	background: #0e171c;
	color: #fff;
	-webkit-text-size-adjust: none;
}



/* 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%;
}
h2 {
	left: 1%;
	max-width: 400px;
	position: absolute;
	top: 52px;
	width: 94%;
}
#charaPage h2 {
	top: 0;
	position: relative;
}
#pgm_main {
	margin: -9% 0 0;
}
#charaPage #pgm_main {
	margin: 0;
}
#pgm_main #mainImg {
	margin: -10% 0 0;
	width:100%;
}
#pgm_main #mainImg img {
	height: auto;
	width:100%;
}
.dougaclub-bnr img {
	margin: 20px 0 0;
	width:100%;
}
/* subNav
--------------------------------------*/
#subNav {
	background: rgba(255, 255, 255, 0.2);
	margin: -10% 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#subNav li {
	display: inline-block;
	max-width: 300px;
	width: 48%;
}
#subNav li a {
	display: block;
	padding: 4% 0;
	width: 100%;
}

#subNav li img {
	height: auto;
	width: 85%;
}

#charaPage #subNav {
	margin: 5px 0 10px;
}
/* oaCont
--------------------------------------*/
.oa-cont {
	color: #0e1519;
	background:#fff;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.oa-cont p {
	text-align: center;
}

.oa-cont .sub-tit,
.oa-cont span {
	font-size: 14px;
	padding: 0 2px;
}
.oa-cont .sub-tit span {
	display: none;
}
.oa-cont .sub-tit:before {
	content:"「";
}
.oa-cont .sub-tit:after {
	content:"」";
}
.oa-day em {
	font-style: normal;
}
.oa-day em:before {
	content:"(";
	font-weight: normal;
	padding: 0 0 0 5px;
}
.oa-day em:after {
	content:")";
	font-weight: normal;
}
.oa-day .next {
	background-color: #070b0d;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 4px 5px 0 0;
    padding: 1px 10px;
    vertical-align: top;
}

.bnr-dougaclub {
	margin: 0 2% 20px;
	text-align: center;
}
.bnr-dougaclub img {
	max-width: 400px;
	width: 100%;
}
/* cont
--------------------------------------*/
.cont {
	font-size: 14px;
	line-height: 1.7;
	padding: 0 0 20px;
}
.cont h3 {
	text-align: center;
}
.cont h3 img {
   width: 100%;
}
.cont .txt-cont {
	background: url(../img/bg_ornament.png) 0 0 no-repeat;
	background-size : 150px auto;
	padding: 10px 2% 0;
}

.staff-cont.cont dl dt ,
.cast-cont.cont dl dt {
	float: left;
}
.staff-cont.cont dl dt:after ,
.cast-cont.cont dl dt:after {
	content:"：";
}

/*chara-cont*/
.chara-cont.cont {
	padding-bottom: 0;
}
.chara-cont .chara-nav {
	margin: 0 0 10px;
}
.chara-cont .chara-nav li {
	display: inline-block;
	margin: 1%;
	width: 23%;
}
.chara-cont .chara-nav li img {
	width: 100%;
}
.chara-img {
	background: url(../img/bg_ornament.png) 0 0 no-repeat;
	background-size : 150px auto;
	padding: 10px 2%;
}
.chara-img img {
	width: 100%;
}
.chara-txt {
	margin: 5px 2% 20px;
}
.chara-txt dt {
	color: #fff;
	line-height: 0.6;
	font-size: 35px;
}

.chara-txt .cv {
	background-color: #eadb5c;
	color: #0c1215;
	display: inline-block;
	margin: 15px 0;
	padding: 3px 5px;
}

/* footer
--------------------------------------*/
#footer {
	background: #fff;
	color: #000;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .official {
	background: #000;
	text-align: center;
}
#footer .official a {
	background: url(../img/ico_arrow.png) center right no-repeat #3e4549;
	background-size: 20px auto;
	display: block;
	padding: 20px 30px;
}
#footer .copy {
	margin: 15px 2% 0;
	padding: 10px 0 30px;
	text-align: center;
}

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