@charset "UTF-8";
/* CSS Document */

@media (max-width:767px) {
	
	
html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	
#wrap {
	display: none;
	}
#sp-wrap{
	
	}

.no-sp{
	display: none!important;
}


#header{
	height:54px;
	background-color:#002d50;
}

#header .left{
	float:left;
}

#header .left img{
	margin:17px auto auto 13px;
}


#header .right{
	height:40px;
	padding:7px 5px 7px 5px;
	text-align:center;
	float:right;
	background-color:#d8264c;
	
}

#footer{
	margin-top:0;
	padding-bottom:20px;
	color:#fff!important;
	background-color:#002d4f;
	font-size:62.5%;
	line-height:2;
	text-align:center;

}
 

#footer a{
	color:#fff!important;	
}
	


#player-contents{

	}
	
#player-contents h2{
	padding-top:15px;
	padding-bottom:5px;
	text-align:center;
	}
	
.profile-box{
	padding-bottom:25px;
	background-color:#002d50;
	vertical-align:bottom;
	text-align:left;
}

.profile-photo{
	vertical-align:bottom;
}

.profile-photo img{
	vertical-align:bottom;
}

.profile-box .ttl-profile{
	padding-top:10px;
	margin-left:25px;
	
}

.profile-box ul{
	margin:0 auto 0 25px;
	width:210px;
	
}

.profile-box ul li{
	display:block;
	padding-left:76px;
	padding-bottom:8px;
	background:url(../images/players/profile_menu.png) no-repeat;
	background-size:75px 110px;
	text-align:left;
	color:#fff;
	font-size:93.75%;
		
}

.profile-box ul li.birth{
	height:16px;
	line-height:16px;
	background-position:0px 0px;
}

.profile-box ul li.place{
	height:16px;
	line-height:16px;
	background-position:0px -30px;
}

.profile-box ul li.height{
	height:16px;
	line-height:16px;
	background-position:0px -60px;
}

.profile-box ul li.weight{
	height:16px;
	line-height:16px;
	background-position:0px -90px;
}

/*共通エリア用-----------------------------------------*/

#tournament{
	text-align:center;
	width:285px;
	margin:0 auto;
	position:relative;
}

/*優勝アイコンここから*/
#contents #tournament .winner-ico{
	 position:absolute;
	 background:url(../images/players/ico_winner_sp.png) no-repeat;	
	 background-size:108px 47px;
	 top:-32px;
	 width:110px;
	 height:50px;  
  }
  

#tournament .ttl.winner-space{
	
	margin-top:40px;
}

/*優勝アイコンここまで*/



#tournament .ttl{
	width:285px;
	margin:15px auto 0 auto;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
	background-color:#002d4f;
	font-weight:bold;
	color:#fff;
}

#tournament .ttl .name{
	font-weight:bold;
}


#tournament .line{
	text-align:center;
}

#tournament .line img{
	width:280px;
}

#tournament .ttl h5{
	font-weight:bold;
}


.photo{
	position:relative;
	margin-top:15px;
	margin-bottom:0;
	padding-bottom:0;
}

.photo img{
	width:100%;
	vertical-align:bottom;
	margin:0 auto;
}

#tournament .day{
	position:absolute;
}

#tournament .day img{
	width:88px;
	height:34px;
}



.cap{
	
	margin:0 auto;
	width:245px;
	text-align:left;
	background:url(../images/players/arrow.png) no-repeat #dce8ef 260px center;
	background-size:18px 18px;
	padding:10px 30px 10px 10px;
	line-height:1.2;	
}

.cap a{	
	text-decoration:none;
	text-align:left;
	font-size:10px;
	font-weight:bold;	
	color:#000;	
}




.item{
	text-align:center;
}


.item ul{
	width:285px;
	margin:0 auto 0 auto;
}

.item ul li{
	text-align:left;
	font-size:12px;
	line-height:1.4;
	background:url(../images/players/arrow_item.png) no-repeat 258px center;
	background-size:22px 22px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.item ul li a{
	text-decoration:none;
	color:#1b33fb;
}


.item ul li img{
	float:left;
	width:60px;
	height:67px;
	padding-right:10px;
}





#page-nav{
	width:100%;
	margin-top:40px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#page-nav ul{
	margin-top:20px;
	margin-bottom:10px;

}

#page-nav ul li.prev{
	float:left;
	padding-left:20px;

}

