/*

	女子サッカー

******************************************************/
#nadeshiko-vision-area{
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(25%,#ffebeb), color-stop(50%,#ffebeb), color-stop(75%,#ffebeb), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fff 0%,#ffebeb 25%,#ffebeb 50%,#ffebeb 75%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to right,  #fff 0%,#ffebeb 25%,#ffebeb 50%,#ffebeb 75%,#fff 100%); /* W3C */
	padding: 10px 5px;
	margin: 20px 0 0px;
	border-top: 1px solid #ccc;
}

#nadeshiko-vision-area h3{
	width: 99px;
	height: 13px;
	margin: 10px 0 0 5px;
	float: left;
}

#nadeshiko-vision-area h3 img{
	width: 100%;
	height: auto;
}

#nadeshiko-vision-area #btn-nadeshiko_vision{
	float: right;
}

#nadeshiko-vision-area #btn-nadeshiko_vision a{
	display: inline-block;
	background: #ff8f8e;
	color: #fff;
	padding: 5px 20px 5px 5px;
	position: relative;
}

#nadeshiko-vision-area #btn-nadeshiko_vision a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#nadeshiko-vision-area .body-area{
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}

#national-team-category-area{
	margin: 20px 0 0;
}

#national-team-category-area .head-area{
  border-bottom: 3px solid #1C2F50;
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 10px 10px;
  font-size: 14px;
}

#national-team-category-area .body-area{
	margin: 10px;
}

#legacy_program ul.category-btn{
	margin-top: 20px;
}

#legacy_program ul.category-btn li,
#national-team-category-area .body-area li{
	float: left;
	width: 50%;
}

#national-team-category-area .body-area li a,
#national-team-category-area .body-area li span{
	margin-right: 5px;
}

#legacy_program ul.category-btn li:nth-child(2n),
#national-team-category-area .body-area li:nth-child(2n){
	float: right;
}
#legacy_program ul.category-btn li:nth-child(2n) a,
#legacy_program ul.category-btn li:nth-child(2n) span,
#national-team-category-area .body-area li:nth-child(2n) a ,
#national-team-category-area .body-area li:nth-child(2n) span{
	margin-left: 5px;
}
#legacy_program ul.category-btn li a,
#national-team-category-area .body-area li a{
	display: block;
	background: #ffebeb;
	text-align: center;
	padding: 15px 0;
	color: #ff8f8e !important;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#legacy_program ul.category-btn li span,
#national-team-category-area .body-area li span{
	display: block;
	background: #eee;
	text-align: center;
	padding: 15px 0;
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#competion-area{
	margin: 20px 0 0;
}

#competion-area .head-area{
  border-bottom: 3px solid #1C2F50;
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 10px 10px;
  font-size: 14px;
}

#competion-area .body-area{
	margin: 10px;
}

#competion-area .body-area ul{
	margin: 0;
	padding: 0;
}

#competion-area .body-area li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#competion-area .body-area li a{
	display: block;
	margin: 0 2.5px;
}

#competion-area .body-area li a img{
	width: 100%;
	height: auto;
}

#competion-area .body-area li:nth-child(2n){
	float: right;
}

#link-area{
	margin: 20px 0 0;
}

#link-area h4{
	padding: 0 10px 10px;
	height: 11px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#link-area .link-area-content{
	margin: 0 0 20px;
	padding: 0;
}

#link-area .link-area-content li{
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#link-area .link-area-content li:last-child{
	border-bottom: none;
}

#link-area .link-area-content li div{
	display: table-cell;
	vertical-align: middle;
}

#link-area .link-area-content li .photo{
	width: 64px;
	height: 48px;
}

#link-area .link-area-content li .photo img{
	width: 100%;
	height: auto;
}

#link-area .link-area-content li .text{
	font-size: 10px;
	padding: 0 15px 0 10px;
	line-height: 16px;
}

