@charset "UTF-8";

/* 過去のシーズン */
@import url("/profile/css/past_profile_select.css");

/* base */

/* html {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500;

	font-size: 62.5%;
	line-height: 1.4;
}

body {
	font-size: 1.4rem;
}

body,
html {
	width: 100%;
} */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #1fa0de;
}

a:hover {
	transition: 0.2s;
	opacity: 0.7;
}

#page_profile a:hover {
	color: #1fa0de;
}

/*  */

.dot {
	display: inline-block;
	margin: 0 0;
	padding: 0;
	width: ;
}

p,
dt,
dd,
dl,
li,
ul,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}


/*  */

#inner_gnav {
	padding-left: 0;
}

/*  */


/*  */

#box_nav {
	width: 1024px;
	margin: 40px auto 0;
	padding-right: 7px;
	position: relative;
}

@media screen and (max-width: 599px) {
	#box_nav {
		width: 96%;
		margin: 20px auto;
		text-align: center;
	}
}


#box_nav:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

nav.snav {
	float: left;
	margin: 0;
	margin-top: 9px;
}

@media screen and (max-width: 599px) {
	nav.snav {
		float: none;
		width: 100%;
		margin: 30px 0;
	}

	ul.list_prof {
		display: none !important;
	}
}


nav.snav:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

nav.snav>ul {
	display: inline-block;
}

@media screen and (max-width: 599px) {
	nav.snav>ul {}
}


nav.snav>ul li {
	font-size: 1.6rem;
	float: left;
	height: 26px;
	margin-right: 13px;

}

nav.snav>ul li a {
	color: #222222;
	border-left: 1px solid #aaa;
	padding-left: 11px;
	padding-top: 0.45em;
	padding-bottom: 0.3em;
}

ul.list_prof {
	display: inline-block;
	margin-left: 30px;
}

@media screen and (max-width: 599px) {
	ul.list_prof {
		display: none;
	}

	nav.snav>ul li:first-child a {
		border-left: none;
	}
}


ul.list_prof li.btn_list {
	position: relative;
}

ul.list_prof li.btn_list a {
	border: none;
	position: relative;
	padding-right: 13px;
}

ul.list_prof li.btn_list a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #23b7fe;
	border-right: 2px solid #23b7fe;

	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 6px;
	right: 0;
}

div.list_player {
	position: absolute;
	background-color: #fff;
	z-index: 10000;
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);

	padding: 10px 10px 15px;
	width: 280px;

	display: none;
}

#box_nav div.list_player {
	width: 270px;
}

div.list_player p {
	font-size: 1.4rem;
	margin-left: 5px;
	margin-bottom: 10px;
}

div.list_player ul {}

div.list_player li {
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1.4rem !important;
}

div.list_player li a {
	padding: 5px !important;
	display: block;
}

ul.list_prof div.list_player li a:after {
	display: none;
}



/*  */

body.list_position li.position,
body.list_number li.number,
body.list_gene li.generation,
body.list_join li.join,
body.list_area li.area {
	margin-right: 0;
}

body.list_position nav.snav ul li.number a {
	border: none;
}

body.list_number nav.snav ul li.generation a {
	border: none;
}

body.list_gene nav.snav ul li.join a {
	border: none;
}

body.list_join nav.snav ul li.area a {
	border: none;
}

body.list_area li.area a,
body.list_position li.position a,
body.list_number li.number a,
body.list_gene li.generation a,
body.list_join li.join a,
body.list_position li.position a {
	background-color: #23b7fe;
	color: #fff;
	padding-right: 13px;
	border-radius: 3px;
}

/*  */

#box_nav h3 {
	float: right;
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
	color: #111111;
	position: relative;
	margin: 0;
	position: relative;
	top: -4px;
}

#box_nav h3:after {

	transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	content: '';

	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;

	z-index: 2;
	border-right: 4px solid #2cbafe;

}

#box_nav h3 span {
	color: #23b7fe;
}

#box_nav p.btn_select {
	/*float: right;*/
	font-size: 1.6rem;
	clear: right;
	/*display: none;*/
}

#box_nav p.btn_select a {
	color: #222222;
	position: relative;
	display: block;
	padding-right: 17px;
}

#box_nav p.btn_select a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #23b7fe;
	border-right: 2px solid #23b7fe;

	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 4px;
	right: 0;
}

/*  */

#season_selector {
	float: right;
	position: relative;
	clear: both;
	margin-top: 6px;

	/*display: none;*/
}

#layer_season_selector {
	display: none;
	/*width: 240px;*/
	width: 360px;
	position: absolute;
	right: 0;
	background-color: #fff;
	z-index: 100;
	/*border: 1px solid #23b7fe;*/
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border-bottom: none;
	z-index: 1000000;

	/*display: block!important;*/
}

#layer_season_selector ul {
	width: 100%;
	background-color: #fff;
	/*float: left;*/
	column-count: 3;
	column-width: auto;
	column-gap: 0;

	border-right: 1px solid #23b7fe;
	border-bottom: 1px solid #23b7fe;
	position: relative;
}

/* 2020 */
#layer_season_selector ul:after {
	content: '';
	display: block;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;

	width: calc(100% / 3);
	height: calc(100% / 9);

	position: absolute;
	right: 0;
	bottom: 1px;

}

