@charset "utf-8";
/*
* sp_common.css
*
*/

/*キーカラーリスト
**************************************************************
サイトカラー：#1c2f51
サッカーファミリー：#ec6901
選手育成：#c3d726
審判：#f6b501
指導者：#43931a
日本代表：#1a5ee3
大会・試合：#b24fac
社会貢献活動：#f96063
JFA：#3c4db5

*/

.disp_pc{
	display: none;
}

html {-webkit-text-size-adjust: 100%;}

body {
  background: #fff;
  color: #333;
  font: 12px  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica neue, Arial, sans-serif;
  margin: 0;
  width: 320px;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height:auto;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* page_top_btn
-------------------------------------------------- */
#page-top{
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 40px;
	z-index: 100;
}



/* hx
-------------------------------------------------- */
h1 {
  background-size: 89px;
  margin: 10px 2%;
  width: 140px;
  height:auto;
}

h2 {
  margin: 0;
  padding: 20px;
}

h3 {
  margin: 0;
}




/* outer
-------------------------------------------------- */
.outer-block {
  margin: 10px auto;
  position: relative;
}

.outer-block .outer-inner {
  margin: 0 auto;
  position: relative;
}

.ttl_wrap01{
  border-bottom: 3px solid #1C2F50;
  position: relative;
  margin: 30px 0px 15px;
}

.ttl_wrap01 .ttl_inner h3{
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}


.ttl_wrap02{
  border-bottom: 3px solid #1C2F50;
  position: relative;
  margin: 30px 0 15px;
}

.ttl_wrap02 .ttl_inner h3{
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	float: left;
}

.ttl_wrap02 .ttl_inner{
	height: 100%;
	overflow: hidden;
}

.ttl_wrap02 .ttl_inner #btn-list{
	position: absolute;
	width: 123px;
  right: 5px;
  top: 12px;
	height: 24px;
}

.ttl_wrap02 .ttl_inner #btn-list img{
	width: 100%;
	height: auto;
}



/* header
-------------------------------------------------- */
#header {
  border-top: 4px solid #1c2f50;
}

#header .top-block {
  background: #d9d9d9;
  border-top: #bdbdbd;
  padding: 10px 0;
  width: 100%;
  margin: 8px 0 0;
}

#header .top-block .search {
  float: left;
  height: 36px;
  margin: 0 0 0 2%;
  position: relative;
  width: 64%;
}

#header .top-block .search .gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right: 5px;
}

#header .top-block .search-box {
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 30px;
  padding: 0 40px 0 8px;
  width: 100%;
}

#header .top-block .search-btn {
  appearance: none;
  -webkit-appearance: none;
  background: url(/common/sp-img/sp-search-btn.png) no-repeat;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-size: 28px 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}

#header .top-block .declare {
  background: #223455;
  float: left;
  margin: 0 0 0 3%;
  width: 29%;
}


#header .top-block .declare a {
  color: #fff;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#header .top-block .top-menu {
  clear: both;
  margin: 5px 0;
}

#header .top-block .top-menu li {
  background: #bdbcbd; /* Old browsers */
  background: -moz-linear-gradient(top,  #bdbcbd 0%, #fff 2%, #fff 46%, #fdfdfd 63%, #eeeeee 98%, #bdbcbd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbcbd), color-stop(2%,#fff), color-stop(46%,#fff), color-stop(63%,#fdfdfd), color-stop(98%,#eeeeee), color-stop(100%,#bdbcbd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #bdbcbd 0%,#fff 2%,#fff 46%,#fdfdfd 63%,#eeeeee 98%,#bdbcbd 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #bdbcbd 0%,#fff 2%,#fff 46%,#fdfdfd 63%,#eeeeee 98%,#bdbcbd 100%); /* W3C */
  border: solid 1px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-weight: bold;
  margin: 0 0 0 1%;
  text-align: center;
  width: 31.5%;
}

#header .top-block .top-menu li:first-child {
  margin: 0 0 0 2%;
}

#header .top-block .top-menu li:first-child a:before {
  background: url(/common/sp-img/sp_topmenu_entry_ico.png) no-repeat 0 2px;
  background-size: 15px 11px;
  content: '';
  display: inline-block;
  height: 13px;
  margin: 0 3px 0 0;
  vertical-align: -1px;
  width: 15px;
}

#header .top-block .top-menu a {
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}

#header .top-block .top-menu img {
  display: none;
}

#header .gnavi {
  clear: both;
  width: 100%;
}

#header .gnavi>li {
  display: table;
  float: left;
  width: 25%;
}

#header .gnavi>li a {
  background: #f5f5f5;
  border-bottom: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  color: #1c2f51;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#header .gnavi>li.active a {
  color: #fff;
}

#header .gnavi>li.national a { border-bottom: 0; }
#header .gnavi>li.match a { border-bottom: 0; }
#header .gnavi>li.social a { border-bottom: 0; }
#header .gnavi>li.jfa a { border-bottom: 0; }

#header .gnavi>li.coach a { border-right: 0; }
#header .gnavi>li.jfa a { border-right: 0; }

#header .gnavi>li.family.active a { background: #ec6901; }
#header .gnavi>li.youth.active a { background: #c3d726; }
#header .gnavi>li.referee.active a { background: #f6b501; }
#header .gnavi>li.coach.active a { background: #43931a; }
#header .gnavi>li.national.active a { background: #1a5ee3; }
#header .gnavi>li.match.active a { background: #b24fac; }
#header .gnavi>li.social.active a { background: #f96063; }
#header .gnavi>li.jfa.active a { background: #3c4db5; }

#header .gnavi .subnavi,
#header .header-underline {
  display: none;
}

/* subnavi
-------------------------------------------------- */
#subnavi {
  position: relative;
}

#subnavi .head-area {
  background: #f2f2f2;
  border-top:1px solid #dad9d9;
  border-bottom:1px solid #dad9d9;
  position: relative;
  height:50px;
  padding:0 5px;
}
.default #subnavi .head-area{border-top: 5px solid #ccc }
.family #subnavi .head-area{border-top: 5px solid #ec6901 }
.youth #subnavi .head-area{border-top: 5px solid #c3d726 }
.referee #subnavi .head-area{border-top: 5px solid #f6b501 }
.coach #subnavi .head-area{border-top: 5px solid #43931a }
.match #subnavi .head-area{border-top: 5px solid #b24fac }
.social #subnavi .head-area{border-top: 5px solid #f96063 }
.jfa #subnavi .head-area{border-top: 5px solid #3c4db5 }
.national #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2019 #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2018 #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2017 #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2016 #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2015 #subnavi .head-area{border-top: 5px solid #1a5ee3 }
.national_team_2014 #subnavi .head-area{border-top: 5px solid #1a5ee3 }



#subnavi .head-area .title {
  font-size: 20px;
  font-weight: bold;
  line-height:50px;
  padding:0;
}

#subnavi .head-area .title img{
  background:none;
}

#subnavi .head-area .menu-btn {
  height: 30px;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 50px;
}

#subnavi .body-area {
  background: #1a2d4d;
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50px;
  z-index: 10001;
  padding: 5px 0 10px;
}

#subnavi .subnavi {
  background: #fff;
	margin: 0 5px;
}

#subnavi .subnavi li {
  position: relative;
}

#subnavi .subnavi li a {
  color: #232323;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 24px 8px 8px;
  border-top: solid 1px #ccc;
  position: relative;
}

#subnavi .subnavi li a.active{
	background: #ededed;
}

#subnavi .subnavi li a.active: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(135deg);
	transform: rotate(135deg);
	content: "";
}

#subnavi .subnavi li a:not(.active):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: "";
}

#subnavi .subnavi li a img{
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#subnavi .bold{
  color: #232323;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 8px 24px 8px 8px;
  border-top: solid 1px #ccc;
  position: relative;
}

#subnavi .subnavi ul.sub-content{
	background: #f0f0f0;
}

#subnavi .subnavi ul.sub-content a{
	padding: 8px 20px;
	font-size: 12px;
	position: relative;
}

#subnavi .subnavi ul.sub-content a:before {
display: block;
position: absolute;
top: 50%;
left: 10px;
width: 7px;
height: 7px;
margin-top: -2px;
border-top: solid 2px #7f7f7f;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
content: "";
}

/* pankz
-------------------------------------------------- */
.pankz{
  display:none;
}

