@charset "utf-8";


.page_list table.schedule{}

.page_list .spbox,
.page_list td span.sp{
	display: none;
}
@media screen and (max-width: 620px) {
.page_list table.schedule{
	display: block;
	width: 100%;
	border: 0;
}
.page_list table.schedule thead{
	display: none;
}
.page_list table.schedule tbody{
	display: block;
	width: 100%;
}
.page_list table.schedule tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
.page_list table.schedule th,
.page_list 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;
}
.page_list table.schedule th{
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
	border: 1px solid #aaa;
	text-align: left;
}
.page_list table.schedule td{
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	border: 0;
}
.page_list table.schedule tbody td:before {
	font-weight: bold;
}
.page_list table.schedule tbody td:nth-of-type(1):before { content: "[種　別]"; }
.page_list table.schedule tbody td:nth-of-type(2):before { content: "[大会名]"; }
.page_list table.schedule tbody td:nth-of-type(3):before { content: "[場　所]"; }

.page_list .spbox{
	display: block;
	border: 2px solid #000;
	padding: 15px;
	margin: 3em auto;
}
.page_list td span.sp{
	display: inline-block;
}
.page_list td span.sp img{
	vertical-align: middle;
	margin-left: 4px;
	width: 20px;
	height: auto;
}
}

.page_list .mouseover__conts{
	position: relative;
}
.page_list table.schedule .btn-mouseover:hover + .mouseover__box{
	display: block;
}
.page_list table.schedule .btn-mouseover img{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.page_list table.schedule .mouseover__box:hover{
	display: block;
}
.page_list 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;
}

/*page_details
************************************************************************************/
.page_details{}


.category span.official{
	background: #c71010;
}
.category span.certification{
	background: #1ea171;
}
.category span.trial{
	background: #581eb7;
}
.category span.others{
	background: #707070;
}

.page_details section.section .entry_title{
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 15px 0;
	margin: 0 0 2em 0;
	position: relative;
	text-align: center;
}
.page_details section.section .entry_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 1em;
	height: 3px;
	background-color: #000;
}

.page_details section.section .cate_box{
	text-align: center;
}
.page_details section.section .cate_box p{
	display: inline-block;
}

.page_details section.section .cate_box .date{
	font-size: 13px;
	padding-left: 1em;
}
.page_details section.section .cate_box .category span{
	color: #FFF;
	font-size: 12px;
	padding: 5px 20px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.inWP{
	font-size: 16px;
}
@media screen and (max-width: 979px) {
.page_details section.section .entry_title{
	font-size: 23px;
}
.inWP video,
.inWP iframe{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 620px) {
.page_details section.section .entry_title{
	font-size: 21px;
}
}


/* inWP
************************************************************************************/
.inWP table{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 0;
}

.inWP table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	width: 100%;
	font-weight: bold;
}
.inWP table caption:before{
	content: "■";
}

.inWP table th{
	padding: 10px 10px;
	text-align: center;
	border-bottom: 1px dotted #000;
	color: #000;
}
.inWP table th span{
	background: #deff43;
	padding: 0 2px;
}
.inWP table td{
	padding: 10px 10px;
	border-bottom: 1px dotted #000;
}
.inWP table tr:last-child th,
.inWP table tr:last-child td{
	border-bottom: 1px solid #000;
}

.inWP table thead th{
	background: #999;
	color: #FFF;
}


/*画像寄せ
----------------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media screen and (max-width: 768px){
.inWP img{
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: none;
	margin: 5px auto;
	display: block;
}

.alignright {
	float: none;
	margin: 5px auto;
	display: block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
}

/*各パーツ
----------------------------------------------------------------------*/
.inWP ol{
	list-style-type: decimal;
	margin: 0 0 20px 2em;
}
.inWP ol li{
	margin: 5px 0;
}

.inWP ul{
	list-style-type: disc;
	margin: 0 0 20px 2em;
}
.inWP ul li{
	margin: 5px 0;
}


/*ページング
----------------------------------------------------------------------*/
.page_navi{
	text-align: center;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

ul.page_navi li span{
	background: #002c75;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #999;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
	text-decoration: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #000;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

.navi .cmt{
	text-align:center;
}