/*#layer_season_selector ul:before {
	content: '';
	display: block;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;
	
	width: calc(100% / 3);
	height: calc(100% / 9);
	
	position: absolute;
	right: 0;
	bottom: calc(100% / 9 + 1px);
}*/


#layer_season_selector li {
	font-size: 1.4rem;
	text-align: center;
}

#layer_season_selector li a {
	/*display: block;*/
	display: inline-block;
	width: 100%;
	padding: 1.1em 0.4em 0.9em;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;


	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

#layer_season_selector li a:hover {
	background-color: #d2f0fe;
}


/*#layer_season_selector {
	display: none;
	width: 240px;
	position: absolute;
	right: 0;

	background-color: #fff;
	z-index: 100;
	
	border: 1px solid #23b7fe;

		box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
		
	border-bottom: none;
	z-index: 1000000;
}

#layer_season_selector ul {
	width: 50%;
	background-color: #fff;
	float: left;
}

ul.layer_left {
	border-right: 1px solid #23b7fe;
}

#layer_season_selector li {
	font-size: 1.4rem;
	
	text-align: center;
}

#layer_season_selector li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #23b7fe;
	
	-moz-transition: all 0.15s ease-in;
		-o-transition: all 0.15s ease-in;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
}

#layer_season_selector li a:hover {
	background-color: #d2f0fe;
}*/


/*  */

#box_cnav {
	clear: both;
	width: 1084px;
	margin: 32px auto 0;
	position: relative;
}

#box_cnav div.inner {
	width: 1024px;
	margin: 0 auto;
	border-bottom: 1px solid #bbbbbb;
	padding-left: 96px;
	padding-bottom: 20px;
}

#box_cnav div.inner:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#btn_prev,
#btn_next {
	position: absolute;
	font-size: 1.8rem;
	top: 24px;
	margin: 0;
}

#btn_prev {
	left: 0;
}

#btn_next {
	right: 0;
}

#btn_prev a,
#btn_next a {
	color: #111111;
	padding-top: 8px;
	position: relative;
}

#btn_prev a {
	padding-left: 40px;
}

#btn_next a {
	padding-right: 40px;
}

#btn_prev.none a,
#btn_next.none a {
	color: #cbcccb;
	/*position: relative;*/
}

#btn_next a:after,
#btn_prev a:after {
	content: '';
	width: 36px;
	height: 36px;
	border-top: 4px solid #23b7fe;
	border-right: 4px solid #23b7fe;
	position: absolute;
	top: 0;
}

#btn_next.none a:after,
#btn_prev.none a:after {
	border-color: #cccccc;
}

#btn_prev a:after {
	left: 0;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#btn_next a:after {
	right: 0;
	top: 0x;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*  */

p.typo_position {
	margin: 0;
	/*font-size: 8rem;*/
	font-size: 80px;
	color: #111111;
	float: left;
	line-height: 1;
	position: relative;
	padding-right: 50px;
	height: 66px;
}

p.typo_position:after {

	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	transform: skew(-36deg);

	content: '';

	display: block;
	position: absolute;

	top: 5px;
	right: 20px;
	height: 100%;

	z-index: 2;
	border-right: 6px solid #2cbafe;
}

body.staff_page p.typo_position {
	font-size: 3rem;
	height: auto;
	color: #23b7fe;
	margin-top: 16px;
}

body.staff_page p.typo_position:after {
	top: 0;
}

p.typo_position span {
	color: #23b7fe;
}

#box_cnav h4 {
	font-size: 2.8rem;
	color: #222222;
	float: left;
	margin: 0;
	margin-left: 12px;
	/*margin-top: 14px;*/
	margin-top: 0.2em;
}

#box_cnav h4 span.kana {
	font-size: 1.4rem;
}

#box_cnav span.typo_name_e {
	font-size: 1.6rem;
	display: block;
	margin-top: 4px;
}

/*  */

#contents {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: block;
	/* for IE */
}

#contents::after {
	content: "";
	display: table;
	clear: both;
}



#box_ttl_prof {
	margin-top: 20px;
	position: relative;
	width: 1024px;
}

#box_ttl_prof:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_ttl_prof h5 {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;

	float: left;
}

#box_ttl_prof div.sns {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
}

#box_ttl_prof div.sns h6 {
	font-size: 1.1rem;
	color: #777;
	display: inline;
}

#box_ttl_prof div.sns iframe {
	vertical-align: top;
	position: relative;
}

#box_ttl_prof div.sns p {
	display: inline;
	font-size: 1.6rem;
	margin-left: 10px;

}

div.sns p a img {
	margin-right: 7px;
}

p.btn_tw a,
p.btn_fb a {
	padding-bottom: 4px;
	border-bottom: 1px solid;
	position: relative;
}

p.btn_tw a img,
p.btn_fb a img {
	position: relative;
}

p.btn_tw a img {
	top: 3px;
	left: 3px;
}

p.btn_fb a img {
	left: 3px;
	top: 1px;
}


p.btn_tw a {
	color: #23b7fe;
	border-color: #23b7fe;
}



p.btn_fb a {
	color: #3b5998;
	border-color: #3b5998;
}


.btn_fb iframe {
	display: inline-block !important;
	width: 84px !important;
	height: 20px !important;
}



/*  */