/* visual-area-top　8件用
-------------------------------------------------- */
#visual-area-top {
  margin: 0 0 20px;
}
#visual-area-top .photo-box {
  overflow: hidden;
  position: relative;
}
#visual-area-top .photo-box .frame {
  height: 234px;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  position: relative;
  top: 0;
  width: 800%;
}
#visual-area-top .photo-box .frame li {
  float: left;
  position: relative;
  width: 12.5%;
}
#visual-area-top .photo-box .frame li img {
  width: 100%;
}
#visual-area-top .photo-box .text {
  background: url(/img/visual_text_area.png) no-repeat;
  background-size: auto 49px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 1.2;
  padding: 5px 0 0 5%;
  position: absolute;
  width: 95%;
}
#visual-area-top .text-box {
  display: none;
}
#visual-area-top .indicator {
  clear: both;
  padding: 5px 0 0;
  text-align: center;
}
#visual-area-top .indicator li {
  background: #8d8d8d;
  box-shadow: 1px 1px 1px #666 inset;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  width: 12px;
}
#visual-area-top .indicator .active {
  background: #192c4c;
}


/* visual-area 6件用
-------------------------------------------------- */
#visual-area {
  margin: 0 0 20px;
}

#visual-area .photo-box {
  overflow: hidden;
  position: relative;
}

#visual-area .photo-box .frame {
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  position: relative;
  top: 0;
  width: 600%;
}

#visual-area .photo-box .frame li {
  float: left;
  position: relative;
  width: 320px;
}

#visual-area .photo-box .frame li img {
  width: 100%;
}

#visual-area .photo-box .text {
  background: url(/common/img/visual_text_area.png) no-repeat;
  background-size: auto 49px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 1.2;
  padding: 5px 0 0 5%;
  position: absolute;
  width: 95%;
}

#visual-area .text-box {
  display: none;
}

#visual-area .indicator {
  margin: 5px 0;
  text-align: center;
}

#visual-area .indicator li {
  background: #8d8d8d;
  box-shadow: 1px 1px 1px #666 inset;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  width: 12px;
}

#visual-area .indicator .active {
  background: #192c4c;
}


/* news-area
-------------------------------------------------- */
#news-area .head-area{
  border-bottom: 3px solid #1C2F50;
  position: relative;
  height: 40px;
  margin: 30px 0 0;
}
#news-area .head-area img{
  width: 100%;
}
#news-area .head-area h3{
  position: absolute;
  left: 5px;
  top: 5px;
  width: 47px;
  height: 15px;
}
#news-area .head-area .list-btn{
  position: absolute;
  top: 0;
  right: 5px;
  width: 54px;
  height: 24px;
}

/*ニュース一覧へのリンクをつける場合*/
.newslist_btn_area{
	position: relative;
	z-index:9999;
}
.newslist_btn_area .newslist_btn{
  position: absolute;
  top: 25px;
  right: 5px;
  width: 54px;
  height: 24px;
  z-index:9999;
}

#news-area .head-area h3 .pc_text_news{display:none;}
#news-area .head-area .list-btn .pc_news_list_btn{display:none;}
#news-area .head-area .rss-btn .pc_news_rss_btn{display:none;}
#news-area .head-area .rss-btn{
  position: absolute;
  top: 0;
  right: 70px;
  width: 54px;
  height: 24px;
}

#news-area .body-area .news-content li+li{
  border-top: 1px solid #ccc;
}
#news-area .body-area .news-content li a{
  display: block;
  padding: 10px 5px;
  position: relative;
  min-height: 45px;
}
#news-area .body-area .news-content li .photo{
  width: 60px;
  border: 1px solid #ccc;
  float: left;
}
#news-area .body-area .news-content li .new-icon{
  width: 19px;
  position: absolute;
  left: 75px;
  top: 10px;
}
#news-area .body-area .news-content li .text-area{
  padding: 0 0 0 70px;
  line-height: 1.4;
}

#news-area .body-area .news-content li .text-area .date{
  text-align: right;
  font-size: 10px;
  margin: 0 0 5px;
}

.pc_text_news{
	display: none;
}

/*ニュース一覧のサムネイル出し分け*/
.photo.news_thumb,
.newsListLabel{display: none;}
body.jyd .photo.news_thumb,
body.jyd .news-list02 .newsListLabel
{display: block;}


/* link-area
-------------------------------------------------- */
.link-content{
	margin: 5px 0;
  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;
}

.link-content li {
  float: left;
  width: 46%;
  padding: 5px 0;
  margin: 0 5px 5px;
  position: relative;
  border: 1px solid #ccc;
}

.link-content li.link_off {
  border: 1px solid #ccc;
	background:#DBDBDB;
	color:#666;
}

.link-content li .photo {
  margin: 1px;
  padding:0 5px;
}
.link-content li .photo img{
	width:100%;
}

.link-content li .title,
.link-content li .title2 {
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
	line-height:110%;
}

.link-content li .title p{
	margin: 0;
	padding: 0;
}

.link-content li .title p span{
	display: inline;
	margin-right: 10px;
}
.link-content li .title p span a{
	display: inline;
}
.link-content li .title.pdf-download p span{
	margin-right: 0;
	margin-top: 2px;
}
#about_jfa .link-content li .jfa_plofile {
  display: block;
  padding: 5px 0;
  margin: 0 5px 5px;
  position: relative;
  border: 1px solid #ccc;
}

#about_jfa .link-content li .pdf-download a{
	border: none;
	font-size: 10px;
}

/* link-content _s 小さいボタンリンクの設定
-------------------------------------------------- */
ul.link-content_s {
	/*padding:10px 0 0 10px;*/
	display:block;
}

.link-content_s li {
  display: table;
  margin: 10px auto !important;
  width: 90%;
  box-sizing: border-box;
  background: #052667;
}
.link-content_s li.blank {
	background:url(/common/img/ico_blank_local_nav.png) no-repeat 98% center #052667;
}

.link-content_s li.blank a:after {
	display:none;
}

.link-content_s li.link_off {
  display: table;
  margin: 10px auto !important;
  width: 90%;
  box-sizing: border-box;
  background: #052667;
}


/*
.link-content_s li.link_off {
	border:1px solid #ccc;
  background:#f4f4f4;
  float: left;
  display: table;
  margin: 0 12px 15px 0;
  width: 45%;
}
*/
.link-content_s li.link_off img{
	text-decoration: none;
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=50)';
  opacity: .5;
}

.link-content_s li:nth-child(2n){
	margin-right: 0;
}

.link-content_s li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.link-content_s li a:after {
    font-family: "Ionicons";
    font-size: 18px;
    content: "\f3d1";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
}
.link-content_s li a:hover{
	text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}

.link-content_s li .photo {
	display: table-cell;
	width:92px;
	height:auto;
}

.link-content_s li .photo img{
	width:100%;
	height:auto;
}
.link-content_s li .title {
    display: table-cell;
    vertical-align: middle;
	text-align:left;
    font-weight: bold;
    font-size:14px;
	line-height:1.5;
    color: #fff;
	word-wrap:break-word !important;
  font-weight: normal;
  padding: 10px;
}


.link-content_s li.link_off .title {
	color:#999 !important;
	word-wrap:break-word !important;
}

.link-content_s li .title span{
	display: block;
	font-size: 12px;
}

.link-content_s li .title p{
	margin: 0;
	padding: 0;
}

.link-content_s li .title p span{
	display: inline;
	margin-right: 15px;
}

.link-content_s li .title p span a{
	display: inline;
}

.link-content_s li .title p span img{
	vertical-align: middle;
	margin-right: 2px;
}

.sttl-link-content{
	border-bottom:1px solid #d2d2d2;
	color:#000;
	font-size:140%;
	font-weight:bold;
	margin:0 0 10px;
	padding:20px 5px 5px 10px;
	text-align:center;
 }

/* sitemap
-------------------------------------------------- */
#sitemap{
	border-top: 5px solid #1c2f51
}
#sitemap h3 {display: none;}
#sitemap .sitemap-content h4 {
  border-top: solid 1px #ccc;
  margin: 0;
  position: relative;
}

#sitemap .sitemap-content h4: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: "";
}
#sitemap .sitemap-content li.active h4:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #1c2f51;
	border-right: solid 2px #1c2f51;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}
#sitemap .sitemap-content li.active h4 a {
  color: #1c2f51;
}

#sitemap .sitemap-content a {
  color: #232323;
  display: block;
  padding: 10px;
}
#sitemap .sub-sitemap {display: none;}
#sitemap .active .sub-sitemap {
  display: block;
}

#sitemap .sub-sitemap li {
  background: #7f7f7f;
}

#sitemap .sub-sitemap li.category{
  color: #fff;
  padding: 5px 10px;
  font-weight:bold;
}

