@charset "utf-8";
#contents{
	background-color:#f1ffd3;
}
.header{
	margin-bottom: 20px;
	clear: both;
}
.header h2{
	background-color:inherit;
	text-align:center;
	padding:0;
	margin:0;
}
.header h2 img{
	width:100%;
	max-width:750px;
}
.header p{
	font-size:24px;
	color:#484848;
	text-align:right;
	margin:5px 5px 0 5px;
}
.btnBox {
	margin: 0 auto 30px;
	font-size: 0;
	text-align: center;
}
.btnBox ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	text-align: center;
	width: 100%;
}
.btnBox li {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#EB6100;
	font-size:28px;
	line-height:1.5em;
	font-weight:bold;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #A0D437;
	background-color: #A0D437;
	background-image: -moz-linear-gradient(top, #A0D437, #CAE88D);
	background-image: -ms-linear-gradient(top, #A0D437, #CAE88D);
	background-image: -webkit-linear-gradient(top, #A0D437, #CAE88D);
	background-image: linear-gradient(top, #A0D437, #CAE88D);
}
.btnBox li a{
	color:#EB6100;
	display:block;
	padding: 10px;
}
.btnBox li a:hover{
 -ms-filter:"alpha( opacity=80 )";
 opacity:0.8;
 -webkit-transition:opacity;
	filter:alpha(opacity=80);
}
.btnBox img{
	width:100%;
}




.btnBox p {
	margin:0 auto;
	/*width: 80%;*/
	/*position:relative;*/
	text-align:center;
	font-size:28px;
	line-height:1.5em;
	font-weight:bold;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.btnBox p.scheduleBtn{
	color:#EB6100;
	border:1px solid #A0D437;
	background-color: #A0D437;
	background-image: -moz-linear-gradient(top, #A0D437, #CAE88D);
	background-image: -ms-linear-gradient(top, #A0D437, #CAE88D);
	background-image: -webkit-linear-gradient(top, #A0D437, #CAE88D);
	background-image: linear-gradient(top, #A0D437, #CAE88D);
}
.btnBox p.resultBtn{
	color:#D92326;
	border:1px solid #f7b52c;
	background-color: #f7b52c;
	background-image: -moz-linear-gradient(top, #f7b52c, #f7c969);
	background-image: -ms-linear-gradient(top, #f7b52c, #f7c969);
	background-image: -webkit-linear-gradient(top, #f7b52c, #f7c969);
	background-image: linear-gradient(top, #f7b52c, #f7c969);
	margin-bottom:0;
}
.btnBox p a{
	display:block;
	padding: 10px 60px;
	position:relative;
}
.btnBox p.scheduleBtn a{
	color:#EB6100;
}
.btnBox p.resultBtn a{
	color:#D92326;
}
.btnBox p a:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	color: #EB6100;
	font-size: 44px;
    font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
 margin-top: -12px;
}
.btnBox p.scheduleBtn a:after {
	color: #EB6100;
}
.btnBox p.resultBtn a:after {
	color: #D92326;
}
@media screen and (max-width: 736px) {
.btnBox p {
	font-size:14px;
}
.btnBox p a:after{
	font-size:22px;
}
}





ul.sponsor{

}
ul.sponsor li {
	text-align:center;
	margin-bottom:10px;
}
ul.sponsor li img{
 max-width:60%;
}
ul.sponsor li img.ptn2{
 max-width:90%;
}


/*.btnBox{
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:40px;
}*/
.contentsBox{
	height:auto;
	overflow:hidden;
	margin:0 0 20px;
}
.contentsBox h3{
	font-size: 32px;
	color: #EB6100;
	font-weight: bold;
	line-height:1.5em;
	background-color: #A7D647;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	/*webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
.contentsBox p{
	font-size:28px;
	color:#484848;
	line-height:1.5em;
	margin-bottom:10px;
}
.youkou{
	margin:0 10px 20px;
}
.youkou dl{
	border:#a7d647 solid 1px;
}
.youkou dl dt{
	background-color:#d2eba0;
	border-top:#a7d647 solid 1px;
	font-size:28px;
	color:#484848;
	font-weight:normal;
	line-height:1.0em;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.youkou dl dt:first-child{
	border-top-style:none;
}
.youkou dl dd{
	background-color:#ffffff;
	border-top:#a7d647 solid 1px;
	font-size:28px;
	color:#484848;
	line-height:1.5em;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

@media screen and (max-width: 736px) {
.header p{
	font-size:12px;
}
.btnBox {
	margin-bottom:20px;
}
.contentsBox h3{
	font-size: 16px;
}
.contentsBox p{
	font-size:14px;
}
.youkou dl dt,.youkou dl dd{
	font-size:14px;
}
.btnBox li{
	font-size:14px;
}
.header,.contentsBox{
	margin-bottom:10px;
}
}


.schedule{
	margin:0 10px 20px;
}
.schedule h4{
	width:10em;
	background-color:#eb6100;
	font-size:32px;
	color:#ffffff;
	line-height:1.0em;
	text-align:center;
	margin-bottom:10px;
	padding:10px 20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


.contestBox2{
	height:auto;
    border:1px solid #a7d647;
    margin:10px 10px;
    padding:0;
	overflow:hidden;
}
.contestBox2{
	border-bottom:none;
	border-right:none;
}

.schedule h3 {
    border-left: 5px solid #EB6100;
    clear: both;
    color: #EB6100;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 10px 5px;
    padding: 5px 10px;
    background-color: inherit;
    text-shadow: inherit;
}

.contestBox2 table{
	border:none;
	margin-bottom:0;
	border-spacing:0;
	border-collapse:0;
	width: 100%;
	background-color:#fff;
}
.contestBox2 th{
    background-color:#D2EBA0;
    /*background-image:url(/school/images/title_bk.gif);
	border:none;*/
    border-right:1px solid #a7d647;
    color:#484848;
    font-size:12px;
    font-weight:bold;
    line-height:1.25em;
    padding:5px 0;
    margin:0;
	vertical-align:middle;
}
.contestBox2 td{
	border:none;
    border-right:1px solid #a7d647;
    border-bottom:1px solid #a7d647;
	font-size:12px;
	color:#484848;
	line-height:1.25em;
	text-align:center;
	padding:5px 0;
	vertical-align:middle;
}
.contestBox2 td img{
	width:32px;
}


/*.schedule table{
	width:100%;
	border-top:#a7d647 solid 1px;
	border-left:#a7d647 solid 1px;
	border-collapse:0;
	margin-top:20px;
}
  .schedule table th{
	  background-color:#d2eba0;
	  border-bottom:#a7d647 solid 1px;
	  border-right:#a7d647 solid 1px;
	  font-size:28px;
	  color:#484848;
	  font-weight:normal;
	  line-height:1.0em;
	  text-align:center;
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }
  .schedule table td{
	  background-color:#ffffff;
	  border-bottom:#a7d647 solid 1px;
	  border-right:#a7d647 solid 1px;
	  font-size:28px;
	  color:#484848;
	  line-height:1.5em;
	  text-align:center;
	  padding:10px;
	  box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
  }*/

/*@media screen and (max-width: 736px) {
	.header{
		margin-bottom:20px;
	}
	  .header p{
		  font-size:10px
	  }
	.btnBox{
		margin-bottom:20px;
	}
	  .btnBox img{
		  width:225px;
	  }
	.contentsBox{
		margin:0 5px 20px;
	}
	  .contentsBox h3{
		  margin-bottom:10px;
		  padding:10px 5px;
	  }
	  .contentsBox p{
		  font-size:14px;
		  margin-bottom:5px;
	  }
	    .contentsBox h3 img{
			height:18px;
		}
	.pageLink{
		margin-bottom:10px;
	}
	  .pageLink ul li{
		  margin-bottom:10px;
		  margin-right:10px;
	  }
	    .pageLink ul li img{
			height:29px;
		}
	.youkou table{
		margin-top:10px;
	}
	  .youkou table th{
		  font-size:14px;
		  padding:5px;
	  }
	  .youkou table td{
		  font-size:14px;
		  padding:5px;
	  }
	  img.copic{
		  width:69px;
	  }
	.schedule h4{
		font-size:16px;
		margin-bottom:5px;
		padding:5px 10px;
	}
	.schedule table{
		margin-top:10px;
	}
	  .schedule table th{
		  font-size:14px;
		  padding:5px;
	  }
	  .schedule table td{
		  font-size:14px;
		  padding:5px;
	  }
	    .schedule table td img{
			width:32px;
		}
	  .btnBox.happyo img{
		  width:245px;
	  }
}*/


/*result
----------------------------------------------------*/
.nyusyo table{
	width:100%;
	border-top:#a7d647 solid 1px;
	border-left:#a7d647 solid 1px;
	border-collapse:0;
	margin-top:20px;
}
  .nyusyo table th{
	  background-color:#d2eba0;
	  border-bottom:#a7d647 solid 1px;
	  border-right:#a7d647 solid 1px;
	  font-size:28px;
	  color:#484848;
	  font-weight:normal;
	  line-height:1.0em;
	  padding:10px;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
	  box-sizing:border-box;
  }
    .nyusyo table th p{
		font-size:32px;
		color:#484848;
		line-height:1.5em;
	}
    .nyusyo table th p.tokuhyo{
		font-size:20px;
	}
  .nyusyo table td{
	  background-color:#ffffff;
	  border-bottom:#a7d647 solid 1px;
	  border-right:#a7d647 solid 1px;
	  font-size:28px;
	  color:#484848;
	  line-height:1.5em;
	  text-align:center;
	  padding:10px;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
	  box-sizing:border-box;
  }
    .nyusyo table td h4{
		font-size:32px;
		color:#fb9329;
		line-height:1.5em;
		text-align:left;
		margin-bottom:10px;
	}
	.nyusyo table td p{
		font-size:28px;
		color:#484848;
		line-height:1.5em;
		text-align:left;
	}
.next{
	background-color:#ffffff;
	border:#a7d647 solid 1px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
  .next h3{
	  background-color:inherit;
	  font-size:32px;
	  color:#fb9329;
	  line-height:1.5em;
	  text-align:left;
	  margin-bottom:10px;
	  padding:0;
  }

@media screen and (max-width: 736px) {	
	.nyusyo table{
		margin-top:10px;
	}
	  .nyusyo table th{
		  font-size:14px;
		  padding:5px;
	  }
	    .nyusyo table th img.no1,.nyusyo table th img.no2,.nyusyo table th img.no3{
			height:15px;
		}
	    .nyusyo table th img.shinsa{
			height:14px;
		}
		.nyusyo table th p{
			font-size:16px;
		}
		.nyusyo table th p.tokuhyo{
			font-size:10px;
		}
	  .nyusyo table td{
		  font-size:14px;
		  padding:5px;
	  }
	    .nyusyo table td h4{
			font-size:16px;
			margin-bottom:5px;
		}
		.nyusyo table td p{
			font-size:14px;
		}
	.next{
		padding:5px;
	}
	  .next h3{
		  font-size:16px;
		  margin-bottom:5px;
	  }
}

.anime{
	margin:15px auto;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.anime a{
	color:#F00;
}