#box_main_img {
	margin-bottom: 25px;
	margin-top: 20px;
	clear: both;
	width: 1024px;
	height: auto;
}

#box_main_img:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_main_img ul {
	float: right;
	width: 200px;
}

body.staff_page.prof_2017 #box_main_img ul {
	display: none;
}

#box_main_img ul img {
	width: 98px;
	height: 146px;
}

#box_main_img ul li {
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}


#box_main_img ul li a {
	display: block;
}

#box_main_img ul li a img {
	vertical-align: top;
}

#box_main_img ul li:first-child {
	float: none;
	width: 200px;
	margin-left: 0;
}

#box_main_img ul li:first-child img {
	width: 100%;
	height: auto;
}

#box_main_img>p {
	width: 822px;
	min-height: 546px;
	height: auto;
	float: left;
	overflow: hidden;
}

#box_main_img>p img {
	width: 100%;
	height: auto;
}



/*  */

#contents div.left {
	width: 771px;
	float: left;
}

@media screen and (max-width: 599px) {
	#contents div.left {
		width: 100%;
		float: none;
	}
}


#list_prof {
	/*clear: both;*/
	width: 200px;
	float: right;

	background-color: #323232;
	overflow: hidden;
	margin-bottom: 100px;
	padding-bottom: 30px;
}

@media screen and (max-width: 599px) {
	#list_prof {
		display: none;
	}
}


#list_prof h5 {
	color: #23b7fe;
	position: relative;
	font-size: 1.4rem;
	width: 100%;
	padding-left: 15px;
	padding-top: 18px;
}

#list_prof h5:after {
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	transform: skew(-36deg);

	content: '';

	display: block;
	position: absolute;

	top: 0px;
	right: 4px;
	height: 100%;

	z-index: 2;
	border-right: 3px solid #2cbafe;
}

#list_prof ul {
	padding: 0 15px;
	margin-top: 20px;
}


div#box_list_player ul {
	border-bottom: 1px solid #666;
	padding-bottom: 24px;
}

#list_prof li {
	font-size: 1.2rem;
	margin-top: 14px;

}

#list_prof li a {
	color: #ffffff;
}

#list_prof li.current a {
	color: #23b7fe;
}

#list_prof li a:hover {
	cursor: pointer;
}

#box_list_past_season {
	display: none;
}



/*  */

#box_etc {}

#typo_message {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 38px;
}

#img_bust_up {
	float: left;
	overflow: hidden;

	width: 124px;
	margin-right: 15px;
	border-radius: 0px 12px;
}

#box_etc dl {}

#box_etc dl dt,
#box_etc dl dd {
	/*box-sizing:border-box;*/
	margin: 0;
	/*margin-bottom: 10px;*/
	/*	padding-bottom: 5px;
	
	padding-top: 10px;*/

	padding: 10px 0;
	line-height: 1;
}

#box_etc dl dt {
	font-size: 1.6rem;
	float: left;
	clear: left;
	padding-top: 15px;
}

#box_etc>dl dd {
	/*margin: 0;*/
	width: 100%;
	font-size: 2.0rem;
	color: #23b7fe;
	padding-left: 270px;
	border-bottom: 1px solid #bbbbbb;
}

#box_etc>dl dd:last-child {
	border: none;
}

/*  */

#box_official {
	margin-top: 40px;
}

#box_official h6 {
	margin-top: 4px;
}

#box_player_data h4,
#box_personal_deta h5,
#box_conn h6,
#box_official h6 {
	font-size: 2.0rem;
	float: left;
	padding-right: 28px;
	position: relative;
	height: 32px;
	line-height: 1;
	float: left;
}

#box_player_data h4:after,
#box_personal_deta h5:after,
#box_conn h6:after,
#box_official h6:after {

	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	transform: skew(-36deg);

	content: '';

	display: block;
	position: absolute;

	top: -8px;
	right: 10px;
	height: 90%;

	z-index: 2;
	border-right: 3px solid #2cbafe;
}


#box_official ul {
	margin-left: 210px;
	width: 560px;

}


#box_official li {
	float: left;
	width: 50%;
	/* width: 230px; */
	display: block;
	/* margin-right: 40px; */
	margin-bottom: 15px;
}

.staff_21 #box_official ul li.tw {
	width: 50%;
}

#box_official li:nth-child(2n) {
	margin-right: 0;
}


#box_official li a {
	display: block;
}

#box_official li a::after {
	content: "";
	display: table;
	clear: both;
}

p.img_sns {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}

#box_official li div.inner {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}

p.img_sns img {
	width: 100%;
	height: auto;
}

#box_official ul li a span {
	font-size: 1.3rem;
	color: #666666;
}

#box_official li.blog div.inner span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

#box_official li.blog div.inner img {
	position: absolute;
	left: 0;
}

#box_official ul li a span img {
	vertical-align: middle;
	margin-right: 6px;
}

#box_official ul li a span.tw img {
	width: 28px;
	height: 23px;
}

#box_official ul li a strong {
	font-size: 1.8rem;
	color: #23b7fe;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
	/*white-space: nowrap;*/
}


/*  */

#box_conn {
	clear: both;
	margin-top: 40px;
}

#box_conn h6 {
	display: inline-block;
	float: none;
	text-align: left;
	margin-bottom: 7px;
}

#box_conn ul {}

