@charset "utf-8";

/* 要素にgridする */
/* * {
    outline: 1px solid #ff0000;
} */



/*  広告表示 **************************************************************************************************************************************************************************************************** */
/* @media only screen and (max-width:1400px) {
	.horizontal-list li:nth-child(9) {
		display: none;
	}
} */
@media only screen and (max-width:640px) {
	.ad-display {
		display: none;
	}
}














/*  グローバルメニュー(ページ最上部) **************************************************************************************************************************************************************************************************** */
#global-nav > ul {
	display: table;
}
#global-nav > ul > li {
	display: table-cell;
	width: 150px;
	text-align: center;
}
#global-nav > ul > li:hover {
	color: #666;
	background-color: #f7f7f7;
}
#global-nav > ul > li > a {
	font-size: 15px;
	color: #666;
}
#global-nav > ul > li:hover .global-nav-menu {
	max-height: 9999px;
	opacity: 1;
}
#global-nav > ul > li > a {
	display: block;
	padding: 5px 10px;
	transition: all .2s ease-in;
}
#global-nav > ul .global-nav-menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	background-color: #f7f7f7;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
#global-nav > ul .global-nav-menu .global-nav-menu-inner {
	text-align: left;
	padding: 5px 0;
}
#global-nav > ul .global-nav-menu .global-nav-menu-inner li {
	display: inline-block;
	margin-right: 15px;
}

#global-nav .global-nav-toggle:hover {
	background-color: #666;
}
#global-nav .global-nav-toggle:hover > a {
	color: #f7f7f7;
}
#global-nav .global-nav-toggle:not(:last-child) {
	border-right: 2px solid #ddd;
}
/* -----グローバルメニュー内 国旗画像 ------------------------------------------*/
.global-menu-host-country-img {
	width: 20px;
}
/* ----レスポンシブ: ハンバーガーメニュー非表示 */
#global-nav-phone {
	display: none;
}

/* -----グローバルメニュー(レスポンシブ: ハンバーガーメニュー) ------------------------------------------*/
@media only screen and (max-width:900px){
	#global-nav {
		display: none;
	}
	#hamburger-menu {
		position: relative;
		cursor: pointer;
		margin: 0 0 0 auto;
		height: 40px;
		width: 40px;
	}
	.hamburger-menu-button span {
		position: absolute;
		left: 15px;
		width: 30px;
		height: 4px;
		background-color: #666;
		border-radius: 8px;
		transition: ease 0.5s;
	}
	.hamburger-menu-button::before {
		position: absolute;
		top: 10px;
		right: 40px;
		width: 100%;
		content: "MENU";
		font-weight: bold;
		background-color: #f7f7f7;
	}
	.hamburger-menu-button span:nth-of-type(1) {
		top: 10px;
	}
	.hamburger-menu-button span:nth-of-type(2) {
		top: 18px;
	}
	.hamburger-menu-button span:nth-of-type(3) {
		bottom: 10px;
	}
	.close span:nth-of-type(1) {
		transform: rotate(45deg);
		top: 18px;
	}
	.close span:nth-of-type(2) {
		opacity: 0;
	}
	.close span:nth-of-type(3) {
		transform: rotate(-45deg);
		top: 18px;
	}
	#global-nav-phone {
		top: 60px;
		left: 0px;
		position: absolute;
		z-index: 10;
		width: 100%;
		background-color: rgba(102, 102, 102, 0.9);
	}
	#global-nav-phone > ul {
		flex-direction: column;
	}
	#global-nav-phone > ul > li {
		height: 50px;
		padding: 15px 0;
		text-align: center;
		border-top: solid 0.5px rgba(247, 247, 247, 0.9);
	}
	#global-nav-phone > ul > li > a {
		display: block;
		font-size: 15px;
		color: #f7f7f7;
	}

}





































