@charset "utf-8";

@import "../../../files/css/layout.css";

/*-------------------------------------------------------------------------
	
/*-----------------------------------------------------------------------*/

#league {
	background:url(../img/index/league/bg.png) 0 0 no-repeat;
	height:1470px;
	-webkit-background-size: cover;
	background-size: cover;
}
	#league #title {
		padding: 45px 0 0 20px;
	}

	#league #touch {
		text-align:center;
		margin:45px 0 0 0;
	}
	
	#league .txt01 {
		text-align:center;
		margin:45px 0 45px 0;
	}
	
	#league ul.img {
		text-align:center;
	}
	
		#league ul.img li {
			display:inline;
		}
		
			#league ul.img li.left {
				display:inline;
				margin:0 80px 0 0;
			}
			
	#league #amiibo {
		text-align:center;
		margin:80px 0 15px 0;
	}
	
	#league .txt02 {
		text-align:center;
	}

#ttl_league {
	margin-top: 55px;
}
#ttl_league,
#ttl_costume {
	text-align:center;
	padding:40px 0 40px 0;
	background-color: #fff;
}

#costume {
	background:url(../img/index/league/bg.png) 0 0 no-repeat;
	height:765px;
	position:relative;
	-webkit-background-size: cover;
	background-size: cover;
}

	#costume ul.photo {
	}

		#costume ul.photo li.img001 {
			position:absolute;
			top:60px;
			left:-120px;
		}
		
		#costume ul.photo li.img002 {
			position:absolute;
			top:380px;
			left:-100px;
		}
		
		#costume ul.photo li.img003 {
			position:absolute;
			top:60px;
			left:770px;
		}
		
		#costume ul.photo li.img004 {
			position:absolute;
			top:370px;
			left:750px;
		}
		
	#costume p#mii {
		text-align:center;
		padding:100px 0 30px 0;
	}
	
	#costume p.txt {
		text-align:center;
		
	}
	
/*-------------------------------------------------------------------------
	Navi
/*-----------------------------------------------------------------------*/

#navi {
	background-color: #8d1d82;
}