#box_conn ul:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_conn li {

	width: 231px;
	overflow: hidden;
	float: left;
	margin-right: 37px;

	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: 15px;
}

#box_conn li:nth-child(3n) {
	margin-right: 0;

}

#box_conn li a {
	display: block;
}

#box_conn li img {
	width: auto;
	height: 140px;
	border: 1px solid #ccc;
	margin-bottom: 7px;
}

/*  */

#box_prof {
	clear: both;
	margin-top: 55px;
}

#tab_prof {}

#tab_prof:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#tab_prof ul {}

#tab_prof ul:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#tab_prof li {
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);

	font-size: 2.2rem;
	text-align: center;

	float: left;
	border-bottom: 6px solid #222222;

	position: relative;
}

#tab_prof li:before {
	content: '';
	display: block;
	width: 1px;
	height: 6px;
	background-color: #707070;
	position: absolute;
	left: 0;
	bottom: -6px;
}

#tab_prof li:after {
	content: '';
	display: block;
	width: 1px;
	height: 6px;
	background-color: #b1b1b1;
	position: absolute;
	left: 1px;
	bottom: -6px;
}

#tab_prof li:first-child:before,
#tab_prof li:first-child:after {
	display: none;
}

#tab_prof li.current {
	border-color: #23b7fe;
}

#tab_prof li a {
	display: block;
	color: #222222;
	border-bottom: 1px solid #23b7fe;
}

#tab_prof li.current a {
	color: #23b7fe;
}

/*  */

#box_personal_deta p {
	text-align: right;
	font-size: 1.2rem;
	margin: 10px 0;
}

#box_personal_deta h5 {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}

#box_personal_deta table {
	width: 100% !important;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 45px;
}

#box_personal_deta table tr {}

#box_personal_deta table td,
#box_personal_deta table th {
	font-size: 1rem;
	line-height: 1.4;
	/*	padding-top:8px;
	padding-bottom:8px;*/
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 10px;
}

#box_personal_deta table th {
	width: 20%;
	background-color: #f1f9ff;
	text-align: center;
}


#box_personal_deta table td {
	width: 30%;
}

/*  */

#box_official_site th,
#box_official_site td,
#box_prof table td,
#box_prof table th {
	font-size: 1rem;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	line-height: 1.4;
}

#J-league_data {
	margin-top: 30px;
}

#box_official_site table,
#J-league_data table,
#box_prof table {
	width: 770px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#box_official_site th,
#box_official_site td,
#box_prof table.personal td,
#box_prof table.personal th,
#box_prof table#personal td,
#box_prof table#personal th {
	width: 192px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#box_official_site th,
table.personal th,
#J-league_data th,
table#personal th {
	background-color: #f1f9ff;
	text-align: center;
	font-weight: normal;
}

#box_official_site td,
table.personal td,
#J-league_data td,
table#personal td {
	background-color: #fff;
	color: #323232;
}

#box_prof #J-league_data th,
#box_prof #J-league_data td {
	font-size: 16px;
	width: 25%;
	padding: 9px;
}

#box_official_site table {
	width: 400px;
}

#box_official_site th {
	width: 150px;
}

#box_official_site td {
	padding: 8px;
	width: auto;
	/*text-align: center;*/
}

#box_official_site td a {
	margin: 0;
}

/*  */

#box_player_data {
	width: 100%;
	margin: 0 auto 0;

}


body.staff_page.prof_2017 #box_player_data {
	display: none;
}

#box_player_data h4 {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 50px;
}

#box_player_data p.teamCareer {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	padding: 6px;
	border: 1px #ddd solid;
	margin-top: 0;
	color: #323232;
	/*margin-bottom: 45px;*/
}

#box_prof #box_player_data table {
	width: 100%;
	/*margin-bottom: 45px;*/
}

#box_prof #box_player_data table.otherTable {
	/*margin-bottom: 0;*/
}

#box_player_data table td,
#box_player_data table th {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

#box_player_data table th {
	background-color: #f1f9ff;
	font-weight: normal;
}

#box_player_data table td {
	background-color: #fff;
}

/*  */


div.tab_contents {
	display: none;
}

#box_personal_deta {
	display: block;

	/*display: none;*/
}

#box_photo_goods {
	/*display: block;*/
}

#box_photo_goods,
#box_player_data,
#box_personal_deta {}

#box_photo_goods {
	margin-top: 40px;
	margin-bottom: 50px;
}

#box_photo_goods>p {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 150px;
}



/*  */

.slider.thumb-item {}

.slider-for img {
	max-height: 573px !important;
}


.slider-nav img {
	width: auto;
	height: auto;
	/*max-width: 155px;*/
	max-height: 103px;
}

/*  */

#box_menu {
	height: 50px;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 2.1px 2.1px 5px rgba(0, 0, 0, 0.07);

	margin-top: 27px;
}

#box_menu:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_menu ul {
	float: left;
}


#box_menu ul::after {
	content: "";
	display: table;
	clear: both;
}

ul.link_position {
	height: 26px;
	margin-left: 33px;
}

ul.link_position li {
	line-height: 1;
	margin-top: 11px;
}

ul.link_position li a {
	margin-right: 20px;
}

#box_menu ul.link_position li.staff {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-right: 20px;
	font-size: 2.4rem;
	margin-top: 10px;
}