/*  フッター **************************************************************************************************************************************************************************************************** */
#footer{
	background-color: #222;
}	
#footer a{
	color:#ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .inner-top {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.footer-top-item {
	padding-top: 10px;
}
.footnav {
	padding-top: 10px;
}
.inner-top > .menu > ul > li {
	display: inline-block;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.logo-footer {
	margin-top:6px;
	font-size:20px;
	font-weight:bold;
}
.logo-footer span {
	font-size:.6em;
	font-weight:normal;
}

.inner-middle {
	width: 85%;
	margin: 0 auto;
}
.inner-middle-link-box {
	padding-bottom: 10px;
}
.inner-maidle-link-item {
	font-size: 15px;
	font-weight: bold;
}
#footer > .inner-middle > ul {
	padding-bottom: 10px;
} 
#footer > .inner-middle > ul > li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
} 

#copyright{
	clear:both;
	padding:20px 0 10px 0;
	text-align:center;
	font-style:normal;
	font-size:13px;
	color: #ccc;
}

@media only screen and (max-width:960px) {
	.inner-top {
		justify-content: space-around;
	}
}






































































/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
	color:#555;
	font-size:13px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
	background:#f7f7f7;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0A29FF;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.noselect {
	user-select: none;
}


/*************
/* ヘッダー
*************/
#header{
height:130px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}



/*************
/* ロゴ
*************/
.logo{
	float:left;
}
.logo-footer {float:left;}

.logo a{
color:#555;
}
.logo-footer a {color:#555;}

.logo p{float:left;}
.logo-footer p{float:left;}

.logo span{display:block;}
.logo-footer span{display:block;}


/*************
/* 右上(Twitterリンク等)
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info img {
	padding-left: 10px;
}

.info .open{font-size:11px;}


/*************
/* ロゴ
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}


.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:25px auto 40px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
/* bottom:42%; */
bottom:65%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:22px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:0 0 20px 0;
/* padding:30px 0 20px 0; */
margin-bottom:10px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h2.heading{
	font-size:20px;
	font-weight:normal;
	padding:15px 0;
	margin-bottom:5px;
	/* border-top:2px solid #ebebeb; */
	border-bottom:3px solid #151515;
}
h3.heading{
	font-size:20px;
	font-weight:normal;
	padding:15px 0;
	margin-bottom:5px;
	/* border-top:2px solid #ebebeb; */
	border-bottom:3px solid #151515;
}
























/* 見出し系 ******************************************************************************************************* */
h3.heading-non-border {
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0;
	margin-bottom: 5px;
}
h3.heading-non-border span {
	position: relative;
	z-index: 2;
}
h4.heading-non-border {
	font-size: 15px;
	padding: 19px 0;
	margin-bottom: 5px;
}
/* h3.heading-non-border::before {
	content: attr(data-en);
	position: absolute;
	top: 0;
	transform: translateY(70px);
	color: rgba(136 136 136 / .3);
	font-size: 50px;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
}
@media only screen and (max-width:1399px){
	h3.heading-non-border::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(35px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
}
@media only screen and (max-width:959px){
	h3.heading-non-border::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(50px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
	h3.heading-non-border-others::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(35px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
}
@media only screen and (max-width:950px){
	h3.heading-non-border::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(70px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
	h3.heading-non-border-others::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(55px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
}
@media only screen and (max-width:640px){
	h3.heading-non-border::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(70px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
	h3.heading-non-border-others::before {
		content: attr(data-en);
		position: absolute;
		top: 0;
		transform: translateY(55px);
		color: rgba(136 136 136 / .3);
		font-size: 50px;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		z-index: 1;
	}
}
@media only screen and (max-width:480px){
	h3.heading-non-border::before {
		content: none;
	}
} */





























section.content img{
/* max-width:90%; */
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

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


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555;
font-size:12px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:12px;
display:block;
}





/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
/* height:10px; */
margin:10px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:10px;}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color:#000;
	border-bottom:3px solid #666;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#666;
