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

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly h3 {
  color: #ffffff;
  background-color: #75408e;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 20px;
  border-radius: 10px;

}

#monthly #rekidai {  
  display: flex;
  justify-content: space-between;
}

#monthly #rekidai table {
  width: 440px;
  border-bottom: 1px solid #000;
}

#monthly #rekidai table tr {
  border-top: 1px solid #000;
}
#monthly #rekidai table tr.main-line {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

#monthly #rekidai table tr.no-line {
  border-top: 0;
}

#monthly #rekidai table th {
  background: #e0d7e9;
}

#monthly #rekidai table td, #monthly #rekidai table th {
  text-align: center;
}

#monthly #rekidai table td {
  padding:4px 0;
}

#monthly #rekidai .name {
  font-weight: bold;
  color:#794691;
}

#monthly #rekidai caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 6px;
}

#monthly #rekidai .yusho span {
  font-size: 13px;
}


#monthly #rekidai .taikai {
text-align: center;
color: #b94b00;
font-size: 16px;
font-weight: bold;
line-height: 1.95;
background: linear-gradient(to right bottom, #e7c347, #fffcd1, #e7c347);
padding: 10px 0px;
letter-spacing:0.06em;
}
#monthly #rekidai .taikai span {
background: #b94b00;
font-size: 16px;
color: #FFFFFF;
padding: 0px 10px;
margin-left:8px
}
#monthly #rekidai .taikai span.yusho_box {
color: #b94b00;
font-size: 15px;
padding: 0px 10px;
  line-height: 16px;
  border-radius: 10px;
background: #FFFFFF;
border: 1px solid #b94b00;
}


/*選手賞金*/
#monthly #syokin{
	width:600px;
	margin:60px auto 0 ;
}

#monthly #syokin h4{
	font-size:20px;
	color:#FFFFFF;
	text-align:left;
  background-color: #a74200;
}

#monthly #syokin h4 span{
	float:right;
	font-weight:normal;
  color:#FFFFFF;
	font-size:14px;
	text-align:right;
	position:relative;
	top:5px;
}

#monthly #syokin table{
	width:100%;
	margin:0px auto;
}

#monthly #syokin table th,
#monthly #syokin table td{
	padding:5px;
}

#monthly #syokin table th{
  font-weight:normal;
	text-align:center;
	background-color:#EFD8C3;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

#monthly #syokin table td{
	text-align:right;
	background-color:#FFF;
  border-bottom:1px dashed #000000;}

#monthly #syokin table td:first-child{
	text-align:center;
}

#monthly #syokin p{
	text-indent:0;
	font-size:90%;
	margin-top:5px;
}</pre></body></html>