<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/css/fontawesome.css");

*{
padding:0;
margin:0;	
}
body {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	line-height: 140%;
	text-align: center;
	background-color:#F4F9F0;
}
#wrapper {
	background-color: #f7f5ea;
	text-align:center;
	overflow: hidden;
}
section{
	padding-top:40px;
	padding-bottom:40px;
}
h1{
	display:none;
}
#header{
	height:190px;/************/
	background-color:#dbb258;
	background-repeat: no-repeat,repeat;
	background-position: center,center;
	text-align:center;
	background-image:url("../images/title.jpg");
}
@media screen and (min-width: 481px) {
	#header #linkArea{
		width:150px;
		height:50px;
		margin:auto;
		padding-left:860px;
		line-height:200%;
		margin-top:-10px;
		padding-top:51px;
	}
	#header #linkArea a:hover{
		opacity:0.8;
	}
}
@media screen and (max-width: 480px) {
	.table_wrap {
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
	#header{
		background-size:650px auto;
		width:100%;
		height:calc(100vw/800*170);
		position: relative;
	}
}
@media screen and (max-width: 900px) {
	#header #linkArea a{
		display:none;
	}
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
	body {
		min-width:700px;
	}
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50% 50%;
  height: 80px;
  width: 80px;
  background-color: #9b6941;
}

.pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 38px 20px;
  border-color: transparent transparent #FFF transparent;
}

.pagetop:hover {
  opacity: .8;
}
.youkou_box {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:70px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
.youkou_box:nth-child(2) {
	max-width:700px;
}
.table_wrap {

	max-width:1000px;
}

.userdataTable{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #74581b;
	border-right-color: #74581b;
	border-bottom-color: #74581b;
	border-left-color: #74581b;
	background-color:#fff;	
}
.userdataTable th{
	background-color:#d1c9b7;
	color:#523c0d;
}
.userdataTable tr:nth-child(2n){
	background-color:#f5f2ea;	
}
.userdataTable th,.userdataTable td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #74581b;
	border-right-color: #74581b;
	border-bottom-color: #74581b;
	border-left-color: #74581b;
	padding:5px;
}
#userdataTable01 th:nth-child(3n+2),#userdataTable01 td:nth-child(3n+2){
	border-right-width: 2px;
}
#userdataTable01 td:nth-child(1){
	text-align:right;
}
#userdataTable01 td:nth-child(3n){
	text-align:right;
}
#userdataTable01 td:nth-child(3n+4),#userdataTable01 td:nth-child(3n+5){
	text-align:center;
}
#userdataTable01 th{
	text-align:center;
	line-height:110%;
}

.fs10{
	font-size:10px;	
}

.fs12{
	font-size:12px;
	line-height	:150%;
	font-weight: bold;
	color: #666;
}
.fs14{
	font-size:14px;
}
.fc02{
	color:#0C45A5;
}
.fc05{
	color:#C00;
}
.mb10{
	margin-bottom:10px;	
}
.mb20{
	margin-bottom:20px;	
}
.mb30{
	margin-bottom:30px;	
}
.mb40{
	margin-bottom:40px;	
}
.fwb{
	font-weight:bold;
}
.tac{
	text-align:center;
}
.tar{
	text-align:right;
}
#footer,footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
	background-color:#b3a377;
}

h2 {
	color:#59410c;
	border-left: 4px solid #74581B;
	padding-top: 5px;
	padding-left: .5em;
	padding-bottom: 5px;
	margin-bottom:.5em;
}

.acd-check{
    display: none;
}
.acd-label{
	cursor:pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	display:block;
	font-weight:bold;
	padding: 0.85em 0;
	letter-spacing:0.1em;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	text-align:left;
	font-size:1.3em;
	color:#59410c;
	border:#74581b 1px solid;
	background-color:rgba(255,255,255,0.5);
}
.acd-label:after{
	background: #74581b;
	box-sizing: border-box;
	content: '\f067';
	display: table-cell;
	font-family: "Font Awesome 5 Free";
	height: 58px;
	vertical-align:middle;
	position: absolute;
	right: 0;
	top: 0px;
	color:#fff;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 23px;
}
.acd-content{
	max-width:700px;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
	height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
@media screen and (max-width: 480px) {
	section{
		padding-top:10px;
	}
	.acd-label{
		max-width:90%;
	}
	.userdataTable td{
		white-space: nowrap;
	}
}

h3{
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 1.35em;
	font-weight: bold;
	color:#372511;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #4f3519;
	border-bottom-color: #4f3519;
}
h3:first-child{
	margin-top:0px;	
}

h4{
	position:relative;
	padding-left:30px;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 38px;
	margin-top:20px;
	color:#344365;
}
h4:first-child{
	margin-top:0px;
}

h4:before{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:13px;
	left:5px;
	background-color:#82A8E1;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
#youkouMenu{
	font-family: "M PLUS Rounded 1c";
}
@media screen and (min-width: 901px) {
	.sp_only{
		display:none;
	}
	#youkouMenu{
		background: #76630a; 
		background: -moz-linear-gradient(top, #76630a 1%,#4f4100 100%);
		background: -webkit-linear-gradient(top, #76630a 1%,#4f4100 100%);
		background: linear-gradient(to bottom, #76630a 1%,#4f4100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76630a', endColorstr='#4f4100',GradientType=0 );
		height:50px;
	}
	
	#youkouMenu ul{
		width:900px;
		margin:auto;	
		list-style-type: none;
		display: flex;
		justify-content: space-between;
	}
	#youkouMenu ul li{
		
		font-size:1.2em;
		
	}
	#youkouMenu ul li a{
		height:38px;
		padding-top:12px;
		display: inline-block;
	position: relative;
		text-decoration:none;
		color:#fafafa;
		text-align:center;
	}
	
	#youkouMenu ul li::before,#youkouMenu ul li a::before{
	content: '';
	position: absolute;
	right:0;
	bottom: 10px;
	display: inline-block;
	width: 1px;
	height: 31px;
	border-right: 1px solid rgba(255,255,255,0.2);
	}
	#youkouMenu ul li:last-child a:before{
		content:none;
	}
	
	#youkouMenu ul li a:hover{
		opacity:.5;
		text-decoration:none;
		display:block;
	}
}
.disabled{
	pointer-events: none;
	background-color:#503d29;
	color:#726963 !important;
}

section:nth-child(2n){
	background-color:#fffdf4;
}

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