<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%&nbsp; 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	pc
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	height:100%;
	overflow-y: scroll;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clerfix */
.clearfix:before,
.clearfix:after{
  content:"";
  display: table;
}
.clearfix:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.clearfix{
  *zoom:1;
}



body {
height:100%;
background: url(../img/bg.gif) repeat;
}

#container {
	width:960px;
	height:100%;
min-height:100%;
	padding:20px 0 50px;
	margin:0 auto;
	background:#FFF;
}

body &gt; #container {
height:auto;
}

/* archive
----------------------------------------------------------- */
#container select {
	position: relative;
	width: 760px;
	margin:0 0 0 100px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#e9f4fe 100%);
	background: linear-gradient(to bottom, #fff 0%,#e9f4fe 100%);
	font-size:108%;
}

#container label {
	position: relative;
}

#container label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background:url(../img/arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

select::-ms-expand {
	display: none;
}


/* top button
----------------------------------------------------------- */

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 60px;
}

#pagetop:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


/* contents
----------------------------------------------------------- */

article header {
	width:100%;
	height:52px;
	padding:20px 0 0;
background:#33b0ff;
border-bottom:5px solid #7fe2fb;
}

article header h1 {
	width:920px;
	margin:0 auto;
}

article header #smp {
	display:none;
}

article p {
	margin:0 0 1em;
line-height:1.5em;
font-size:108%;
}

article #member dl {
margin:0 0 0 3.5em;
font-size:108%;
}

article #member dt {
float:left;
width:14em;
}

article #member dd {
margin:0 0 1em 2em;
}

article #action li {
margin:0 0 0 4.5em;
line-height:2em;
font-size:108%;
list-style:disc;
}

#inner_top,
#inner_btm {
	width:760px;
	margin:0 auto;
}

#inner_top h2 {
	margin:20px auto 30px;
	padding:20px 25px;
	border:1px solid #666;
	line-height:1.5em;
	font-size:108%;
	font-weight:normal;
}

#inner_top h3 {
	margin:2.5em 0 0.5em 1em;
	font-size:108%;
}

#inner_btm h1 {
	margin:2em auto 1.5em;
	padding:5px 0 3px 1em;
	font-size:131%;
	background:#e4eeff;
}

#inner_btm h2 {
	margin:0 0 1em;
	padding:0 0 5px;
	border-bottom:3px solid #003399;
	font-size:131%;
}

#inner_btm h3 {
	margin:2em 0 1em;
	padding:0 0 5px 5px;
	border-bottom:1px solid #003399;
	font-size:123%;
}

#inner_btm h4 {
	padding:5px 0;
	font-size:108%;
}

#inner_btm h4:before {
  content: "○";
}

#inner_btm h4:first-child:before {
  content:"";
}

#inner_btm p {
	margin:0 0 1em 1em;
}

#inner_btm p.ind1 {
	margin:0 0 1em 0;
}

#inner_btm dl {
margin:0 0 20px 1em;
font-size:108%;
}

#inner_btm dt {
float:left;
width:7em;
line-height:1.8em;
}

#inner_btm dd {
line-height:1.8em;
}

#inner_btm .ind4 {
	line-height:1.5em;
margin:0 0 1em 3em;
list-style:disc;
font-size:108%;
}

#inner_btm .ind7 {
margin:0 0 1em 7em;
}

#inner_btm .iken li {
margin:0 0 1.5em 2em;
list-style:circle;
font-size:108%;
}

article #toukou {
	clear:both;
	width:760px;
	margin:3em auto 0;
	padding:25px 0;
	border:1px solid #003399;
	text-align:center;
}

article #waku {
	margin:1.5em auto 3em;
	padding:20px 25px;
	border:1px solid #003399;
}

article #next {
	margin:0 0 30px;
	padding:15px 0;
	text-align:center;
	font-size:108%;
	background:#e4eeff;
}

/* footer
----------------------------------------------------------- */

article #toukou #btn {
	position: relative;
	line-height:43px;
	width:350px;
	margin:0 auto;
	background-color: #09F;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	font-size:161%;
	font-weight:bold;
	text-align:center;
}

article #toukou #btn:hover {
	background-color: #4bb6fe;
}

article #toukou a {
	text-decoration:none;
}

article address {
	margin:-0.5em 0 1em;
	font-size:123%;
	font-style:normal;
	font-weight:bold;
}

article hr {
	width:800px;
	margin:4em auto 0;
}

article #b_t {
	margin:1.5em 0 0 90px;
}

article #b_t a:first-child {
	float:left;
}

article #b_t a {
	margin:0 2em 0 0;
	padding:0 0 0 15px;
	color: #999;
	text-decoration:none;
	background:url(../img/arrow.gif) no-repeat left;
}

article #b_t a:hover {
	color: #09F;
	background:url(../img/arrow2.gif) no-repeat left;
}</pre></body></html>