#box_menu ul.link_position li.rental {
	font-size: 2.4rem;
}

ul.link_position li.staff a {
	margin-right: 0;
	padding: 0 20px;
}

#box_menu li {
	font-size: 2.8rem;
	display: inline-block;
}

#box_menu li a {
	color: #111;
}

#box_menu ul.list_prof {
	float: right;
	margin-left: 0;
	margin-right: 25px;
	margin-top: 11px;
}

#box_menu ul.list_prof li {
	font-size: 1.6rem;
	height: 26px;
	padding-top: 3px;

}

#box_menu li.btn_list {
	border-right: 1px solid #aaa;
	padding-right: 14px;
	margin-right: 7px;
}

#box_nav ul.inner li,
#box_menu ul.inner li {
	height: auto;
	padding: 0;
	font-size: 1.2rem;
}

/*  */

#box_staff,
#box_player {
	margin-top: 38px;
}

#box_staff {
	margin-top: 60px;
}


#box_staff section,
#box_player section {
	margin-top: 20px;
	clear: both;
	width: 1024px;
	overflow: hidden;
}

#box_staff section:after,
#box_player section:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_staff h2,
#box_player h2 {
	font-size: 7.2rem;
	float: left;
	position: relative;
	top: -0.15em;
	margin-right: 20px;
}

#box_staff h2 {
	font-size: 5.4rem;
	margin-bottom: 12px;
}

#box_staff h2 span {
	font-size: 3.6rem;
	margin-left: 4px;
}

#box_player .inner_header p {
	padding-top: 14px;
}

#box_player section>p {
	line-height: 1.1;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
}

#box_staff section>p {
	font-size: 2rem;
	color: #23b7fe;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}

#box_staff #rental p.typo {
	float: none;
	clear: left;
	margin: 0 0 1.5em;
	font-size: 1.6rem;
	color: #222222;
}

#box_staff #rental>p {
	margin-top: 0.7em;
}

#box_player span {
	font-size: 2.0rem;

}

#box_player span.rbt_l {
	color: #666666;
}

#box_player span.rbt_m {
	color: #23b7fe;
}

/*  */

#box_staff section ul,
#box_player section ul {
	clear: both;
	width: 1100px;
	text-align: left;
}

#box_staff section ul,
#box_player section ul::after {
	content: "";
	display: table;
	clear: both;
}



#box_staff section li,
#box_player section li {
	float: left;
	margin-right: 34px;
	margin-bottom: 20px;
	min-height: 238px;
}

#box_player section li::after {
	content: "";
	display: table;
	clear: both;
}



#box_player section li {
	width: 230px;
}





#box_staff section li a:visited,
#box_player section li a:visited,
#box_staff section li a:link,
#box_player section li a:link {
	color: #222;
	display: block;
}

#box_staff section li a::after,
#box_player section li a::after {
	content: "";
	display: table;
	clear: both;
}

/*#box_staff section li a:hover img,
#box_player section li a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox *!/
	filter: alpha(opacity=80); /* IE6/7 *!/
	-ms-filter: "alpha(opacity=80)"; /* IE8 *!/
}*/


p.img_bustup {
	width: 230px;
	height: 148px;
	background-color: #839895;
	border-radius: 0px 12px;
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
}

#box_staff p.img_bustup span,
#box_player p.img_bustup span {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 6.5rem;
	color: #fff;
	line-height: 1.3;
	top: 2px;
	right: 10px;
	text-align: right;
}

#box_gene li[class^='staff_'] p.img_bustup span {
	font-size: 2.0rem;
	top: 12px;
}

#box_player p.img_bustup span.bd_date {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	height: 1.8em;
	display: inline-block;
	min-width: 3.5em;
	text-align: center;
	line-height: 1.4;
	padding: 0.3em;
	font-size: 1.7rem;
	background-color: rgba(0, 0, 0, 0.6);
	border-top-left-radius: 0.3em;
}

#box_gene li[class^='staff_'] p.img_bustup span.bd_date {
	top: auto;
	font-family: 'Roboto', sans-serif;
}

#box_staff p.img_bustup span {
	font-size: 2.2rem;
	text-align: right;
	top: 16px;
}

#box_staff p.img_bustup span.at {
	font-size: 1.8rem;
	letter-spacing: -0.05em;
}

#box_staff li h4,
#box_player li h4 {
	font-size: 2.0rem;
	line-height: 1.4;
	margin-bottom: 1px;
}

#box_player div.inner {}



#box_player div.inner p {
	line-height: 1.2;
	display: inline-block;
}

#box_staff div.inner p.rbt_m,
#box_player div.inner p.rbt_m {
	font-size: 1.2rem;
	margin-right: 10px;
	line-height: 1.3;
}

section#box_gene #box_player div.inner p.rbt_m {
	margin-right: 0;
}

body.list_number #box_player div.inner p.rbt_m {
	margin-right: 0;
}

#box_player div.inner p {
	margin-right: 6px;

}

#box_player div.inner img {
	/*width: 16px;*/
	max-width: 16px;
	height: auto;
	/*margin-top: 2px;*/
}

#box_player div.inner p.tw {
	padding-top: 1px;
}

#box_player div.inner p.fb {
	margin-top: -1px;
}

#box_player div.inner p.insta {
	margin-top: -1px;
}