border-bottom:2px solid #6a5acd;
/* border-bottom:2px solid #00a3af; */
}

.post h3{
margin:10px 0 10px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #ddd;
}



/* articleタグ削除に伴う追加 */
h3{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	font-size:120%;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}





.leaving-players h3 {
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	font-size:120%;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}

.post h4{
margin:10px 0 25px 0;
padding:10px 0 0 0;
font-size:115%;
font-weight: bold;
/* border-bottom:1px solid #ddd; */
}

.post p{
font-size: 15px;
line-height: 30px;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

/* .post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
} */


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}


/* リーグリンク
--------------------------------- */
#league-link {
	display: flex;
	justify-content: space-between;
}
.league-link-item {
	padding: 17px 0 17px 0;
	font-size: 17px;
}



























/* メニュー系 ******************************************************************************************************* */

/* -----リーグメニュー ------------------------------------------*/
#nav-league-menu-bar {
	text-align: center;
}
#nav-league-menu-bar ul {
	margin: 0;
	padding: 0;
}
#nav-league-menu-bar li {
	list-style: none;
	display: inline-block;
	width: 10%;
	min-width: 90px;
}
#nav-league-menu-bar li:not(:last-child) {
	border-right: 2px solid #ddd;
}
#nav-league-menu-bar a {
	text-decoration: none;
	color: #555;
}
.current-league-menu {
	border-bottom: solid 4px;
}

/* -----大会メニュー ------------------------------------------*/
#nav-compe-menu-bar {
	text-align: center;
	padding: 25px 0;
}
#nav-compe-menu-bar ul {
	margin: 0;
	padding: 0;
}
#nav-compe-menu-bar li {
	list-style: none;
	display: inline-block;
	width: 10%;
	min-width: 110px;
}
#nav-compe-menu-bar li:not(:last-child) {
	border-right: 2px solid #ddd;
}
#nav-compe-menu-bar a {
	text-decoration: none;
	color: #555;
}






























/* 移籍メニュー
--------------------------------- */
#transfer-menu-bar {
	list-style: none;
	overflow: hidden;
}
#transfer-menu-bar li {
	padding: 10px 40px 0 0;
	text-align: center;
	float: left;
}

/* 移籍テーブルIN, OUT
--------------------------------- */
.IN {
	background-color: lightcoral;
}
.OUT {
	background-color: lightskyblue;
}




@media only screen and (min-width:960px){
	a#menu{display:none;}
	
  	#mainNav{
		clear:both;
		z-index:200;
		position:relative;
	}

	#mainNav li{
		float:left;
		position:relative;
	}

	#mainNav li a{
	color:#555;
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:230px;
	height:30px;
	padding:15px 0;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	}

	#mainNav li a span,#mainNav li a strong{display:block;}

	#mainNav li a span{
	color:#bababa;
	font-size:10px;
	}
	
	#mainNav ul ul{width:160px;background:#fff;}
	#mainNav li ul{display:none;}

	#mainNav li:hover ul{
	display:block;
	position:absolute;
	top:64px;
	z-index:500;
	}
	
	#mainNav li li{
	margin:0;
	float:none;
	width:230px;
	border:0;
	}
  #mainNav li li:last-child{border:0;}
	
	#mainNav li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:95%;
	text-align:left;
	border:0;
	}

	#mainNav li li span{padding:0 10px;}
	
	#mainNav li.current-menu-item a{
	border-color:#555;
	}

	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#999;
	}
	
	#sidebar article{
		margin-bottom:20px;
		overflow:hidden;
	}
	
	.logo{width:500px;}

	.logo-footer{width:500px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}
}


@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:20px;}
	#header h1,.logo,.info{text-align:center;}
	.logo,.info{clear:both;width:100%;float:none;}
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	.box img{
		float:left;
		margin-right:5px;
	}
	.box h3{
		padding-top:0;
	}
  	.alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

}


@media only screen and (max-width:480px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