#link-area .link-area-content-revers{
	margin: 0 0 20px;
	padding: 0;
}

#link-area .link-area-content-revers li{
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 10px 0;
}

#link-area .link-area-content-revers li:last-child{
	border-bottom: none;
}

#link-area .link-area-content-revers li div{
	display: table-cell;
	vertical-align: middle;
}

#link-area .link-area-content-revers li .photo{
	width: 64px;
	height: 48px;
	text-align: right;
	padding-right: 5px;
}

#link-area .link-area-content-revers li .photo img{
	width: 100%;
	height: auto;
}

#link-area .link-area-content-revers li .text{
	font-size: 10px;
	width: 256px;
	padding: 0 15px 0 5px;
}

#link-area .link-area-content-revers li .text span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px;
}


/*
	なでしこビジョン
******************************************************/
.nadeshiko-vision-list{
	margin: 20px 0 10px;
	font-size: 14px;
}

.nadeshiko-vision-list>li{
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.nadeshiko-vision-list>li:last-child{
	border-bottom: none;
}

.future-goals{
	color: #ff7d78;
	background: url(/women/img/icon_flower.gif) no-repeat left center;
	font-weight: bold;
	padding-left: 20px;
	font-size: 18px;
}

.nadeshiko-feature{
	font-size: 14px;
	font-weight: bold;
	border: 3px solid #fe8c8c;
	padding: 10px;
}

.nadeshiko-feature span{
	color: #fe8e8e;
}

.nadeshiko_vIndex p img{
	height:auto;
}
#container #main-colum .section-block a {
	color:#0b8fba;
}

/*
	女子チームのつくりかた
******************************************************/
#progress{
	margin: 5px 0 0;
	font-size: 14px;
}

#progress dt,#progress dd{
	margin: 0;
	padding: 0;
}

#progress dt{
	background: url(/women/img/icon_flower.gif) no-repeat left center;
	font-weight: bold;
	margin: 15px 0 0;
	padding-left: 20px;
}

#progress dd{
	line-height: 28px;
	margin-left: 20px;
}

#progress dd img{
	vertical-align: middle;
	margin-left: 10px;
}

/*
	女子サッカーあれこれ
******************************************************/
.nadeshiko_vFaq p img{
	height:auto;
}

.nadeshiko_vFaq .table_theme1{
	margin-top:5px;
}
.nadeshiko_vFaq .table_theme1 tr th{
	background:#BABABA;
	color:#333;
}
.nadeshiko_vFaq .table_theme1 tr th.normal{
	font-weight:normal;
}
.nadeshiko_vFaq .table_theme1 tr:nth-child(odd) td{
	background: #eaeaea;
}
.nadeshiko_vFaq .table_theme1 tr th.topic, .table_theme1 tr td.topic{
	background:#FFE5E6;
}
#container #main-colum p.quotation{
	text-align:right;
	margin-top:0;
}
.alignCenter{
	text-align:center;
}

/*
	女子チーム活動サポート窓口
******************************************************/

.no-boder{
	border-bottom:none !important;
}
.nadeshiko_vInfo form{
	width:98%;
}
.nadeshiko_vInfo dl dt, .nadeshiko_vInfo dl dd{
	margin-bottom:20px;
	font-size:14px;
}
.nadeshiko_vInfo dl dd span.f12{
	font-size:12px;
}
.nadeshiko_vInfo dl dd span.block{
	display:inline-block;
	line-height:15px;
}
.nadeshiko_vInfo dl dt{
	width:35%;
	float: left;
}
.nadeshiko_vInfo dl dd{
	width:65%;
	margin-left:35%;
}
.nadeshiko_vInfo dl dd input, .nadeshiko_vInfo dl dd textarea{
	width:95%;
	font-size:14px;
	padding:5px;
	line-height:160%;
}
.nadeshiko_vInfo dl dd textarea{
 	min-height:100px;
}
.nadeshiko_vInfo dl dd input.pict{
	width:40%;
}
.nadeshiko_vInfo p input[type="submit"]{
	font-size:18px;
	padding: 5px 15px;
	margin:20px auto;
	cursor:pointer;
}
.nadeshiko_vInfo p.confirm input[type="submit"]{
	font-size:14px;
	padding: 5px 10px;
	margin:20px 10px;
}

