<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a{
text-decoration:none;
color:#fff;
}
a:hover{
text-decoration: underline;
}
a:hover img {
opacity:0.8;
}

h1{
margin: 0 0 20px 0;
}


body
{
	min-width: 320px;
	font-size: 0.78em;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../image/c_bg.gif) repeat;
	-webkit-text-size-adjust: none;

}


#wrap
{
	margin: 0 0 -20px;
	padding: 0;
}

#content
{
	margin: 0 auto;
	padding: 0;
}

article
{
	margin: 0 0px -10px -10px;
 	padding: 4px;
}
section
{
	margin:0 0 4px 0;
	padding: 0;
}
section p
{
	border-style: none;
}

section p.ct
{
	border-style: none;
	padding:10px;
	margin-bottom:3px;
	background:#2d0574;
}



hd{
  overflow: hidden;
  background: #fafafa;
}
hd a {
  float: right;
  margin: 0 0.2em 0;
  padding: 0.5em 1em;
  margin-top: 2.5em;
  text-decoration: none;
  text-align:center;
  font-size:0.90em;
  color: #fff;
  font-family: 'Geo', sans-serif;
  background:#FA9201;
  border-radius:6px;
}

.col,
.col * { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  position: relative;
  float:right;
  padding: 0 1em;
  margin-bottom:-20px;
}

div#path {
	width:100%;
	margin:0px 0px 2px 0px;
	font-size:0.90em;

}

#role_mini
{
	width:100%;
	height:auto;
	position: relative;
   	z-index: 8889;
	display:block;
	top:-30px;
	margin:0 auto;

}


#role
{
	display:none;
}

img
{
	max-width: 100%;
	height: auto;
}



.realBox
{
	color: #fff;
	padding: 6px 0px 2px 10px;
	text-align: center;
	background:#4a04c3;
	border: 6px solid #fff;
	margin:44px 8px 8px;
}


.inr_sentense
{
	height: auto;
	color:#fff;
	padding:0px 10px 10px;
	vertical-align: text-top;
}


p
{
	border-bottom: solid 1px #fff;
	font-size: 0.95em;
	padding:8px 0px 8px 8px;
	line-height: 1.8;
}




.no_b
{
		border-bottom: none;
}


.inr_s ul li
{
	background:url(../image/list_pen.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:16px;
	margin-top:12px;
	margin-left:4px;
	margin-bottom:4px;
}



h3
{
		background:#2d0574;
		padding:8px;
		margin-top:12px;
		margin-bottom:4px;
}

h3.mt
{
		background:#2d0574;
		font-size:0.93em;
		padding:8px;
		margin-top:12px;
		margin-bottom:4px;
}


.nam_b
{
	font-family: 'Merriweather', serif;
	font-size: 1.25em;
}

h3.ctn
{
	background:#3e0517 url(../image/ico_ctn.png);
	background-repeat:no-repeat;
	background-position:4px 6px;
	padding:10px 10px 8px 24px;
	margin-top:-18px;
	margin-bottom:-14px;
}

.ctn_b
{
	padding:0;
	margin-left: -8px;
	line-height:1.8;

}

#foot .copyright
{
	display:none;
}


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