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

.ui-bar-f {
	border: 1px solid 		#20335b;
	background: 			#0322aa;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #20335b;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0642fa), to( #0322aa));
	background-image: -webkit-linear-gradient(#0642fa, #0322aa);
	background-image:    -moz-linear-gradient(#0642fa, #0322aa);
	background-image:     -ms-linear-gradient(#0642fa, #0322aa);
	background-image:      -o-linear-gradient(#0642fa, #0322aa);
	background-image:         linear-gradient(#0642fa, #0322aa);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#20335b;
	background: 			#0322aa;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #20335b;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0642fa), to( #0322aa));
	background-image: -webkit-linear-gradient(#0642fa, #0322aa);
	background-image:    -moz-linear-gradient(#0642fa, #0322aa);
	background-image:     -ms-linear-gradient(#0642fa, #0322aa);
	background-image:      -o-linear-gradient(#0642fa, #0322aa);
	background-image:         linear-gradient(#0642fa, #0322aa);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#20335b;
	background: 			#0322aa;
	font-weight: bold;
	color: 					#fff;
	text-shadow: 0 -1px 1px #20335b;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0322aa), to( #0642fa));
	background-image: -webkit-linear-gradient(#0322aa, #0642fa);
	background-image:    -moz-linear-gradient(#0322aa, #0642fa);
	background-image:     -ms-linear-gradient(#0322aa, #0642fa);
	background-image:      -o-linear-gradient(#0322aa, #0642fa);
	background-image:         linear-gradient(#0322aa, #0642fa);
}

/* 莉�
-----------------------------------------------------------------------------------------------------------*/
#staff .ui-block-a {
	width: 40%;
}
#staff .ui-block-b {
	width: 60%;
}
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #0322aa;
}
h2::before {
	content: "笆�";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}


/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ
-------------------------------------*/
.acordion{
 background:#fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 border-radius:5px;
}
 
.trigger{
    padding:10px 10px 10px 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-radius:5px;
    font-size:88%;
	font-weight:bold;
}
 
.trigger.active{
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #cfcfcf;
}
 
.acordion_tree{
    padding:15px;
    font-size:75%;
}
 
.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:3px;
    height:11px;
    width:20px;
    background:url(../images/open.png) no-repeat;
    -webkit-background-size:20px 11px;
}
 
.trigger.active .open-close{
    background:url(../images/close.png) no-repeat;
    -webkit-background-size:20px 11px;
}


/*繧ｵ繧､繝峨ヰ繝ｼ
---------------------------------------------------------------*/
 
#modal { display: none; }
 
#modal h2{
    font-size:18px;
    border-bottom:1px solid #fff;
}
 
#modal h2,
#modal ul li a{
    padding:10px 0;
}
 
#modal ul{
    margin-bottom:20px;
}
 
#modal ul li a{
    border-bottom:1px dashed #6f6f6f;
    display:block;
    color:#fff;
}
 
.close{
    font-weight:bold;
}
 
.close a{
    color:#000;
    padding:3px 10px;
    background:#ccc;
}
 
.open{
    display:block;
    padding:7px;
    float:right;
    margin-top:5px; background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    -webkit-background-size:20px 20px;
    border-radius:3px;
    border:1px solid #e0e0e0;
}
 
.open img{
    vertical-align:middle;
}</pre></body></html>