@charset "utf-8";
/* CSS Document */
body {
  background-color: orange;
  background-image: url(back01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
a:link {
  color: blue;
}
a:visited {
  color: blue;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
h2 {
  background-color: beige;
  border: 2px solid coral;
  padding: 3px;
}
h3 {
  background-color: burlywood;
  border: 1px solid khaki;
  padding: 2px;
  width: 90%;
  margin: 1em auto 1em;
}
h4{
	background-color: hsla(39,100%,70%,1.00);
}
.right {
  text-align: right;
}
.u_line{
	text-decoration: underline;
}
table {
  border-collapse: collapse;
}
table.empty td{
	min-width:3em;
}
table th, table td {
  border: 1px solid black;
}
.center {
  text-align: center;
}
p {
  text-indent: 1em;
}
.mtitle {
  width: 100%;
  height: auto;
  text-align: center;
}
.mball {
  width: 1em;
  height: auto;
}
#info {
  width: 90%;
  margin: 0 auto;
  border: 1px solid black;
  font-size: 16px;
  line-height: 24px;
  padding: 0 5%;
}
#wrap {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
#boy {
  width: 100%;
}
#girl {
  width: 100%;
}
ul li {
  margin-bottom: 1.0em;
  list-style-type: none;
}
.result {
  width: 90%;
  display: flex;
  margin: 0 auto;
}
.result p {
  text-indent: 0px;
}
/*.result p:nth-child(even){
	line-height: 0px;
	margin-top: -10px;
	color:green;
}*/
.former {
  width: 50%;
  text-align: center;
}
.latter {
  width: 50%;
  border-left: 1px dashed black;
  text-align: center;
}
.top {
  margin: 0 auto;
  text-align: center;
  font-size: x-large;
  background-image: url(winner.png);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-color: #FFD649;
}
.top th{
    font-weight: bold;
    background-color: rgba(121,255,127,0.50);
}
.top td {
  width: 10em;
}
.join {
  width: 92%;
  text-align: center;
  margin: 0 auto;
}
.join td {
  width: 25%;
}
.change {
  background-color: hsla(127, 60%, 74%, 1.00);
}
.league {
  width: 90%;
  padding: 0 5%;
  display: flex;
}
.league li {
  width: 25%;
  text-align: center;
}
.league li a, .result a {
  display: block;
}
.league li a:hover, .result a:hover {
  background-color: #FFD149;
}
.league li {
  line-height: 12px;
}
#r04 {
  background-image: url(back02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}
#past {
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#past li {
	width: 30%;
	height: 5em;
	line-height: 5em;
	text-align: center;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,rgba(53,119,51,1.00) 0%,rgba(3,155,0,1.00) 40.42%,rgba(25,54,24,1.00) 99.48%);
	background-image: -moz-linear-gradient(90deg,rgba(53,119,51,1.00) 0%,rgba(3,155,0,1.00) 40.42%,rgba(25,54,24,1.00) 99.48%);
	background-image: -o-linear-gradient(90deg,rgba(53,119,51,1.00) 0%,rgba(3,155,0,1.00) 40.42%,rgba(25,54,24,1.00) 99.48%);
	background-image: linear-gradient(0deg,rgba(53,119,51,1.00) 0%,rgba(3,155,0,1.00) 40.42%,rgba(25,54,24,1.00) 99.48%);
	-webkit-box-shadow: 2px 2px 2px #6A4400;
	box-shadow: 2px 2px 2px #6A4400;
}
#past li a {
	display: block;
	text-decoration: none;
	color: hsla(237,100%,50%,1.00);
}
.base{
	width: 95%;
	margin: 0 auto;
}
.clear {
  clear: both;
}
/* 総当たり表　*/
#round-robin main {
  width: 92%;
  margin: 0 auto;
}
.total {
  margin: 0 auto;
}
td, th {
  text-align: center;
    padding: 2.5px;
}
th.lecell {
  background-color: darkseagreen;
    width: 4em;
}
th.ricell {
  background-color: yellowgreen;
  width: 3em;
}
.lnone {
  border-left: none;
}
.rnone {
  border-right: none;
}
.tnone {
  border-top: none;
}
.bnone {
  border-bottom: none;
}
.lb3 {
  border-left: 3px double black;
}
.bgw {
  background-color: hsla(26, 100%, 71%, 1.00);
}
.lbold {
  font-weight: bold;
}
.slope hr{
  transform: rotate(45deg);
    color: black;
}
/*リーグ構成*/
.ltitle {
  text-indent: 0;
  background-color: white;
  width: 5em;
  text-align: center;
  padding: 0.5em 0;
  border: 1px solid black;
}
.lcnone {
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.rcnone {
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.two-table th {
  min-width: 5em;
}
th.A1 {
  background-color: #00B0F0;
}
th.A2 {
  background-color: #FFFF00;
}
th.A3 {
  background-color: #FFC000;
}
th.A4 {
  background-color: #92D050;
}
th.A5 {
  background-color: #F4B084;
}
th.B1 {
  background-color: #C6E0B4;
}
th.B2 {
  background-color: #FFFF00;
}
@media screen and (min-width:640px) {
  header, main, footer {
    width: 61em;
    margin: 0 auto;
  }
  .mtitle {
    width: auto;
  }
  .mball {
    width: auto;
  }
  h1 {
    text-align: center;
  }
  #info {
    width: 25em;
    margin: 0 auto;
    padding: 0 1em;
  }
  #wrap {
    display: flex;
    margin: 0 auto;
  }
  #boy, #girl {
    width: 30em;
  }
  #boy {
    margin-right: 1em;
  }
  /* 総当たり表　*/
  #round-robin main {
    max-width: 800px;
    margin: 0 auto 2em;
  }
  .total {
    margin: 0 auto;
  }
  th {}
  /*リーグ構成*/
  .two-table {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 2em auto;
  }
	.base{width: 800px;
	margin: 0 auto}
}
