@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;
}
li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
li a:hover {
  background-color: lightsteelblue;
}
/*header*/
.mtitle{
width: 100%;
height: auto;
text-align: center;
}
h1{
	text-align: center;
	font-size: 120%;
}
#top_announce{
	width: 12em;
	margin: 0 auto;
	border: 1px dotted black;
	text-align: center;
}
/*main*/
h2{
	background-color: khaki;
	text-indent: 2em;background-image: url(hback1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
h3{
	margin: 0;
	text-align: center;
	background-color: darkorange;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom: 1px solid orange;
}
.result{
	margin-bottom: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.36);
	box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.36);
}
.fcenter{
	text-align: center;
}
ul{
	background-color:lemonchiffon;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
}
section ul:nth-child(2),ul:nth-child(3){
	border-bottom: 1px solid orange;
}
section ul:last-of-type{
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
ul li{
	list-style: none;
	flex:0 0 25%;
	text-align: center;
	height: 2em;
	line-height: 2em;
}
ul.eight li{
	list-style: none;
	flex:0 0 50%;
	text-align: center;
	height: 2em;
	line-height: 2em;
}
ul.name li{
	list-style: none;
	flex:0 0 50%;
	text-align: left;
	height: auto;
	line-height: auto;
	font-size: 75%;
}
/*footer*/
footer{
	text-align: center;
}
/*出場校、予選結果、最終結果のレイアウト*/
.ltitle{
	border: 1px solid black;
	background-color: white;
	width: 2em;
	text-align: center;
	margin-left: 6em;
}
#group table{
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin: 0 auto;
}
td,th{
	border: 1px solid black;
	min-width:5em;
}
.another{
	background-color: gray;
}
.lcnone {
 border:none;
	text-align: right;
	min-width: 1em;
}
.rcnone {
	border:none;
	text-align: left;
	min-width: 2em;
}
th.A1 {
  background-color: #00B0F0;
}
th.A3 {
  background-color: #FFC000;
}
th.A4 {
  background-color: #92D050;
}

@media screen and (min-width:640px) {
	body{
		max-width: 800px;
		margin: 0 auto;
	}
	#top{
		display: flex;
	}
	#boy{
		margin-right:5px;
	}
	#girl{
		margin-left: 5px;
	}
}
