@charset "utf-8";
/* team.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページリンク　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sub-nav {
	background-color: #000000;
	top: 0px;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 2;
}
#sub-nav.m_fixed {
	position: fixed;
	left: 0px;
	top: 70px;
	right: 0px;
}
.global-list {
	display: flex;
}
.global-item {
	border-left: 1px solid #fff;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.global-item:last-child {
	border-right: 1px solid #fff;
}
.global-item a {
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-size: 15px;
}
.global-item a:hover {
	background-color: #333333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 練習日　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.team_data {
	padding-top: 100px;
	scroll-margin-top: 50px;
}
.team_data:first-child {
	padding-top: 70px;
}
.team_data:last-child {
	padding-bottom: 100px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会費等　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.yen {
	font-size: 14px;
	margin-left: 3px;
}
.ctg_wrap {
	margin-bottom: 50px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 所属選手　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_04 h4 {
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	line-height: 1em;
	font-weight: 900;
	margin-bottom: 10px;
	color: #2150A4;
}

/* -- チーム写真 ----------------------------------------------- */
.player_kv {
	margin-bottom: 10px;
}
.player_kv img {
	width: 100%;
	height: auto;
}

/* -- テーブル ----------------------------------------------- */
.tbl_player {
	overflow: scroll;
}
.tbl_player table {
}
.tbl_player tr {
	border-bottom: 1px solid #CCCCCC;
}
.tbl_player tr:first-child {
	border-bottom-style: none;	
}
.tbl_player tr:nth-child(odd) {
	background-color: #F0F0F0;
}
.tbl_player th {
	background-color: #2150A4;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 15px;
	border-right: 1px solid #FFFFFF;
}
.tbl_player tr th:last-child {
	border-right-style: none;
}
.tbl_player td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl_player tr td:last-child {
	border-right-style: none;
}

/* セル個別幅 */
.td_number {
	width: 80px;
}
.td_player {
	width: 270px;
}
.td_kana {
	width: 270px;
}
.td_school {
	width: 180px;
}
.td_from {
	width: 300px;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページリンク　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sub-nav.m_fixed {
	position: fixed;
	left: 0px;
	top: 50px;
	right: 0px;
	margin-top: 0px;
}
.global-item:first-child {
	border-left-style: none;
}
.global-item:last-child {
	border-right-style: none;
}
.global-item a {
	font-size: 12px;
	line-height: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 練習日　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.team_data {
	padding-top: 70px;
}
.team_data:first-child {
	padding-top: 50px;
}
.team_data:last-child {
	padding-bottom: 80px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 所属選手　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_04 h4 {
	font-size: 46px;
	line-height: 1.2em;
}

/* -- テーブル ----------------------------------------------- */
.tbl_player table {
	width: 1000px;
}
/* セル個別幅 */
.td_number {
	width: 80px;
}
.td_player {
	width: 250px;
}
.td_kana {
	width: 250px;
}
.td_school {
	width: 120px;
}
.td_from {
	width: 300px;
}
}
