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

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td { margin:0; padding:0;}
html, body { height:100%; }
img { border: 0; vertical-align: bottom; border-style: none;}
a img { border-style:none;}
a { outline: none; }
a:link,a:visited,a:active {outline: none;} 
a:link { color: #E9385B;}
a:visited { color: #E9385B;}
a:hover { color: #069;}
a:active { color: #09C;}

body,td,th { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color: #fff; font-size: 16px; line-height:1.8; color: #FFF; }
.clearfix{ clear:both;}
.opp{ filter:alpha(opacity=30)!important; -moz-opacity: 0.3!important; opacity: 0.3!important;}

body{ background-image:url(bg.jpg); background-position:center top; color:#333; background-size:cover; background-attachment: fixed;}

#wrapper{
	margin: 0 auto;
	width: 720px;
	background-image: url(bg2.jpg);
}
#content{ margin:10px auto 0; width:550px;}
#header{ text-align:center;}
#header h2{
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 150%;
	color: #f968de;
	text-shadow: 0px 0px 5px #000, 0px 0px 10px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
}
#header h1{ padding:20px 0 40px;}
#header h3{
	display: block;
	width: 550px;
	margin: 0 auto 25px;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
}

#outline{ padding:30px 0 20px;}
#outline #photo{ float:left;}
#outline #photo img{ max-width:240px;}
#outline dl{ float:right; display:block; width:52%; font-size:14px; line-height:1.5;}
#outline dt{ font-weight:bold; font-size:15px;}
#outline dd{  border-bottom:dotted 1px #666666; padding-bottom:10px; margin-bottom:10px;}

#tokuten{
	padding: 15px 20px 15px;
	background-color: #ffddee;
	font-weight: bold;
	margin-bottom: 15px;
}
#tokuten h3{
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	display: block;
	background-color: #75209A;
	color: #FFcc00;
	border-radius: 10px;
}
#tokuten span{ display:block; font-size:12px; line-height:1.5; padding-top:10px; font-weight:normal;}

.spec{}
.spec h4{
	display: block;
	background-color: #632F98;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 4px 0;
	margin-bottom: 15px;
	border-radius: 10px;
}
.spec p{ padding:0 15px 15px 15px; font-size:14px; line-height:1.5;}

#links{ font-size:12px; color:#666; line-height:1.8; padding:10px 0; margin:10px 0; border-bottom:solid 1px #999999; border-top:solid 1px #999999;}
#links a{ text-decoration:none;}
#footer{ text-align:center; font-size:12px; color:#666; line-height:1.5; padding:10px;}

#pagetop { bottom: 50px; right: 25px; position: fixed; z-index: 500;display:none;}
</pre></body></html>