#container._va1{
	background-color:#000;
}
#news._va1 {
	width:1060px;
	background: url(../../img/toppage/news_bg.png) no-repeat top #FFF;
	background-size:100% 239px;
}
@media screen and (max-width: 979px){
	#news._va1 {
		width:95%;
	}
}

#__topcontents{
	
}
#__topcontents section{
	margin:0;
	width:100%;
	position:relative;
}
#__topcontents .title_box{
	width:95%;
	max-width:1000px;
	margin:0 auto;
	padding-top:115px;
}
@media screen and (max-width: 979px){
	#__topcontents .title_box{
		padding-top:65px;
	}
}
#__topcontents .title_box h1{
	font-size: 30px;
    font-weight: 700;
    text-align: center;
	color:#fff;
}
#__topcontents .title_box h1{
	font-size: 30px;
    font-weight: 700;
    text-align: center;
	position:relative;
	z-index:1;
}
@media screen and (max-width: 979px){
	#__topcontents .title_box h1{
		font-size:25px;
	}
}
#__topcontents .title_box .sub{
	color: #c856f2;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 1em;
	position:relative;
	z-index:1;
}
#__topcontents .title_box .sub:before,
#__topcontents .title_box .sub:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #FFF;
    display: block;
}
#__topcontents .title_box .sub:before {
    margin-right: 0.4em;
}
#__topcontents .title_box .sub:after {
    margin-left: 0.4em;
}
#__topcontents .title_box:before{
	content:"";
	width:100%;
	height:1px;
	padding: clamp(100px,22%,430px);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	position:absolute;
	left:0;
	bottom:calc(100% - 275px);
	box-sizing:border-box;
}
#__topcontents .title_box._i1:before{
	background-image:url(../../img/toppage/adimg/bg-img_01.png);
}
#__topcontents .title_box._i2:before{
	background-image:url(../../img/toppage/adimg/bg-img_02.png);
}
#__topcontents .title_box._i3:before{
	background-image:url(../../img/toppage/adimg/bg-img_03.png);
}
@media screen and (max-width: 979px){
	#__topcontents .title_box:before{
		bottom:calc(100% - 185px);
	}
}

#__topcontents .title_box:after{
	content:"";
	width:60%;
	height:134px;
	position:absolute;
	top:5px;
	left:40%;
	background-image:url(../../img/toppage/adimg/bg-logo.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:left;
	opacity:0.3;
}
@media screen and (max-width: 979px){
	#__topcontents .title_box:after{
		height:70px;
		left:20%;
		width:80%;
		opacity:0.25;
	}
}

#__topcontents ._tbox{
	background: url(../../img/toppage/news_bg.png) no-repeat top #FFF;
	background-size: 100% 239px;
	width: 1060px;
	max-width:95%;
	box-sizing: border-box;
	margin: 2.5em auto 0;
	z-index: 50;
	position: relative;
	font-weight: 400;
	padding:50px;
}
@media screen and (max-width: 979px){
	#__topcontents ._tbox{
		padding:25px 13px;
	}
}
#__topcontents ._tbox ._ibox{
	margin-bottom:2em;
	text-align:center;
}

._tbox table.schedule{}

._tbox .spbox,
._tbox td span.sp{
	display: none;
}
@media screen and (max-width: 620px) {
._tbox table.schedule{
	display: block;
	width: 100%;
	border: 0;
}
._tbox table.schedule thead{
	display: none;
}
._tbox table.schedule tbody{
	display: block;
	width: 100%;
}
._tbox table.schedule tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
._tbox table.schedule th,
._tbox table.schedule td{
	display: list-item;
	width: 100%;
	padding: 9px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
._tbox table.schedule th{
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
	border: 1px solid #aaa;
	text-align: left;
}
._tbox table.schedule td{
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	border: 0;
}
._tbox table.schedule tbody td:before {
	font-weight: bold;
}
._tbox table.schedule tbody td:nth-of-type(1):before { content: "[種　別]"; }
._tbox table.schedule tbody td:nth-of-type(2):before { content: "[大会名]"; }
._tbox table.schedule tbody td:nth-of-type(3):before { content: "[場　所]"; }

._tbox .spbox{
	display: block;
	border: 2px solid #000;
	padding: 15px;
	margin: 3em auto;
}
._tbox td span.sp{
	display: inline-block;
}
._tbox td span.sp img{
	vertical-align: middle;
	margin-left: 4px;
	width: 20px;
	height: auto;
}
}

._tbox .mouseover__conts{
	position: relative;
}
._tbox table.schedule .btn-mouseover:hover + .mouseover__box{
	display: block;
}
._tbox table.schedule .btn-mouseover img{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
._tbox table.schedule .mouseover__box:hover{
	display: block;
}
._tbox table.schedule .mouseover__box{
	display: none;
	position: absolute;
	top:-3em;
	left:1em;
	width: 500px;
	padding: 15px;
	font-size: 13px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.8 );
	color: #000;
	text-align: left;
}

table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #4b4b4b;
	color: #FFF;
}
table.normal thead th a{
	color:#FFF;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #dedede;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	color: #000;
}

table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

table.normal.center td{
	text-align: center;
}

._ranking > div > h3 {
	padding: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	background-color: #4b4b4b;
	color: #FFF;
	margin-bottom:0.75em;
	position:relative;
}
._ranking div._tscr{
	margin-bottom:1.25em;
}
._ranking > div:not(:first-child){
	margin-top:3em;
}
._ranking table > tbody > tr > td:not(:nth-child(2)) {
	text-align:center;
}
@media(max-width:750px){
	._ranking div._tscr{
		font-size:85%;
	}
}
@media(max-width:640px){
	._ranking div._tscr{
		width:100%;
		overflow-x:scroll;
		overflow-y:hidden;
	}
	._ranking > div > h3 {
		margin-bottom:1.25em;
	}
	._ranking > div > h3:after{
		content:"表はスクロールします →";
		position:absolute;
		left:0;
		top:calc(100% + 0.75em);
		font-size:11px;
		color:#ff0000;
		font-weight:bold;
	}
	._ranking div._tscr table{
		width:600px;
	}
}