#sitemap .sub-sitemap li+li {
  border-top: solid 1px #6b6b6b;
}

#sitemap .sub-sitemap li span {
  display: block;
}
#sitemap .sub-sitemap li span+span {
  border-top: solid 1px #6b6b6b;
}
#sitemap .sub-sitemap li a {
  color: #fff;
  padding: 5px 10px;
}

/* footer
-------------------------------------------------- */
#footer {
  background: #1c2f51;
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
}

#footer  .logo-img,
#footer  .logo-text{
  display: none;
}

#footer .about-link {
  text-align: center;
}

#footer .about-link li {
  display: inline-block;
  border-right: solid 1px #fff;
  line-height: 1;
  margin: 4px 0;
  padding: 0 10px;
}

#footer .about-link li:last-child {
  border-right: 0;
}

#footer .about-link li a {
  color: #fff;
}

#footer .copyright{
  margin: 5px 0 0;
  text-align: center;
}

/* slider
-------------------------------------------------- */
#slider .slider-wrap {
  position: fixed;
  top: -2000px;
}

#slider .slider-wrap-sp {
  background-color: #f2f2f2;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: auto 8px, auto 8px;
  height:163px;
  overflow: hidden;
  padding: 9px 0 0;
  position: relative;
  top: 0;
}
#slider .slider-wrap-sp .left_arrow {
  cursor: pointer;
  height:24px;
  position:absolute;
  top:70px;
  left:5px;
  width:13px;
}
#slider .slider-wrap-sp .right_arrow {
  cursor: pointer;
  height:24px;
  position:absolute;
  top:70px;
  right:5px;
  width:13px;
}
#slider .slider-wrap-sp .frame-wrap {
  height: 146px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width:268px;
}
#slider .slider-wrap-sp .frame {
  position: relative;
  width: 100%;
}
#slider .slider-wrap-sp .frame li {
  float: left;
  height: 152px;
  width: 134px;
}
#slider .slider-wrap-sp .frame a {
  display: block;
  height: 70px;
  margin: 4px auto;
  width: 130px;
}
#slider .slider-wrap-sp .frame li .photo {
  text-align: center;
}
#slider .slider-wrap-sp .frame li .photo img {
  width: 120px;
}

/*
	table
-------------------------------------------------- */
.list-table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 10px;
	line-height: 14px;
}

/*4カラム*/
.col4{
	margin: 0;
	padding: 0;
}
.col4 thead tr td{
	font-weight: bold;
	background: #f0f0f0;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.col4 tbody tr td{
	padding: 5px;
	width: 25%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.col4 tbody tr td ul li{
	vertical-align: middle;
}
.col4 tbody tr td ul li span{
	display: none;
}
table tbody tr td.expire,
table tbody tr td.category{
	text-align: center;
}

/*
	News category Icon
-------------------------------------------------- */
.news-kate{
  text-align:center;
  color:#FFF;
  padding:2px 0;
  width:100px;
  font-size: 10px;
}

.kate-family{background: #ec6901;}
.kate-respect{background: #ec6901;}
.kate-youth{background: #c3d726;}
.kate-referee{background: #f6b501;}
.kate-coach{background: #43931a;}
.kate-national{  background:#1a5ee3;}
.kate-match{background: #b24fac;}
.kate-social{background: #f96063;}
.kate-jfa{background: #3c4db5;}
.kate-women{background: #858585;}
.kate-futsal{background: #858585;}
.kate-default{background: #858585;}
.kate-football_museum{background: #ec6901; font-size:8px;}
.kate-smc{background: #ec6901; font-size:8px;}
.kate-nadeshikohiroba{background: #ec6901;}
.kate-national_team_2014{  background:#1a5ee3;}
.kate-national_team_2013{  background:#1a5ee3;}
.kate-samuraiblue_2013{  background:#1a5ee3;}
.kate-nadeshikojapan_2013{  background:#1a5ee3;}
.kate-jyd{background: #3c4db5; font-size:6px;}
.kate-mie{background: #001e55;}
.kate-nfc{background: #33ba7f;}
.kate-grass_roots{background: #ec6901;}
.kate-medical{background: #e36e88;}
/*
	page layout
-------------------------------------------------- */
#page-title{
	/* background: #fff; /* Old browsers */ */
	/* background: -moz-linear-gradient(top,  #fff 0%, #e5e5e5 100%); /* FF3.6+ */ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ */
	/* background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ */
	/* background: -o-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */ */
	/* background: -ms-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* IE10+ */ */
	/* background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ */
	/* padding: 15px 10px;
	position: relative; */
}

#page-title h3{
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	background: #052667;
	padding: 10px;
	color: #fff;
	/* border-left: 8px solid #1c2f51 */
}

#page-title h3 span{
	display: block;
}

#page-title #btn-gellery-menu a{
	position: absolute;
	right: 10px;
}

/*外部サイトでニュースを埋め込む場合に使用
外部側で通常版を非表示設定にする*/
#page-title_02{
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 15px 10px;
	position: relative;
}

#page-title_02 h3{
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	border-left: 8px solid #1c2f51
}

#page-title_02 h3 span{
		display: block;
	}

#page-title_02 #btn-gellery-menu a{
	position: absolute;
	right: 10px;
}

.section-block h4{
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #1c2f51;
	padding: 5px;
	margin: 10px 0;

}

.section-block h5{
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font-size: 12px;
}

#main-colum p{
	font-size: 14px;
	line-height: 24px;
}

#container #main-colum .section-block{
	margin-bottom: 0 0 20px;
}

#container #main-colum .img-title{
	margin-bottom: 10px;
}

/*
	NEWS 一覧
-------------------------------------------------- */
.result-search{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.result-search span{
	display: block;
}

/*カテゴリーアイコンあり*/
.news-list>li{
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.news-list>li:nth-child(even){
	/*background: #f0f0f0;*/
}

.news-list>li:last-child{
	border-bottom: none;
}

.news-list>li a{
	position: relative;
	display: block;
    padding: 10px 30px 10px 0;
}
.news-list>li a .date{
    font-family: 'Overpass', sans-serif;
    font-size: 11px;
    color: #666;
}
.news-list>li a .text-news{
    font-size: 11px;
    color: #0b8fba;
    text-decoration: underline;
    line-height: 1.8;
}
.news-list>li 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: "";
}

.news-list>li span{
	display: inline-block;
	padding: 0 5px;
}


.news-list li span.text-news{
	display: block;
}

.news-list>li span img{
	margin: 0 5px 0 0;
}


/*カテゴリーアイコンなし*/
.news-list02>li{
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.news-list02>li:nth-child(even){
	background: #f0f0f0;
}

.news-list02>li:last-child{
	border-bottom: none;
}

.news-list02>li a{
	position: relative;
	display: block;
	padding: 0 10px;
	padding-right: 15px;
}

.news-list02>li 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: "";
}

.news-list02>li span{
	display: inline-block;
	padding: 0 5px;
}

.news-list02 li span.text-news{
	display: block;
}

/*ページング*/
.news-list-paging{
	text-align: center;
	margin: 10px 0;
}
.news-list-paging>span{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,  #fff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
}

.news-list-paging>span a{
	display: block;
	padding: 5px 10px;
}
.news-list-paging>span .number{
	width: 75px;
}
.news-list-paging>span .first{
	position: relative;
	padding-left: 20px;
}

.news-list-paging>span .first:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #343434;
	border-right: solid 2px #343434;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	content: "";
}
.news-list-paging>span .last{
	position: relative;
	padding-right: 20px;
}
.news-list-paging>span .last:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #343434;
	border-right: solid 2px #343434;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.outer-archieves,.news-navi{
	margin: 10px 0 0;
}
.outer-archieves .news-category-name,
.category-name{
	font-size: 12px;
	font-weight: bold;
	background: #1c2f51;
	padding: 5px;
	color: #fff;
}
.outer-archieves .select-archieves{
	padding: 5px;
	background: #f0f0f0;
}
.outer-archieves .select-archieves select{
	border: 1px solid #ccc;
	background: #fff;
	width: 30%;
}
.outer-archieves .select-archieves input{
	width: 35%;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
}

.outer-archieves .select-archieves .select-category{
	margin-bottom: 5px;
}

.outer-archieves .select-archieves .select-sub-category{
	margin: 0 0 5px;
	width: 49%;
}
.outer-archieves .select-archieves .select-sub-category:nth-child(2){
	float: left;
}

.outer-archieves .select-archieves .select-sub-category:nth-child(3){
	float: right;
}

.outer-archieves .select-archieves .select-category select,
.outer-archieves .select-archieves .select-sub-category select{
	width: 100%;
}


/*NEWS MENU*/
#container #sub .news-navi{
	margin: 0;
}

#container #sub .news-navi li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#container #sub .news-navi li a.switch{
	position: relative;
	padding-left: 25px;
}

#container #sub .news-navi li a.switch:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #787878;
	border-right: solid 2px #787878;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#container #sub .news-navi li a.switch.active:before {
display: block;
position: absolute;
top: 50%;
right: 10px;
width: 7px;
height: 7px;
margin-top: -6px;
border-top: solid 2px #1c2f51;
border-right: solid 2px #1c2f51;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
}

#container #sub .news-navi .sub-content{
	display: none;
	background: #f0f0f0;
}

#container #sub .news-navi .sub-content.disp{
	display: block;
}

#container #sub .news-navi .sub-content li a{
	position: relative;
}

#container #sub .news-navi .sub-content 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: "";
}


/*
	試合詳細テーブル
-------------------------------------------------- */
.match-result{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10px;
	line-height: 16px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 15px;
}

.match-result thead tr td{
	background: #bababa;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 2px;
	text-align: center;
}

.match-result tbody tr td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 2px;
	text-align: left;
	background: #f0f0f0;
}

table.match-result tr:nth-child(even) td{
	background: #eaeaea;
}

table.match-result tr td.header{
	background: #bababa;
	font-weight: bold;
	text-align: center;
	width: 50%;
}

table.match-result tr td span.gk{
	color: #c8c105;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	width: 10%;
	margin: 0 2px;
}

table.match-result tr td span.df{
	color: #078cd8;
	font-weight: bold;
	margin: 0 2px;
	text-align: center;
	width: 10%;
}

table.match-result tr td span.mf{
	color: #2ab809;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0px 2px;
}

table.match-result tr td span.fw{
	color: #b82109;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0 2px;
}

table.match-result tr td span.fp{
	color: #e77e17;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0 2px;
}

table.match-result tr td.manager{
	background: #323230;
	text-align: center;
	color: #fff;
}

table.match-result tr td.number{
	background: #f0f0f0;
	width: 5%;
	text-align: center;
}


.match-result tbody tr td span{
	margin-left: 7px;
	margin-right: 2px;
}

.match-result tbody tr td .out{color: #fc2217;}
.match-result tbody tr td .in{color: #1a6409;}

.match-result tbody tr td.separate{
	height: 5px;
	padding: 0;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

table.match-result tr td.position{
	text-align: center;
	width:10%
}


/*
	代表カテゴリー選択ボタン
************************************************/
.btnselect{
	position: absolute;
	top:10px;
	display: table;
	right: 58px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
}

.btnselect span{
	display: table-cell;
	cursor: pointer;
	vertical-align: middle;
}

#content-national-category{
	background: #fff;
	padding-bottom: 15px;
}

#content-national-category .name-category{
	font-weight: bold;
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	border-bottom:1px solid #ccc;
	padding: 5px;
}

#content-national-category .name-category:first-child{
	border-top: 1px solid #ccc;
}

#content-national-category li{
	margin-bottom: 1px;
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
}

#content-national-category li a{
	display: block;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#content-national-category li 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: "";
}
#content-national-category li span{
	display: block;
	padding: 10px;
	color: #ccc;
}

#content-category-select{
	position: absolute;
	display: none;
	z-index: 100;
	width: 100%;
	display: none;
	top:50px;
	left: 0;
	background: #1c2f51;
	padding: 0px;
	z-index: 10001;
	padding-bottom: 15px;
}

#content-category-select .btn-national_team{
	margin: 10px 5px;
}

	#content-category-select .btn-national_team a{
		display: block;
		padding: 10px 0;
		text-align: center;
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		border-radius: 3px;
		position: relative;
	}

	#content-category-select .btn-national_team 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: "";
	}

	.box-generation{
		background: #fff;
		margin: 10px 5px;
		padding: 10px 0;
	}

	.box-generation .bold-title{
		padding:0 10px 10px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
	}

	.box-generation .semi-bold{
		margin-top: 15px;
		padding:0 10px 5px;
		font-weight: bold;
	}

	.box-generation ul li a:last-child{
		border-right: none;
	}
	.box-generation ul li a{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0 10px;
		margin-bottom: 5px;
	}

	.box-generation ul li span{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0 10px;
		color: #ccc;
		margin-bottom: 5px;
	}