#container #main-colum .nadeshiko_vInfo p.mtb30{
	margin:30px 0;
}
table.vInfo_table{
	border:0;
	border-top: 1px solid #ccc;
}
table.vInfo_table td{
	border:0;
	border-bottom: 1px solid #ccc;
	background:#fff;
	padding:10px;
}


/* nadeshiko_vision */
.nadeshiko_vision{
	padding: 20px;
	border: #dc3499 1px solid;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
}

.nadeshiko_vision h3{
  color:#de5b5b;
  font-size:140%;
}

.nadeshiko_vision h3:first-letter{
  color:#dc3499;
  font-size:180%;
}

.nadeshiko_vision li {
	position: relative;
	margin-left: 30px;
	font-size: 14px;
	margin-top: .5em;
	font-family: Arial, sans-serif;
	color: #333;
}

.nadeshiko_vision li:first-child {
	margin-top: 0;
}

.nadeshiko_vision li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 8px;
	height: 8px;
	background-color: #dc3499;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nadeshiko_vision span {
	display:block;
  font-size:140%;
  color: #dc3499;
  margin-top: 15px;
  font-weight: bold;
}



/* ------------------------------------- */

.match-links .link-content li a .title,
.match-links .link-content li.link_off span .title{
	/*
  display: block !important;
	font-size: 12px !important;
	*/
}

.competion_top_img {
margin-bottom:20px;
}

.competion_top_img img {
	width: 100%;
	height: auto;
}

h3  {
margin-top:20px;
}

/*

	女子サッカー選手のセカンドキャリア

******************************************************/

#secondcareer-area {
    background: url(/women/secondcareer/img/bg_secondcareer.png) repeat-y center top;
    padding: 0 0 1px 0;
}


/*
	Associate-Pro（A-Pro）ライセンス
******************************************************/
.items {
	display: flex;
	margin-top: 25px;
	flex-direction: column;
}

.item01 {
	background: #b2ecff;
	width:100%;}

.item02 {
	width:100%;
	color: #052667;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-body {
	padding: 15px;
}
.item-title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-align: center;
}
.item-body p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.item .plus{
	color: #052667;
}

.apro_ttl{
	font-weight: bold;
	font-size: 18px !important;
	color: #052667;
	text-align: center;
}



/*
	JFA 女子サッカーデー
******************************************************/
#womensfootballday-area {
				background: url(/women/womensfootballday2020/img/bg_womensfootballday.png) repeat-y center top;
				padding: 35px 0;
}

#womensfootballday-area .outer-inner{
padding:15px;
}


#womensfootballday-area .photo_box_l{
text-align: center;
display:block;
margin-bottom:10px;
}

#womensfootballday-area .photo_box_lll{
text-align: center;
display:block;
margin-bottom:10px;
}


.womensfootballday {
    width: 100%;
    margin: 0 auto 30px;
}
.womensfootballday .section-block {
    margin: 0 3%;
}
.womensfootballday .section-block h4 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #1c2f51;
    padding: 5px;
    margin: 10px 0;
}

.womensfootballday .section-block h5 {
	font-size: 12px;
	font-weight: 700;
	color: #052667;
	padding: 0 0 5px;
	margin: 15px 0 0;
}


.womensfootballday .section-block p {
    font-size: 14px;
}

.womensfootballday .select_year {
	padding:  10px;
	background: #052667;
}

.womensfootballday .select_year h5{
	text-align:center;
	margin-top:5px;
	color:#fff;
}


.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