#box_staff li p.rbt_m {
	font-size: 1.2rem;
	line-height: 1;
}

/*  */

#img_supporter {
	margin-top: 52px;
}

/*  */

section#rental {}

#rental ul {}

#box_staff #rental li {
	width: 255px;
	margin-right: 0;
	font-size: 1.2rem;
	min-height: 188px;
	padding-right: 1em;
}

#rental li a {
	width: 100%;
	height: 100%;
}


#rental li p.photo {
	float: left;
	margin-right: 12px;
	width: 120px;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}

#rental li h3 {
	width: 100%;
	font-weight: normal;
	font-size: 2.0rem;
}



#rental ul li h4 {
	color: #37a8ff;
}

#rental ul li h4:before {
	content: "●";
	padding-right: 0.15em;
}

#rental ul li p,
#rental ul li h4 {
	font-size: 1.1em;
	line-height: 1.6;
}

#rental li p.roman {
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 0.25em;
}

#rental li p.link a:hover {
	text-decoration: underline;
}




/*  */

#box_area {
	width: 1015px;
	height: 1500px;
	background-image: url(../page_parts/img_map.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#box_area div.box_ttl {
	color: #777777;
	/*position: absolute;*/
}

#box_area div.box_ttl p {
	font-family: 'roboto';
	font-weight: 300;
}

#box_area div.box_ttl h3 {}

/*  */

#box_brazil div.box_ttl {
	top: 10px;
	left: 200px;
	margin-bottom: 30px;
}

#box_brazil div.box_ttl h3 {
	font-size: 1.8rem;
	display: inline;
}

#box_brazil div.box_ttl p {
	font-size: 2.4rem;
	display: inline;
}

/*  */

#box_korea div.box_ttl {
	position: absolute;
	top: 390px;
	left: 190px;
}

#box_korea div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_korea div.box_ttl p {
	font-size: 1.2rem;

}

/*  */

#box_jp div.box_ttl {
	position: absolute;
	top: 300px;
	left: 770px;
}

#box_jp div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_jp div.box_ttl p {
	font-size: 6rem;
}

/*  */

#box_philipin div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 450px;
}

#box_philipin div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_philipin div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_nz div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 810px;
}

#box_nz div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_nz div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_okinawa div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 150px;
}

#box_okinawa div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_okinawa div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_area>section {
	overflow: visible;
}

#box_area li {
	height: 66px;
	text-align: left;
	clear: left;
	margin-bottom: 12px;
}

#box_area li a {
	display: block;
}

#box_area li a::after {
	content: "";
	display: table;
	clear: both;
}

li p.img_mem {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 9px;
}



li p.img_mem img {
	width: 125px;
	height: auto;
}


li[id^='staff_'] p.img_mem img {
	width: 102px;
}


#box_area li h5 {
	font-size: 1.6rem;
	font-family: 'roboto';
	font-weight: 500;
	color: #444444;
	line-height: 1;
	padding-top: 15px;
	margin-bottom: 3px;
	display: inline-block;
}


#box_area li[id^='staff_'] h5 {
	font-size: 1.3rem;
	margin-bottom: 0.6em;
}


#box_area li h5 span {
	color: #23b7fe;

}

#box_area li h4 {
	font-size: 1.4rem;
	color: #333333;
	line-height: 1;
	display: block;
}

#box_area li.rental h4 {
	position: relative;
	top: 0.9em;
}

#box_area #staff_01 h4 {
	font-size: 1.8rem;
}

/*  */

#box_brazil {
	width: 400px;
	position: absolute;
	left: 180px;
	top: 10px;
}

#box_brazil ul {}

#box_brazil ul:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_brazil ul li {
	float: left;
	width: 180px;
	clear: none;
}

#box_brazil #mem_21 {
	width: 220px;
}

/*  */

#osaka {
	position: absolute;
	top: 870px;
	left: 200px;
	width: 160px;
}

/*  */

#hokkaido {
	width: 160px;
	position: absolute;
	left: 780px;
	top: 190px;
}

/*  */

#chiba {
	width: 160px;
	position: absolute;
	left: 625px;
	top: 435px;
}

/*  */

#hiroshima {
	width: 160px;
	position: absolute;
	left: 200px;
	top: 600px;
}



/*  */

#nara {
	position: absolute;
	top: 810px;
	left: 330px;
	width: 160px;
}

/*  */

#kanagawa {
	position: absolute;
	top: 750px;
	left: 650px;
	width: 160px;
}

#kanagawa2 {
	position: absolute;
	top: 1061px;
	left: 490px;
	width: 320px;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

#box_area #kanagawa2 li {
	width: 50%;
}

#kanagawa3 {
	position: absolute;
	top: 985px;
	left: 820px;
	width: 160px;
}

/*  */

#shizuoka {
	position: absolute;
	top: 810px;
	left: 470px;
	width: 160px;
}

/*  */

#tokyo {
	width: 250px;
	position: absolute;
	left: 810px;
	top: 515px;
}

/*  */

#kyoto {
	position: absolute;
	top: 390px;
	left: 362px;
	width: 160px;
}

#kyoto li {
	height: 110px;
}

#kyoto p.img_mem {
	float: none;
	margin-top: 5px;
}

/*  */

#saitama {
	width: 160px;
	position: absolute;
	left: 495px;
	top: 520px;
}