.national_team_cat_arichieve{
	background: #fff;
	margin: 10px 5px;
}


	.national_team_cat_arichieve .bold-title{
		padding:10px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
	}


	.national_team_cat_arichieve .semi-bold{
		margin-top: 15px;
		padding:0 10px 5px;
		font-weight: bold;
	}

	.national_team_cat_arichieve ul li a:last-child{
		border-right: none;
	}
	.national_team_cat_arichieve ul li a{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0 10px;
		margin-bottom: 5px;
	}

	.national_team_cat_arichieve ul li span{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0 10px;
		color: #ccc;
		margin-bottom: 5px;
	}


/*
	代表アーカイブ
************************************************/
.archeives{
	background: #f7f7f7;
	margin: 5px;
	padding: 5px;
	margin-top: 10px;
}

.title-year{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px 0;
}

.title-archieves{
	color: #575757;
	font-weight: bold;
	padding: 5px 0;
}

.archeives li {
	display: table;
}

.archeives li a{
	line-height: 24px;
	display: table-cell;
	padding-right: 3px;
	margin: 0 5px 0 0;
	font-size: 12px;
}

.archeives li span{
	line-height: 24px;
	color: #ccc;
	display: table-cell;
	padding-right: 3px;
	margin: 0 5px 0 0;
	font-size: 12px;
}

/* acordion common */
ul.accordion_rp {
    background: none repeat scroll 0 0 #fff;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 0 5px;
}
ul.accordion_rp a {
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #333;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
ul.accordion_rp span {
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 6px 10px;
}
ul.accordion_rp ul {
    display: none;
}
ul.accordion_rp li {
    background: none repeat scroll 0 0 #fff;
}
#container #main-colum ul.accordion_rp li p {
    background: none repeat scroll 0 0 #2475BD;
    cursor: pointer;
    margin: 5px 0 0;
    padding: 0;
}
ul.accordion_rp li p span {
    background-image: url("../img/report/open.png");
}
ul.accordion_rp li p span.open {
    background-image: url("../img/report/close.png");
}
ul.accordion_rp li ul li {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 10px;
}
ul.accordion_rp li ul li:last-child {
    margin-bottom: 0;
}
ul.accordion_rp li ul li p {
    background: none repeat scroll 0 0 #999;
}
ul.accordion_rp li ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    padding: 0;
    text-decoration: underline;
}
ul.accordion_rp li ul li ul li {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px dotted #888;
}
ul.accordion_rp li u li ul li:last-child {
    border: medium none;
}

/* sp table theme1 common */
#main-colum .table_theme1 p{
font-size:0.725rem;
}
.table_theme1{
  border-spacing: 0;
	width: 100%;
	font-size: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_theme1 tr{
  border-bottom: 1px solid #ccc;
}

.table_theme1 th{
  color: #fff;
  background: #bababa;
}
.table_theme1 td{
  background: #eee;
}
.table_theme1 th, .table_theme1 td {
    border-left: 1px solid #ccc;
    line-height: 14px;
    padding: 4px;
    text-align: left;
    vertical-align: middle;
}
.table_theme1 .sell2{
  padding: 0;
}
.table_theme1 .sell2 .mod .bd{
  border-top: none;
}

.table_theme1 tr th.font_nomal{
  font-weight: normal;
}

.table_theme1 .sell2 p{
  margin: 0;
  border-bottom:1px solid #ddd;
  padding: 3px;
}
.table_theme1 .sell2 p:last-child{
  border: none;
}
.table_theme1 .hasMod{padding: 0;}
.table_theme1 .mod,.table_theme1 .bd {
  overflow: hidden;
}
.table_theme1 .mod .hd{
  text-align: center;
}
.table_theme1 .mod .bd{
  border-top: 1px solid #ddd;
}
.table_theme1 .mod .left{
  border-right: 1px solid #ddd;
  text-align: center;
  float: left;
  width: 49%;
}
.table_theme1 .mod .right{
  float: right;
  text-align: center;
  width: 49%;
}

tr td.txtC{
	text-align:center !important;
}

tr td.txtL,
tr th.txtL,
table.txtL tr td,
table.txtL tr th{
	text-align:left !important;
}

tr td.txtR,
tr th.txtR,
table.txtR tr td,
table.txtR tr th{
	text-align:right !important;
}


/*
国際大会 1試合バージョン　日程・結果
******************************************************************/
#header-schedule-result{
	background: #555;
	padding: 5px 5px 10px;
	color: #fff;
	margin-bottom: 10px;
}

