@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


main{
	background-color: #131314;
}



/* 文章
************************************************************************************/
.section{
	margin: 10px auto 30px auto;
	padding: 50px 0;
	width: 1100px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.section a:link{color:#555;text-decoration:underline}
.section a:visited{color: #555;text-decoration:none;}
.section a:active{color:#000;text-decoration:none;}

.section_innner{
	margin: 20px 0;
	clear: both;
}

.gry_bg{
	margin: 0;
	padding: 0 0 40px 0;
	color: #FFF;
	background-color: #2d2d2d;
}


.lv_h1{
	margin: 0 1em 20px 1em;
	text-align: center;
	color: #212678;
	font-size: 36px;
	font-weight: bold;
}
.lv_h1 span{
	padding: 0 10px;
	border-bottom: 3px solid #aa7a2d;
}
.lv_h2{
	padding-left: 25px;
	background: url(../../img/common/icon_h2.png) no-repeat left 14px;
	font-size: 24px;
	line-height: 1.4;
	color: #3a3a3a;
	font-weight: bold;
	margin-bottom: 15px;
}
.lv_h2 span{
	font-size: 16px;
}
.lv_h3{
	margin-bottom: 5px;
	margin-top: 1em;
	font-size: 21px;
	color: #3a3a3a;
	font-weight: bold;
}

/* もっと見るまたは戻る etc. */
.btn_more{
	text-align: center;
}
.btn_more a{
	margin: 30px auto 0 auto;
	padding: 25px 90px 10px 90px;
	display: inline-block;
	color: #FFF !important;
	font-size: 16px;
	font-weight: bold;
	background: #131534;
	text-decoration: none !important;
	line-height: 1;
}
.btn_more a:after{
	margin-top: 5px;
	display: block;
	content:url(../../img/common/arrow_bottom_white.png);
}
@media screen and (max-width: 979px) {
.section{
	padding: 50px 10px;
	width: 100%;
}
}
@media screen and (max-width: 768px) {
.grade_h1{
	padding: 50px 10px 30px 10px;
	font-size: 23px;
}
.grade_h1 img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.lv_h1{
	font-size: 24px;
}
.lv_h2{
	font-size: 21px;
}
.lv_h3{
	font-size: 18px;
}
}
@media screen and (max-width: 620px){
.btn_more a{
	padding: 25px 50px 10px 50px;
}
}
@media screen and (max-width: 480px){
.btn_more a{
	padding: 25px 10px 10px 10px;
	display: block;
}
}



ul.arrow_list_gray li{
	margin-bottom: 0.5em;
	padding-left: 20px;
	background: url(../../img/common/icon_list_gray.png) no-repeat left top 0.3em;
	line-height: 1.5;
}
ul.arrow_list_red li{
	padding-left: 20px;
	background: url(../../img/common/icon_list_red.png) no-repeat left top 0.3em;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


.link_archive{
	margin-top: 30px;
	padding-right: 10px;
	text-align: right;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
	.link_archive{
		padding: 0 10px;
		text-align: left;
	}
}


/* 本文
************************************************************************************/
.btnLink{
	margin-top: 30px;
	text-align: center;
	clear: both;
}
.btnLink a{
	margin: 0 auto;
	padding: 10px 40px 10px 75px;
	border: 1px solid #a7a7a7;
	background: #1c1d2c url(../../img/common/icon_btn_arrow.png) no-repeat left 30px center;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.btnMail{
	text-align: center;
}
.btnMail a{
	margin: 0 auto;
	padding: 10px 40px 10px 85px;
	border: 1px solid #a7a7a7;
	background: #1c1d2c url(../../img/common/icon_btn_mail.png) no-repeat left 30px center;
	color: #FFF;
	font-size: 23px;
	display: inline-block;
	text-decoration: none;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
table.std th{
	padding: 5px 10px;
}
.btnLink a{
	padding: 10px 20px 10px 55px;
	background: #1c1d2c url(../../img/common/icon_btn_arrow.png) no-repeat left 15px center;
	font-size: 21px;
}
.btnMail a{
	padding: 10px 20px 10px 55px;
	background: #1c1d2c url(../../img/common/icon_btn_mail.png) no-repeat left 15px center;
	font-size: 21px;
}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/* 大会・試合を絞り込む
-----------------------------------------------------------------------------*/
#frame_search {
	background: #000;
}
#frame_search .wrapper{
	padding: 60px 0 0 0;
	background: url(../../img/toppage/bg_search_table.png) no-repeat center top 15px;
}
#frame_search table.line_btm{
	margin-bottom: 60px;
	width: 100%;
}
#frame_search table.line_btm th,
#frame_search table.line_btm td{
	padding: 10px 50px;
}
#frame_search table th{
	white-space: nowrap;
	font-weight: normal;
}
#frame_search table td label{
	margin-right: 2em;
	white-space: nowrap;
}
.areaBtn{
	text-align: center;
}
@media screen and (max-width: 979px) {
	#frame_search table.line_btm th,
	#frame_search table.line_btm td{
		padding: 10px 20px;
	}
}
@media screen and (max-width: 768px){
	#frame_search table.line_btm,
	#frame_search table.line_btm tbody,
	#frame_search table.line_btm tr,
	#frame_search table.line_btm th,
	#frame_search table.line_btm td{
		display: block;
		text-align: left;
	}
	#frame_search table.line_btm th{
		background: #2d2d2d;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/* 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;
	font-size: 18px;
	font-weight: 600;
}

ul.page_navi li span{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	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: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	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:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

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