/*  */

#kumamoto {
	position: absolute;
	top: 745px;
	left: 20px;
	width: 160px;
}

/*  */

#mem_29 {
	position: absolute;
	top: 1315px;
	left: 810px;
	width: 210px;
}

#mem_20 {
	position: absolute;
	top: 1300px;
	left: 80px;
	width: 160px;
}

#mem_01 {
	position: absolute;
	top: 440px;
	left: 180px;
	width: 210px;
}

#mem_01 p.img_mem {
	float: none;
}

#box_area #mem_01 h5 {
	padding-top: 5px;
}

/*  */

#mem_26 {
	position: absolute;
	top: 1315px;
	left: 410px;
	width: 250px;
}


/*  */

#box_gene {}

#box_player #box_gene ul {
	width: 800px;
	clear: none;
}

#box_gene ul:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_gene dl {}

#box_gene dl:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_gene dt,
#box_gene dd {
	font-family: sans-serif;
}

#box_gene dt {
	color: #37a8ff;
	float: left;
	font-size: 4rem;
	clear: left;
	font-family: 'Roboto', Sans-serif;
	font-weight: 500;
	width: 150px;
	text-align: center;
	margin-top: 50px;
}

#box_gene dl dt.empty {
	margin-top: 0;
	color: #c9cac9;
}

#box_gene dd {
	float: left;
	text-align: left;
	/*margin-left: 150px;*/
}

#box_gene dd a {}

#box_gene li.rental {
	width: 120px;
	position: relative;
	z-index: 0;
}

#box_gene li.rental:before {
	content: '期';
	background-color: #e50004;
	color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 50;
	font-size: 1.3rem;
	padding: 0.2em;
}

li.rental p.img_bustup {
	width: 120px;
}

li.rental p.img_mem img {
	width: 68px;
	height: auto;
}

#yamaguchi {
	width: 160px;
	position: absolute;
	left: 50px;
	top: 640px;
}

#kagoshima {
	width: 160px;
	position: absolute;
	left: 50px;
	top: 957px;
}

#box_area li.rental h4:before {
	content: '期';
	background-color: #e50004;
	color: #fff;
	display: block;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.3rem;
	padding: 0.35em 0.25em 0.25em 0.25em;
	margin: 0em 0em 0.4em 5.8em;
}



/* 170414_サイド一覧タビナス選手 */
#list_prof li.mem_26 {
	letter-spacing: -0.06em
}


/* 170525_sns mem_29 */
#box_official li.sns_mem_29 {
	width: 80%;
}


/* ギャラリー */

.flexslider .slides img {
	/*width: 599px;*/
	max-width: 599px;
	width: auto;

	max-height: 599px;
	height: auto;
}

.flex-direction-nav a {
	top: 55%;
}

/* sp */