#header-schedule-result .text-schedule{
	margin: 0;
	padding: 5px;
}

#header-schedule-result #score-board-header{
	display: table;
	margin: 0 auto;
	background: #343434;
	padding:0 2%;
	width: 95%;
}

#header-schedule-result #inner-header-score .text-schedule{
	font-size: 12px;
}

#header-schedule-result #inner-header-score .official-record{
	text-align: right;
	margin-bottom: 5px;
}

#header-schedule-result #inner-header-score .official-record a{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#header-schedule-result #score-board-header div{
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

#header-schedule-result #score-board-header .flag{
	text-align: center;
	width: 30%;
}

#header-schedule-result #score-board-header .flag p{
	text-align: center;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
}

#header-schedule-result #score-board-header .team_name{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#header-schedule-result #score-board-header .total-score{
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


#header-schedule-result #score-board-header .score-detail .inner-score{
	padding: 2px 0;
	border-bottom: 1px dotted #fff;
	font-size: 10px;
}

#header-schedule-result #score-board-header .score-detail .inner-score li{
	line-height: 14px
}

#header-schedule-result #score-board-header .score-detail .inner-score:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

#header-schedule-result #score-board-header .game-content{
	text-align: center;
}

#header-schedule-result #score-board-header .score-detail{
	text-align: center;
	width: 50px;
}

#game-content-wrap{
	display: table-cell;
	padding: 5px 0 0;
	font-size:10px;
}

#game-content-wrap div{
	display: table-cell;
	vertical-align: middle;
}

#game-content-wrap .scorerLeft{
	text-align: right;
	width: 285px;
	padding-right: 7px;
}

#game-content-wrap .title-scorer{
	width: 75px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
}

#game-content-wrap .scorerRight{
	text-align: left;
	padding-left: 7px;
	width: 285px;
}

#game-content-wrap .scorerLeft p,
#game-content-wrap .scorerRight p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}


/*
	選手並び
*************************************************/
#header-match-result ul li{
	margin: 5px;
}

#header-match-result ul li .team-photo{
	padding: 5px;
	background: #fff;
	display: block;
	border: 1px dotted #ccc;
}

#header-match-result ul li img{
	width: 100%;
	height: auto;
}

#header-match-result ul li .team-name{
	text-align: center;
	padding: 5px;
	font-size: 10px;
	display: block;
}


/*
動画
******************************************************************/
.movie-list{
	margin-bottom: 40px;
}

	.movie-list li{
		padding: 15px 10px;
		border-bottom: 1px dotted #ccc;
		height: 100%;
		overflow: hidden;
	}
	.movie-list li a{
		position: relative;
		display: block;
	}
	.movie-list li 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: "";
	}
	.movie-list li:last-child{
		border-bottom: none;
	}
	.movie-list li .photo-movie-thumb{
		width: 85px;
		height: 60px;
		display: table-cell;
		margin-right: 15px;
		vertical-align: middle;
	}
	.movie-list li .photo-movie-thumb img{
		width: 100%;
		height: auto;
	}
	.movie-list li .text-movie-detail{
		display: table-cell;
		padding: 0 15px;
		vertical-align: middle;
	}
	.movie-list li .text-movie-detail span{
		display: block;
	}
	.movie-list li .text-movie-detail .date{
		font-size: 10px;
	}
	.movie-list li .text-movie-detail .link{
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}


/*
	table
-------------------------------------------------- */
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
table tr td a{
	color: #0b8fba !important;
}
table tr .poscenter{
	text-align: center;
}
table tr td a{
	color: #0b8fba !important;
}
table tr .poscenter{
	text-align: center;
}

.match-result tbody tr td,.col4 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.col4 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
	margin-top: 20px;
}

.table03 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #ebebeb;
}

table03 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table04 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.table04 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table05 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table05 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.allergy_box table.table03 tr td{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tbl_style td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.mc_column_box table.table03 tr td{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.mc_column_box table.table03 th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
table.no-border{
	border-right: none;
	border-top: none;
}
.allergy_box table.table03 th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.tbl_style th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.match-result thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.col4 thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
table tr th.bg-white{
	background: #fff ;
}

/*テーブル中央寄せ*/
.table03,
.table_poscenter th,
.table_poscenter td {
  text-align: center;
}

/*テーブル左寄せ*/
.table_posleft th,
.table_posleft td {
  text-align: left;
}

/*table左寄せ*/
table.table_left_all td,
table.table_left_all th,
.td_left{
	text-align:left !important;
}


/*テーブル右寄せ*/
.table_posright th,
.table_posright td {
  text-align: right;
}

.col4 thead tr td{
	font-size: 14px;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
}

.col4 tbody tr td{
	background: #f0f0f0;
	font-size: 10px;
	padding: 10px 5px;
}

.col4 tbody tr td ul{
	display: table;
}

.col4 tbody tr td ul li{
	display: table-cell;
	vertical-align: middle;
}

.col4 tbody tr td ul li span{
	display: inline-block;
	margin-right: 15px;
}

.col4 tbody tr td a{
	line-height: 20px;
}

table tbody tr td.expire,
table tbody tr td.category{
	text-align: center;
}

.col6{
	border-top: 1px solid #ccc;
	font-size: 9px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0px;
}

.col6 thead tr td{
	background: #e0e0e0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px 0px;
	vertical-align: middle;
	font-weight: bold;
}

.col6 tr td a{
	color: #0b8fba;
	text-decoration: underline;
}

.col6 tbody:nth-child(odd) tr td{
	background: #eaeaea
}

.col6 tbody tr td{
	background: #f0f0f0;
	padding: 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.col6 tbody tr td.date{}
.col6 tbody tr td.comp_name{}
.col6 tbody tr td.score{
	width: 40px;
	text-align: center;
}
.col6 tbody tr td.team{
	width: 50px;
	text-align: center;
}
.col6 tbody tr td.pdf{
	text-align: center;
}

.col6 thead tr td:last-child,
.col6 tbody tr td:last-child{border-right: none;
}

/*
	news 3カラム
********************************************************************/
#news-area.news_col3 .body-area .news-content li+li{
  border-top: 1px solid #ccc;
}
#news-area.news_col3 .body-area .news-content li a{
  display: block;
  padding: 10px 5px;
  position: relative;
  min-height: 45px;
}
#news-area.news_col3 .body-area .news-content li .photo{
  width: 60px;
  border: 1px solid #ccc;
  float: left;
}
#news-area.news_col3 .body-area .news-content li .new-icon{
  width: 19px;
  position: absolute;
  left: 75px;
  top: 10px;
}
#news-area.news_col3 .body-area .news-content li .text-area{
  padding: 0 0 0 70px;
  line-height: 1.4;
}

#news-area.news_col3 .body-area .news-content li .text-area .date{
  text-align: right;
  font-size: 10px;
  margin: 0 0 5px;
}
.pc_text_news{
	display: none;
}

#news-area.news_col3 .outer-inner .body-area .news-text-content{
	padding: 0;
	border-top:1px solid #ccc;
}

.body-area .news-text-content dl{
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.body-area .news-text-content dl dd{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.body-area .news-text-content dl dt{
	text-align: right;
	font-size: 10px;
}


/*ニュース用*/
.news-area table tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}
.news-area table tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.news-area table tr:nth-child(odd) td{
	background: #eaeaea;
}


/*
	NESテーブル
-------------------------------------------------- */
table.table03{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}
.table03 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #ebebeb;
	padding:5px;
}

table.table03 thead tr td{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:#bababa;
}

table.table03 tr td{
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	background: #fff;
	padding: 5px;
}
.section-block-top{
	margin-top:20px;
}

/*
	ページ内リンク
********************************************************************/
#page_nav{
	margin: 0;
	padding: 0;
}
#page_nav a{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 30px;
}

#page_nav a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}

.r_bnr_area ul li{
	text-align:center;
	margin-bottom:10px;
}
.r_bnr_area ul li:last-child{
	margin-bottom:25px;
}

.r_navi_ttl{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 3px solid #0c135f;
	color:#0c135f;
}
.r_navi_sub{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: 1px solid #bababa;
}

