<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:#36b6e5;
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	background-image:url("../images/title2.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;
}
table.tournament td{
	font-size:15px;
	line-height:93%;
	vertical-align: middle;
	text-align: right;
	margin:0;
	padding:0;
	text-align:right;
	white-space: nowrap;
}
table.tournament tbody tr:first-child td{
	line-height:250%;
	font-weight: bold;
	color: #6e4300;
	font-size: 1.2em;
}
.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{
	position: relative;
	display:block;
	font-weight:bold;
	padding: 1em 0;
	letter-spacing:0.1em;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	text-align:left;
	font-size:1.3em;
	color:#26884d;
}
h2::before,
h2::after{
  position: absolute;
  left: 0;
  content: ' ';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h2::before{
  top: 0;
  border-top: 2px solid #26884d;
  border-bottom: 1px solid #26884d;
}
h2::after{
  bottom: 0;
  border-top: 1px solid #26884d;
  border-bottom: 2px solid #26884d;
}

.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:#26884d;
	border:#26884d 1px solid;
	background-color:rgba(255,255,255,0.5);
}
.acd-label:after{
	background: #26884d;
	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) {
	h2{
		width:95%;
		font-size:1.6em;
		background: none;
		box-shadow: none;
		border: none 0px #fff;
		padding-top:10px;
		margin-left:10px;
		margin-top:20px;
		margin-bottom:0px;
		padding-bottom:10px;
		font-size:1em;
	}
	section{
		padding-top:10px;
	}
	.acd-label{
		max-width:90%;
	}
}

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:#26884d;
	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: #26884d;
	border-bottom-color: #26884d;
}
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:40px;
	}
	
	#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>