@media screen and (max-width: 599px) {
	#box_ttl h1 span.dot {
		font-size: 4vw;
		position: static;
		display: inline !important;
		padding: 0 !important;
	}

	#box_nav {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav.snav {
		margin: 0;
	}

	nav.snav>ul {
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;

		margin-top: 1em;
	}

	nav.snav>ul li {
		font-size: 3.4375vw;
		/* 11px */
		float: none;
		height: auto;
		margin-right: 0;
		/*background-color: #dc5d5d;*/
	}

	nav.snav>ul li a {
		padding: 0;
		border: none;
		display: block;
	}

	/*  */

	#box_nav h3 {
		float: none;
		font-size: 6.25vw;
		/* 20px */
		margin-top: 0.6em;

	}

	#box_nav h3:after {
		display: none;
	}

	#season_selector {
		display: none;
	}

	/*  */

	#box_cnav {
		width: 98%;
		margin: 0 auto;

		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;
	}

	#btn_prev,
	#btn_next {
		/*position: absolute;*/
		/*top: 24px;*/
		/*margin: 0;*/

		font-size: 3.125vw;
		/* 10px */

		top: 0;

		position: static;
	}

	#btn_prev {
		left: 0.4em;
	}

	#btn_next {
		right: 0.4em;
	}

	#btn_prev a {
		padding-left: 20px;
		padding-top: 0;
	}

	#btn_next a {
		padding-right: 20px;
		padding-top: 0;
	}

	#btn_next a,
	#btn_prev a {
		font-size: 0px;
		width: 0px;
		height: 0px;
	}

	#btn_next a:after,
	#btn_prev a:after {
		/*		content: '';
		width: 36px;
		height: 36px;
		border-top: 4px solid #23b7fe;
		border-right: 4px solid #23b7fe;
		position: absolute;
		top: 0;*/

		width: 18px;
		height: 18px;
		top: -18px;

	}

	/*  */

	#box_cnav div.inner {
		padding-left: 0;
		padding: 0 1em;
		border: none;

		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: flex-start;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;
	}

	p.typo_position {
		font-size: 6.25vw;
		/* 20px */
		height: auto;
		line-height: 1;
		padding-right: 1.2em;
	}

	p.typo_position:after {
		top: 0;
		height: 1em;
		border-right-width: 2px;
	}

	#box_cnav h4 {
		font-size: 5.625vw;
		/* 18px */
		margin: 0;
	}

	#box_cnav h4 span.kana,
	#box_cnav h4 span.typo_name_e {
		font-size: 2.5vw;
		/* 10px */
		/*margin: 0;*/
		display: block;
	}

	#box_cnav h4 span.kana {}

	/*  */

	#contents {
		width: 100%;
	}

	#box_ttl_prof {
		width: 100%;
	}

	#box_ttl_prof h5 {
		font-size: 6.25vw;
		/* 20px */
		margin-bottom: 0.4em;
	}

	#box_ttl_prof h5 br {
		display: none;

	}

	#box_ttl_prof div.sns {
		position: static;
		text-align: center;
		clear: both;
	}

	/*  */

	#box_main_img {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	#box_main_img ul {
		width: 100%;

		order: 1;

		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;

		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;

	}

	#box_main_img ul li {
		float: none;
		margin: 0;
	}

	#box_main_img ul img {
		width: 100% !important;
		height: auto !important;
	}

	#box_main_img ul li:first-child img,
	#box_main_img ul li:first-child {
		width: auto;
		display: none;
	}


	#box_main_img>p {
		width: 100%;
		height: auto;
		float: none;
		min-height: initial;

		order: 0;
	}

	/*  */

	#box_etc {
		width: 96%;
		margin: 0 auto;
	}

	#typo_message {
		font-size: 3.4375vw;
		/* 11px */
		margin-bottom: 1em;
	}

	/*  */

	#box_etc dl dt {
		font-size: 3.4375vw;
		/* 11px */
		float: none;
	}

	#box_etc dl dt,
	#box_etc dl dd {
		padding: 0.2em 0;
	}

	#box_etc>dl dd {
		font-size: 3.4375vw;
		/* 11px */
		padding-left: 0;
		padding-bottom: 0.6em;
		margin-bottom: 0.6em;

	}

	/*  */

	#box_official {}

	#box_player_data h4,
	#box_personal_deta h5,
	#box_conn h6,
	#box_official h6 {

		/*		float: left;
		padding-right: 28px;
		position: relative;
		height: 32px;
		line-height: 1;
		float: left;*/

		font-size: 4.6875vw;
		/* 15px */
		float: none;
		height: 1em;
		padding-right: 0;


	}

	#box_player_data h4:after,
	#box_personal_deta h5:after,
	#box_conn h6:after,
	#box_official h6:after {
		display: none;
		/*		-webkit-transform: skew(-36deg);
		-ms-transform: skew(-36deg);
		-moz-transform: skew(-36deg);
		-o-transform: skew(-36deg);
		transform: skew(-36deg);
		
		content: '';
		
		display: block;
		position: absolute;
		
		top: -8px;
		right: 10px;
		height: 90%;
		
		z-index: 2;
		border-right: 3px solid #2cbafe;*/
	}

	#box_official ul {
		width: 100%;
		margin-left: 0;
		margin-top: 1em;
	}

	#box_official ul:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}

	/*  */

	p.img_sns {
		width: 40%;
		height: auto;
	}

	#box_official li div.inner {
		width: 55%;
		margin: 0;
		padding-top: 0.4em;
		float: right;
	}

	#box_official li div.inner span {
		padding-left: 0 !important;
	}

	#box_official li div.inner span,
	#box_official li div.inner strong {
		font-size: 2.81vw;
		/* 10px */
	}

	#box_official li div.inner img {
		position: static !important;
		display: block;

	}

	/*  */

	#box_conn ul {}

	#box_conn li {
		width: 50%;
		margin-right: 0;
		font-size: 3.125vw;
		/* 10px */
	}

	#box_conn li img {
		width: 96%;
		height: auto;
	}

	/*  */

	div.tab_contents {
		width: 96% !important;
		margin: 0 auto;
	}

	div.tab_contents h5 {
		margin-bottom: 0.4em !important;
		height: auto !important;
	}

	#box_official_site table,
	#J-league_data table,
	#box_prof table {
		margin-bottom: 20px;
	}

	#box_player_data table {
		margin-bottom: 0;
	}

	#box_player_data table th,
	#box_player_data table td {
		width: auto;
	}

	#box_player_data table:first-of-type {
		border-left: 1px solid #dddddd;
	}

	#box_player_data table:first-of-type tr {
		display: block;
	}

	#box_player_data table:first-of-type tr td {
		width: 70%;
		display: block;
		float: left;

	}

	#box_player_data table:first-of-type tr td:first-of-type {
		/*background-color: #000;*/
		width: 30%;
		border-left: none;

	}

	#box_player_data table:first-of-type th {
		display: block;
		width: 100%;
		clear: both;
	}

	/*  */

	#box_player_data h4 {
		margin-top: 2em;
	}

	/*  */


	#box_photo_goods {
		width: 100% !important;
	}

	#box_photo_goods h4 {
		width: 96%;
		margin: 0 auto;

	}

	.flexslider {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.flexslider .slides>li {
		height: auto !important;
	}

	.flexslider .slides img {
		/*width: 100%!important;*/
		max-width: 100%;
		max-height: 100vw;
		width: auto;
		height: auto;
	}

	ul.flex-direction-nav {
		display: none;
	}


	ol.flex-control-thumbs {
		margin-bottom: 0;
	}

	ol.flex-control-thumbs li {
		width: 10%;
		margin: 0;
	}

	.flex-control-thumbs {
		display: none;
	}
}