.coution{
	color:#f00;
	font-size:110%;
	font-weight:bold;
}
.coution_line{
	font-weight:bold;
	text-decoration:underline;
}

/*
	スマホサブメニュー大枠
********************************************************************/
#outer-inner-menu{
	margin-bottom: 10px;
	background: none repeat scroll 0% 0% #F8F8F8;
	padding: 10px;
}


/*
国際大会 1試合バージョン 試合結果 トーナメント表あり
******************************************************************/
#img-tournament{
	margin-bottom: 30px;
}
#img-tournament img{
	width: 100%;
	height: auto;
}
.trigger-tournament{
	color: #575757;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	cursor: pointer;
	margin-bottom: 1px;
	background: #ccc url(/common/img/open.png) no-repeat 98% center;
}

.trigger-tournament.active{
	background: #2475bd url(/common/img/close.png)no-repeat 98% center;
	color: #fff;
}

.table-wrap-tournament{
	display: none;
}

.table-tournament{
	display: table;
	background: #f2f2f2;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.table-tournament li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

.table-tournament li.team{font-size: 12px;}
.table-tournament li.score{font-size: 14px;}

.location{
	text-align: center;
	padding: 5px;
	background: #f2f2f2;
	font-size: 10px;
}

.table-group-stage{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 20px;
	width: 100%;
}

.table-group-stage tr th{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	padding: 5px;
	background: #CBD7DF;
}

.table-group-stage tr.home-team td{
	background: #ffbfeb;
}

.table-group-stage tr th.point,
.table-group-stage tr th.ranking,
.table-group-stage tr td.center{
	text-align: center;
}

.table-group-stage tr td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	padding: 5px;
	background: #f0f0f0;
}

/* 第二階層Newsのタイトル
-------------------------------------------------- */
/* add 140513 */
h5.ttl-news{
width: auto;
height: auto;
margin: 0 0 10px;
padding: 10px 0 5px 10px;
border-bottom: 1px solid #1C2F50;
}
h5.ttl-news img{
width: 47px !important;
height: 15px;
}

/*
	得点テーブル
-------------------------------------------------- */
.rank_area table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}
.rank_area table tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
	padding:5px;
}

.rank_area table thead tr td{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:#bababa;
}

.rank_area table tr td{
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	background: #f0f0f0;
	padding: 5px;
}

.rank_area table tr:nth-child(odd) td{
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	background: #eaeaea;
	padding: 5px;
}
.rank_area table tr td:first-child,.rank_area table tr td:last-child{
	text-align:center;
	width:40px;
}
.rank_area table tr td:nth-child(2){
	width:100px;
}



/*	ニュース内のリンク

**********************************************/
.link_contents a,
.link_inner a,
.link_blank a,
.link_pdf a,
.link_word a,
.link_xls a{
	color:#0B8FBA;
	text-decoration:none !important;
}

.link_contents a:hover,
.link_inner a:hover,
.link_blank a:hover,
.link_pdf a:hover,
.link_word a:hover,
.link_xls a:hover{
	color:#0B8FBA;
	text-decoration:underline !important;
}

a.link_contents,
a.link_inner,
a.link_blank ,
a.link_pdf,
a.link_word,
a.link_xls {
	color:#0B8FBA;
	text-decoration:none !important;
}

a:hover.link_contents,
a:hover.link_inner,
a:hover.link_blank,
a:hover.link_pdf,
a:hover.link_word,
a:hover.link_xls{
	color:#0B8FBA;
	text-decoration:underline !important;
}

/*内部リンク*/
.link_inner {
    background: url('/football_family/img/medical/ico_arrow.jpg') no-repeat scroll 13px center transparent;
    padding: 5px 0 5px 32px;
}

/*外部リンク*/
.link_blank {
    background: url('/common/img/ico_blank_local_nav.png') no-repeat scroll 100% 50%r transparent;
    padding: 5px 20px 5px 0;
}

/*PDFリンク*/
.link_pdf {
    background: url('/common/img/icon_pdf.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*WORDリンク*/
.link_word {
    background: url('/common/img/icon_word.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*EXCELリンク*/
.link_xls {
    background: url('/common/img/icon_xls.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*コンテンツ内リンク*/
.contents_link{
	color:#0B8FBA;
	text-decoration:underline;
}

/*
	共通タイトル
**********************************************/
#match_title #ttl_pc{
	display:none;
}
#match_title #ttl_sp{
	display:block;
	padding: 10px 0;
}
#match_title .textarea-match{
	border-top: 5px solid #c8c7c7;
	background: #f8f8f8;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#match_title .textarea-match span{
	display: block;
}

ul.match-name li:first-child{
	display:none;
}
ul.match-name li:nth-child(2) a{
	text-align:left;
	float:left;
	line-height:110%;
}

#outer-inner-menu{
	margin-bottom: 0;
	background: #f8f8f8;
	padding: 10px;
}
.menu-triggeer a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%); /* W3C */
	display: block;
	color: #232323;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	position: relative;
	font-size: 14px;
	margin: 0px 10px;
	font-weight: bold;
}

.menu-triggeer a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #232323;
	border-right: solid 2px #232323;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.menu-triggeer a.active:after{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #232323;
	border-right: solid 2px #232323;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}

.sp-menu-wrap{
	display: none;
	padding: 0 10px 10px;
}

.sp-menu-wrap li{background: #fff;}
.sp-menu-wrap li a{
	display: block;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sp-menu-wrap li p{
	display: block;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#ccc;
	margin:0;
}

.sp-menu-wrap ul li 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: "";
}

.sp-menu-wrap ul li span{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sp-menu-wrap .btn-list-match a{
	background: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

.sp-menu-wrap .btn-list-match a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #575757;
	border-right: solid 2px #575757;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


/*	過去大会 match/
**********************************************/
#past-match{
margin: 30px auto;
}
#past-match h3{
margin: 0 0 15px 5px;
}
#past-match ul{
margin: 0;
}
#past-match ul li{
float: none;
position: relative;
width: 100%;
}
#past-match ul li:first-child{
border-top: 1px solid #DDD;
}
#past-match ul li span,
#past-match ul li a{
display: block;
border-bottom: 1px solid #DDD;
width: auto;
padding: 10px 0 10px 10px;
}
#past-match ul li span{
background:#ccc;
color:#7a7a7a;
}

#past-match ul li: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: "";
}

#past-match ul li.current a{
	color:#666;
	background:#ccc;
}

/*	ニュース内のリンク
**********************************************/
.link_contents a,
.link_inner a,
.link_blank a,
.link_pdf a,
.link_report a,
.link_word a,
.link_xls a{
	color:#0B8FBA;
	text-decoration:none !important;
}

.link_contents a:hover,
.link_inner a:hover,
.link_blank a:hover,
.link_pdf a:hover,
.link_report a:hover,
.link_word a:hover,
.link_xls a:hover{
	color:#0B8FBA;
	text-decoration:underline !important;
}

a.link_contents,
a.link_inner,
a.link_blank ,
a.link_pdf,
a.link_report,
a.link_word,
a.link_xls {
	color:#0B8FBA;
	text-decoration:none !important;
}

a:hover.link_contents,
a:hover.link_inner,
a:hover.link_blank,
a:hover.link_pdf,
a:hover.link_report,
a:hover.link_word,
a:hover.link_xls{
	color:#0B8FBA;
	text-decoration:underline !important;
}

/*内部リンク*/
.link_inner {
    background: url('/common/img/ico_arrow.png') no-repeat scroll 13px center transparent;
    padding: 5px 0 3px 25px;
}

/*外部リンク*/
.link_blank {
    background: url('/common/img/ico_blank_local_nav.png') no-repeat scroll 10px center transparent;
    padding: 5px 0 5px 32px;
}

