@charset "utf-8";
/*
* sp_youth_development.css
* 選手育成
*
*/
/* h2-area
-------------------------------------------------- */
/* line 10, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#h2-area {
  display: none;
}

/* line 14, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#jfa-acatdemy-area {
  display: none;
}

/* line 18, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
.color_link {
  padding: 0px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.color_link span{
  padding: 5px;
  display: block;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.color_link span.current{
	font-weight: bold;
}
/* line 121, youth_development.scss */
.color_link a {
  color: #0B8FBA;
  font-size: 14px;
  padding: 5px;
  position: relative;
  display: block;
}

.color_link a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


/* line 29, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd strong {
  text-align: center;
  padding: 5px;
  background: #e0d7c8;
  display: block;
}
/* line 35, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd p {
  padding: 10px;
  background-color: #ECE7DD;
  margin: 0;
}
/* line 39, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd p.gray {
  background-color: #EEEEEE;
}
/* line 43, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd .arrow {
  text-align: center;
}
/* line 47, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd .col_2 .left {
  float: left;
  width: 48%;
}
/* line 51, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd .col_2 .right {
  float: right;
  width: 48%;
}
/* line 57, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd .col_3 .left {
  float: left;
  width: 32%;
  margin-right: 2%;
}
/* line 62, ../../../../../../Desktop/sp_youth_development/sp_youth_development.scss */
#container #main-colum .qualifying_activity .bd .col_3 .right {
  float: right;
  width: 32%;
}



/* JFAエリートプログラム
-------------------------------------------------- */
.section-inner{
	margin: 0px 0 20px;
}

.section-inner .bold{
	font-weight: bold;
	font-size: 12px;
}

.section-inner .table_elite_program,
.section-inner .table-gk-camp{
	margin: 0px 0 0px;
	font-size: 10px;
}

.section-inner .table_elite_program thead tr td,
.section-inner .table-gk-camp thead tr td{
	background: #bababa;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
}


.section-inner .table_elite_program tbody tr td,
.section-inner .table-gk-camp tbody tr td{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.section-inner .table_elite_program tbody:nth-child(odd) tr td,
.section-inner .table-gk-camp tbody:nth-child(odd) tr td{
	background: #eaeaea;
}


/* profile
-------------------------------------------------- */

.profile_list li {
	width:40%;
	float:left;
	margin-right:10px;
	margin-left:10px;
}

.ref_profile .first_class,
.ref_exchange .table_exchange {
	border-collapse:collapse;
}

.ref_profile .first_class td,
.ref_profile .first_class th,
.ref_exchange .table_exchange th,
.ref_exchange .table_exchange td {
	padding:5px;
	border:solid 1px #ccc;
}

.ref_profile .first_class th,
.ref_exchange .table_exchange th {
	background:#bababa;
}

.ref_profile .first_class td,
.ref_exchange .table_exchange td {
	background:#f0f0f0;
}

.ref_exchange .table_exchange td.num {
	background:#eaeaea;
}


#container #main-colum .profile_list ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}


#container #main-colum .profile_list li {
	margin-bottom:15px;
}

#container #main-colum .profile_list li p.capa {
    font-size:80%;
    line-height:130%;
    margin:5px 5px 5px 0px !important;
}


#container #main-colum .profile_list li p.name {
	font-weight:bold;
	font-size:100%;
	line-height:150%;
	margin:0px 5px 0px 0px;
}

#container #main-colum .profile_list li p.info {
    font-size:80%;
	line-height:140%;
	margin:3px 0px 0px 0px;
}


#container #main-colum .profile_list li img {
	border: solid 1px #CCC;
	padding:2px;
}

.ref_profile .btn_pdf {
	background:url(/football_family/img/medical/icon_pdf.gif) no-repeat 0 center;
	padding:5px 5px 5px 20px;
}

.ref_profile .profile_inter_list {
	margin:0 auto;
	width:90%;
}

.ref_profile .profile_inter_list li {
	margin-bottom:20px;
}

.ref_profile .profile_inter_list .photo img,
.ref_profile .profile_hist_list .photo img,
.ref_profile .main_info .photo img {
	border: solid 1px #CCC;
	padding:2px;
	margin-bottom:10px;
}

.ref_profile .profile_inter_list dl {
	margin-top:0;
}

.ref_profile .profile_inter_list dl dt.name {
	font-size:14px;
	font-weight:bold;
}

.ref_profile .profile_inter_list dl dd {
	margin-left:0;
	margin-top:10px;
}

.ref_profile .profile_hist_list {
	width:90%;
	margin:0 auto;
}

.ref_profile .profile_hist_list li:nth-child(odd) {
	width:48%;
	float:left;
	height:320px;
}

.ref_profile .profile_hist_list li:nth-child(even) {
	width:48%;
	float:right;
	height:320px;
}

.ref_profile .profile_hist_list .photo {
	width:95%;
}

.ref_profile .profile_hist_list dl {
	margin-top:0;
}

.ref_profile .profile_hist_list dt {
	font-size:14px;
	font-weight:bold;
}

.ref_profile .profile_hist_list dd {
	margin-left:0;
}

.ref_profile .profile_hist_list dd.info {
	margin-top:10px;
	min-height:6em;
}

.ref_profile .profile_hist_list dd.btn_detail a {
	background:url(/football_family/img/medical/ico_arrow.jpg) no-repeat 0 center;
	padding-left:15px;
	margin-bottom:10px;
}

.ref_profile .prof_hist,
.ref_exchange .table_exchange {
	border-collapse:collapse;
	width:100%;
}

.ref_profile .prof_hist td,
.ref_profile .prof_hist th,
.ref_exchange .table_exchange th,
.ref_exchange .table_exchange td {
	padding:5px;
	border:solid 1px #ccc;
}

.ref_profile .prof_hist th,
.ref_exchange .table_exchange th {
	background:#bababa;
}

.ref_profile .prof_hist td,
.ref_exchange .table_exchange td {
	background:#f0f0f0;
}

.ref_exchange .table_exchange td.num {
	background:#eaeaea;
}

.ref_profile .main_info {
	margin-top:30px;
	margin-bottom:20px;
}

.ref_profile .main_info .photo {
	width:40%;
	float:left;
	padding-left:10px;
}

.ref_profile .main_info .photo img {
	width:90%;
}

.ref_profile .main_info .name {
	font-weight:bold;
	padding-top:10px;
	margin-bottom:0;
}

.ref_profile .main_info .kana {
	margin-top:0;
}

.ref_profile .table_award,
.ref_training .table_training {
	font-size:14px;
}

.ref_training .table_training ul {
	list-style-type:disc;
	margin-left:20px;
}

.ref_training .table_training.th_bold dt {
	font-weight:bold;
}

.ref_exchange .table_exchange td.bg_yellow {
	background:#fff7d8;
}

.ref_exchange .fig_exchange {
	float:right;
	margin-left:15px;
	width:40%;
}

.college_logo img{
	display:block;
	margin:auto;

.media .bd p {
	margin:0;
}

.media .bd dl,.media .bd dt,.media .bd dd{
	margin:0;
}

.media .bd dl{
	margin:0 0 10px;
}

.media .bd dd img{
	padding:5px 0 0 5px;
}

.media .bd dd a{
	color:#0B8FBA;
}