#page-nav ul li.next{
	float:right;
	padding-right:20px;

}

	/* #archive ============================================================================*/
	#archive {
		font-size: 14px;
		display: block;
	}

	#archive h1 {
		width: 100%;
		height: 50px;
		display: block;
		color: #fff;
		background-color: #999999;
		line-height: 50px;
		text-align: center;
	}

	.archiveMenu {  }

	.archiveMenu__ym {
		font-weight: bold;
		text-align: left;
		line-height: 40px;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #ccc;
		background: url(../../../players/images/arrow_open.png) no-repeat 93% 50%;
		cursor: pointer;
	}
	.archiveMenu__ym.open {
		background: url(../../../players/images/arrow_close.png) no-repeat 93% 50%;
	}

	.archiveMenu__ym span {
		padding-left: 20px;
		font-weight: bold;
	}

	.archiveMenu__d {
		text-align: left;
		width: 100%;
	}

	.archiveMenu__d li {
		color: #000;
		font-size: 13px;
		text-align: left;
		line-height: 40px;
		width: 100%;
		height: 40px;
		overflow: hidden;
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		background: url(../images/players/arrow.png) no-repeat 94% 50%;
		background-size: 18px 18px;
	}
	.archiveMenu__d li.active {
		background-color: #eee !important;
		border-bottom: 1px solid #ccc;
		background-image: none;
		display: block;

	}
	
	
	.archiveMenu__d li.l2 {
		line-height: 1.5!important;
		height: auto!important;
		background: url(../images/players/arrow.png) no-repeat 94% 50%;
		background-size: 18px 18px;
		vertical-align:middle;
		padding-top:10px;
		padding-bottom:10px;
		
	}
	
	.archiveMenu__d li.l2 p{
		margin-right:60px!important;
		
	}
	
	

	.archiveMenu__d a {
		color: #000;
		text-decoration: none;
		height: 40px;
		padding: 0 0 0 20px;
		display: block;
	}
	/* #archive END ============================================================================*/

#nav-under{
	margin-top:20px;
	padding-top:22px;
	text-align:center;
}

#nav-under.line{
	border-top:1px solid #ccc;
}


#nav-under ul{
	display:table;
	margin:0 auto;
	width:268px;
}

#nav-under ul li{
	
	float:left;
	width:130px;
	height:130px;
	text-indent:-9999px;
	padding:2px;
    width:130px;
	height:130px;
	background:url(../images/players/btn_pagenav.png) no-repeat;
	background-size:570px 415px;
}


#nav-under ul li.com{
	display:block;
	padding:2px;
	width:130px;
	height:130px;
	background:url(../images/players/btn_pagenav.png) no-repeat;
	background-size:570px 415px;
}

#nav-under ul li.active{
	padding:2px;
	display:block;
	width:130px;
	height:130px;
	background:url(../images/players/btn_pagenav.png) no-repeat;
	background-size:570px 415px;
}

#nav-under ul li a{
	
	display:block;
	width:130px;
	height:130px;
}




#nav-under ul li.nav01.active{
	background-position:-300px 0;		
}

#nav-under ul li.nav02.active{
	background-position:-440px 0;		
}

#nav-under ul li.nav03.active{
	background-position:-300px -140px;		
}

#nav-under ul li.nav04.active{
	background-position:-440px -140px;		
}

#nav-under ul li.nav05.active{
	background-position:-300px -280px;		
}


#nav-under ul li.nav01{
	background-position:0 0;		
}

#nav-under ul li.nav02{
	background-position:-140px 0;		
}

#nav-under ul li.nav03{
	background-position:0 -140px;		
}

#nav-under ul li.nav04{
	background-position:-140px -140px;		
}

#nav-under ul li.nav05{
	background-position:0 -280px;		
}







#nav-under ul li.nav04.com{
	background-position:-140px -140px;		
}



#back-sp{
	width:100%;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:13px;
	border-top:1px solid #002d4f;
	border-bottom:1px solid #002d4f;
	text-align:center;
}

#topcontrol{
		display:none;
	}



#footer-sp{
	margin-top:20px;
	background-color:#002d4f;
	}


#footer-sp ul{
	margin:0 auto;
	padding-top:45px;
	padding-bottom:10px;
	width:140px;
	text-align:center;
}


#footer-sp ul li{
	width:50px;
	float:left;
	padding:10px;
	display:inline-block;
}




		


}