/*PDFリンク*/
.link_pdf {
    background: url('/common/img/icon_pdf.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*reportリンク*/
.link_report {
    background: url('/common/img/ico_report.png') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 27px;
}


/*WORDリンク*/
.link_word {
    background: url('/common/img/icon_word.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*EXCELリンク*/
.link_xls {
    background: url('/common/img/icon_xls.gif') no-repeat scroll 7px center transparent;
	padding: 5px 0 5px 32px;
}

/*Mailリンク*/
.link_mail {
    background: url('/common/img/ico_mail_local_nav.png') no-repeat scroll 10px center transparent;
	padding: 5px 0 5px 32px;
}

/*コンテンツ内リンク*/
.contents_link{
	color:#0B8FBA;
	text-decoration:underline;
}


/*テキスト設定*/
.txt18{font-size:18px !important;}
.txt16{font-size:16px !important;}
.txt14{font-size:14px !important;}
.txt12{font-size:12px !important;}
.txt10{
	font-size:10px !important;
	line-height:110% !important;
}

/*
追加要素
********************************************************************/
#cse-search-results table{border: none;}
.coution{
	color:#f00;
	font-size:110%;
	font-weight:bold;
}

.strong{
	font-size:110%;
	font-weight:bold;
}
.bold_s{
	font-weight:bold;
}
.score_txt{
	letter-spacing: 0em !important;
}
.txtred{
	color:#f00;
}

.txtred_b{
	color:#ff0000;
	font-weight:bold;
}

.mT35{margin-top:20px;}
.mT20{margin-top:10px;}

sup{font-size:10px;}

ul.ul_ind{
	margin-left:20px;
	list-style-type: decimal;
	list-style-position: outside;
	}

ul.ul_ind li{
		padding-left:5px;
	}


	/*
右カラムツイッター
**********************************************/
.r_tw{
	width:100%;
}

.r_tw .twitter-timeline{
	max-width:100% !important;
	margin-top:20px;
}


	/*
トーナメント表のポジション
**********************************************/
#img-tournament {
  margin-bottom: 15px;
}


	/*
ページ内アンカーメニュー
**********************************************/

.inner_link {
  overflow: hidden;
  position: relative;
	margin-top:20px;
}
.inner_link ul {
    list-style: none outside none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.inner_link ul li {
    float: left;
    margin-right: 5px;
    padding: 3px 10px;
    position: relative;
	border-right:#ccc 1px solid;
	color:#ccc;
	font-size:16px;
    left: -50%;
}

.inner_link ul li:last-child {
	border-right:none;
}

.inner_link li a{
	color:#0B8FBA;
}

/*

新ページ内リンク

******************************************************/
.group_links{
	margin: 20px 0 30px;;
	padding: 0 0 10px 10px;
	overflow: hidden;
  position: relative;
	border-bottom: 1px solid #ccc;
}

.group_links ul{
	display: table;
	list-style: none outside none;
}

.group_links ul li{
	display: table-cell;
	padding: 0 15px 0 0;
}

.group_links ul li.bold{
	font-weight: bold;
	font-size: 14px;
}

.group_links ul li a{
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	margin-right: 15px;
	font-weight: bold;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.group_links ul li a.active {
  border: 1px solid #555;
  background:#1C2F51 none repeat scroll 0 0;
	color:#fff;
}


	/*
カテゴリートップ2カラム
**********************************************/

.top_content li h4{
	border-bottom:#ccc 1px solid;
	font-size:18px;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.top_content .ust{
	width:100%;
}

.top_content .ust iframe{
	width:100% !important;
	height:250px !important;
}

/*
メニュー閉じるボタン
 line 169, sp_match.scss */
.close-btn a {
  display: block;
  margin: 15px 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #343434 url(/national_team/img/ico_close_white.png) no-repeat 10px center;
  color: #fff;
}


	/*
ボーダー、bgなしカラー調整の　table用
**********************************************/
.normal_table{
	border:none;
}
.normal_table tr td {
  border-left: none;
  border-bottom: none;
  background: none;
}
.normal_table tr {
  border-bottom: none;
}
.normal_table tr:nth-child(2n+1) td {
  background: none !important;
}

.match .tdWrap1 ul li.score a{
	font-size: 16px !important;
}
.match .tdWrap1 ul li.score .score_nolink{
	font-size: 16px !important;
}

/*
スマホでは、基本のまだら指定がない
.gray1{
	background:#F0F0F0 !important;
}

.gray2{
	background:#EAEAEA !important;
}*/

	/*
注意エリアなどの枠線
**********************************************/
.frame_red{
	border:#FF0000 2px solid;
	padding:10px !important;
}

	/*
黒丸付きlist
**********************************************/
.list_disc li {
    background: url('/match/img/access_disc.png') no-repeat scroll 3px 8px transparent;
    padding: 0 0 5px 15px;
}

.list_disc li.asta{
	background:url(/match/img/access_asta.png) no-repeat 3px 6px;
	padding:0 0 5px 15px;
}

	/*
準備中表示エリア
**********************************************/
.commingsoon{
	text-align:center;
	padding:50px;
	margin-top:35px;
	font-size:16px;
	color:#666;
	background-color:#eee;
}

	/*
関連情報バナー
**********************************************/

.head-area{
	border-bottom:1px solid #d2d2d2;
	padding-bottom:10px;
	margin: 0 0 15px;
}

.head-area h3 {
  margin: 0 0 0 5px;
}

ul.banner-content {
	margin:0 0 20px;
}

ul.banner-content li{
	text-align:center;
	margin-bottom:10px;
}


	/*
最新ニュースの最後
**********************************************/
.archive_link{
	text-align:center;
	font-size:14px;
	margin-top:20px;
}

	/*
フォント指定
**********************************************/
.font_character{
	font-family:PMingLiU-ExtB,Microsoft YaHei ,"ヒラギノ角ゴ Pro W3", Arial,Microsoft Sans Serif,SimSun-ExtB,System,DFKai-SB !important;
	display:inline !important;}



	/*
代表カテゴリ結果選手
**********************************************/
	.in_bg{
	background:#f7f7f7;
	}

	.in_bg .bold-title{
		padding:10px;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}

	.in_bg .semi-bold{
		padding:10px 10px 5px;
		font-weight: bold;
		text-align: left;
	}

	.in_bg ul li{
		text-align: left;
		font-size: 12px !important;
	}

	.in_bg ul li span a:after{
		display: none !important;
	}

	.in_bg ul li a:last-child,
	.in_bg ul li span:last-child{
		border-right: none!important;
	}

	.in_bg ul li a{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0px !important;
		margin-bottom: 5px;
		border-top: none !important;
		font-size: 12px !important;
	}

	.in_bg ul li span{
		border-right: 1px solid #ccc;
		display: inline-block;
		padding: 0 10px !important;
		color: #ccc;
		margin-bottom: 5px;
	}


	/*
Google検索の表示くずれ修正
**********************************************/
/*
input.gsc-input {
    padding: 5px 6px !important;
    }
*/
input.gsc-search-button {
	padding: 3px !important;
}

.gsc-branding, .gcsc-branding {
  display: none !important;
}


/*
カテゴリーアイコンの　表示非表示
**********************************************/
.news-kate{display: none;}
#top .news-kate,
#jyd .news-kate{
	display: block;
}


/*
大会試合スケジュールへのスコア表示
-------------------------------------------------- */
.match .table_Tournament .inner-score,
.match .table_Tournament .scorer{
	font-size: 10px;
	width: 100%;
}

.match .table_Tournament .tdWrap1 ul li {
    float: left;
    position: relative;
    left: -50%;
    width: 34% !important;
    font-size: 12px;
}

.match .table_Tournament .tdWrap1 ul li.score {
    letter-spacing: 0.05em !important;
		width: 30% !important;
}

.match .table_Tournament .tdWrap1 .score-detail{
	margin-top: 5px;
}

.match .tdWrap3{
	overflow: hidden;
    position: relative;
		border-bottom: dotted #ccc 1px;
		border-top: dotted #ccc 1px;
		padding: 5px 0;
		margin-top: 5px
}

.match .tdWrap3 ul{
	list-style: none outside none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
	text-align:center;
}

.match .tdWrap3 ul li{
	float: left;
  position: relative;
  left: -50%;
	width: 38%;
}

.match .match .tdWrap3 ul li:first-child,
.match .tdWrap3 ul li:nth-child(3){
	font-size: 8px !important;
}


.match .tdWrap3 ul li.score{
	letter-spacing:0.05em;
	width: 20%;
}
.match .tdWrap3 ul li.score a{
	padding:0 !important;
}

.match table.table_Tournament .inner-score table.normal_table tr td {
  font-size: 10px !important;
  padding: 0 !important;
  text-align: center;
	width: 30%;
}

.match table.table_Tournament .inner-score table.normal_table tr td.score {
	width: 36%;
}

.match table.table_Tournament .tdWrap3 table.normal_table tr td {
    font-size: 8px !important;
    padding: 0 !important;
    text-align: left;
		width: 34%;
		vertical-align: top;
}
.match table.table_Tournament .tdWrap3 table.normal_table tr td:first-child {
  text-align: right;
}

.match table.table_Tournament .tdWrap3 table.normal_table tr td.score {
  text-align: center;
	padding: 0 !important;
	font-size: 10px !important;
	width: 30%;
}

/*
テーブルのスクロール表示
**********************************************/
#member table{
	width:100% !important;
	white-space: nowrap;
}
.scroll{
overflow: auto;      /* tableをスクロールさせる */
white-space: nowrap; /* tableのセル内にある文字の折り返しを禁止 */
}
.scroll::-webkit-scrollbar{ /* tableにスクロールバーを追加 */
 height: 5px;
}
.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.scroll table {
  width: 100%;
  white-space: nowrap;
}


/*
テキスト表示幅調整
**********************************************/
#main-colum .section-block{
  margin: 0 3%;
}

/* ここから追加　20180517*/
.disp-pc,
.oldsitemap{
	display: none;
}
/* header
-------------------------------------------------- */
.header-nav{
  font-size: 0;
  min-height: 50px;
}
.header-nav h1{
  display: inline-block;
  margin: 0;
  vertical-align: top;
  margin-top: 12px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
.header-nav h1 a img{
  width: 60%;
}
.header-nav .english{
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 50px;
  font-size: 16px;
  font-family: 'Overpass', sans-serif;
}
.header-nav .english a{
  color: #001e55;
}

/* gnav
-------------------------------------------------- */
.top-menu{
  text-align: center;
  margin: 16px 0;
}
.top-menu li{
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 40%;
}
.top-menu li a{
  color: #fff;
  display: block;
  padding: 12px 0;
}
.top-menu li.entry,
.top-menu li.shop{
  background: #1964c0;
  border-radius: 2px;
}
.top-menu li:first-child{
  margin-right: 2%;
}
#g-nav .contents-wrap{
  text-align: left;
  font-size: 14px;
}
#g-nav .contents-wrap li h4{
  margin: 0;
  padding: 0 16px;
  font-weight: normal;
}
#g-nav .contents-wrap li.kiyaku{
  /*background: #eee;*/
	background: #ccd3e6;
	color: #001e55;
}
#g-nav .contents-wrap li.kiyaku h4{
  margin: 0;
  font-weight: normal;
  border-bottom: solid 1px #fff;
}
#g-nav .contents-wrap li.kiyaku a{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #001e55;
  padding: 16px 0;
}
#g-nav .contents-wrap .item .sub-sitemap li{
  font-size: 12px;
}
#g-nav .contents-wrap .item .sub-sitemap li a{
  padding: 3px 0;
  font-size: 12px;
}
#g-nav .contents-wrap li.kiyaku .sub-sitemap li a{
  padding: 3px 0;
  font-size: 12px;
}
.g-nav{
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  z-index: 999;
  margin-top: 50px;
}
.g-nav .list .item{
  border-bottom: 1px solid #fff;
  background: #ccd3e6;
  color: #001e55;
}
.g-nav .list .item ul li.mT10{
  margin-top: 10px;
}
.g-nav .list .item a{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #001e55;
  padding: 16px 0;
}
.g-nav .list .item h4{
  position: relative;
}
.g-nav .list .item h4 a::after{
  font-family: ionicons;
  content: '\f3d0';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  color: #000;
  transform: translateY(-50%);
}
.g-nav .list .item.active h4 a::after{
  content: 'ー';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  color: #000;
  transform: translateY(-50%);
}
.g-nav .contents-wrap li.kiyaku h4{
  position: relative;
}
.g-nav .contents-wrap li.kiyaku h4:after{
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  color: #000;
  transform: translateY(-50%);
}
.g-nav .contents-wrap li.kiyaku h4:first-child:after{
  font-family: ionicons;
  content: '\f3d0';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  color: #000;
  transform: translateY(-50%);
}
.g-nav .contents-wrap li.kiyaku.active h4:first-child:after{
  content: 'ー';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  color: #000;
  transform: translateY(-50%);
}
.g-nav .sub-sitemap{
  display: none;
  background: #eee;
  padding: 16px 0 16px 32px;
}
.g-nav .sub-sitemap li img{
  position: relative;
  top: 5px;
}
.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: relative;
  width: 50px;
  height: 46px;
  z-index: 2;
  left: 10px;
  top: 2px;
}
.menu-trigger span{
  position: absolute;
  background: #001e55;
  width: 22px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

/* search-toggle
-------------------------------------------------- */
#search-acMenu{
  margin: 0;
}
#search-acMenu dt{
	display:block;
	height:40px;
  width: 40px;
	line-height:50px;
	cursor:pointer;
  color: #001e55;
  font-size: 20px;
  position: absolute;
    top: 0;
    right: 0;
	}
#search-acMenu dd{
	text-align:center;
	display:none;
  margin: 0;
}
#search-acMenu dd .search{
  background: #eee;
  padding: 10px;
}
td.gsc-input .gsc-input-box table tbody{
	background: #fff !important;
}
input.gsc-input{
	line-height: 1;
}
/* sitemap-area
-------------------------------------------------- */
#sitemap{
  border-top: none;
}
#sitemap h3{
  display: block;
  background: url(/img/top/sitemap_jfa_logo_sp.png) no-repeat center #001e55;;
  height: 70px;
  text-indent: -99999px;
  background-size: 30%;
}
#sitemap .contents-wrap li{
  background: #ccd3e6;
  color: #001e55;
}
#sitemap .contents-wrap li.kiyaku{
    /*background: #eee;*/
	background: #ccd3e6;
	color: #001e55;
}
#sitemap .contents-wrap li h4{
  margin: 0;
  font-weight: normal;
  padding: 16px;
  border-bottom: solid 1px #fff;
  position: relative;
}
#sitemap .contents-wrap li h4 a{
  color: #001e55;
  display: block;
}
#sitemap .contents-wrap li .sub-sitemap li{
  background: #eee;
  border: none;
  padding: 3px 8px;
}
#sitemap .contents-wrap li .sub-sitemap li a{
  color: #001e55;
  padding: 10px 0;
}
#sitemap .disp-pc
{
  display: none;
}
#sitemap .sub-sitemap{
  background: #eee;
  padding-left: 10px;
}
#sitemap .contents-wrap h4:after{
  font-family: ionicons;
  content: '\f3d0';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #000;
}
#sitemap .contents-wrap li.active h4:after {
  content: 'ー';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #000;
}
#sitemap .contents-wrap li.kiyaku h4:after {
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #000;
}
#sitemap .contents-wrap li.kiyaku h4:first-child:after {
  font-family: ionicons;
  content: '\f3d0';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #000;
}
#sitemap .contents-wrap li.kiyaku.active h4:first-child:after{
  content: 'ー';
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #000;
}
#sitemap ul.sub-sitemap:last-of-type {
  padding-bottom: 16px;
}
#sitemap ul.sub-sitemap:first-of-type{
  padding-top: 16px;
}
/* philosophy-area
-------------------------------------------------- */
#philosophy-area{
  background: #0f3078;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  border-bottom: solid 0.5px #676767;
  padding: 32px 16px;
}
#philosophy-area .head{
  font-size: 20px;
}
#philosophy-area p{
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 2;
}
#philosophy-area .btn a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  border: solid 1px rgba(255,255,255,0.5);
  margin: 0 auto;
  font-size: 10px;
  border-radius: 2px;
}
/* footer-area
-------------------------------------------------- */
#footer-area .sns-area{
  position: relative;
  margin: 0px 16px 8px;
  text-align: left;
}
#footer-area .sns-area li{
  display: inline-block;
  padding-left: 10px;
}
#footer-area .sns-area li a{
  color: rgba(255,255,255,0.5);
  font-size: 20px;
}
#footer-area .sns-area li.link{
  position: absolute;
  right: 0;
  top: 5px;
  padding-left: 0;
  padding-right: 8px;
}
#footer-area .sns-area li.link a{
  font-size: 10px;
}
#footer-area .sns-area li.link::after{
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 0;
  color: rgba(255,255,255,0.5);
}
#footer-area{
  background: #001e55;
  text-align: center;
  color: #fff;
  padding: 32px 0;
}
#footer-area .about{
  margin-bottom: 40px;
  text-align: left;
  border-bottom: solid 0.5px rgba(255,255,255,0.5);
  border-top: solid 0.5px rgba(255,255,255,0.5);
  margin: 0 16px;
  padding: 16px 0;
}
#footer-area .about li{
  display: block;
  margin: 8px;
}
#footer-area .about li a{
  color: #fff;
}
#footer-area .logo{
  padding-top: 32px;
}
#footer-area .logo img{
  width: 40%;
}
#footer-area .copyright{
  margin-top: 16px;
  letter-spacing: 1.5px;
  font-size: 9px;
}
