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

/*キーカラーリスト
**************************************************************
サイトカラー：#1c2f51
サッカーファミリー：#ec6901
選手育成：#c3d726
審判：#f6b501
指導者：#43931a
日本代表：#1a5ee3
大会・試合：#b24fac
社会貢献活動：#f96063
JFA：#3c4db5

*/

html {
}


.disp_sp{
	display: none !important;
}

body {
  background: #ffffff;
  color: #333333;
  font: 12px  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
  font-size-adjust: normal;
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
}

a {
  color: #333333;
  text-decoration: none;
}

a.text-link{
	color: #0B8FBA;
}

a:hover{
	text-decoration: underline;
}



.hover:hover {
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* hx
-------------------------------------------------- */
h1 {
  float: left;
/*  height: 63px;*/
  margin: 24px 32px 0 27px;
  width: 144px;
  z-index:9999;
}

h2 {
  margin: 0;
  padding: 24px 20px;
}

h3 {
  margin: 0;
}


/* outer
-------------------------------------------------- */
.outer-block {
  margin: 0 auto;
  position: relative;
}

.outer-block .outer-inner {
  margin: 0 auto;
  position: relative;
  width: 980px;
}


.ttl_wrap01{
	background: url(/common/img/h2_bg.jpg) no-repeat center bottom;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0 0 10px 0px;
}

.ttl_inner{
	width: 980px;
	margin: 0 auto;
}

.ttl_relative{
	background: url(/common/img/h3_relative.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 25px;
}

.ttl_wrap02 {
	background: url(/common/img/h2_bg.jpg) no-repeat center bottom;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0 0 10px 0px;
	height: 100%;
	overflow: hidden;
}

.ttl_wrap02 h3{
	float: left;
	margin-left: 8px;
}



.ttl_wrap02 #btn-list{
    float: left;
    margin: 5px 0 0 15px;
}




/* page_top_btn
-------------------------------------------------- */

#page-top{
	position: fixed;
	width: 56px;
	height: 56px;
	right: 30px;
	bottom: 30px;
	z-index: 100;
}








/* header
-------------------------------------------------- */
#header {
  position: relative;
  z-index: 99990;
}

body.default #header {
  background: url(/common/img/header_underline.png) no-repeat center bottom;
}


#header .outer-inner {
  height: 83px;
  padding: 0 10px 0 0;
  width: 990px;
}

#header .search {
  float: right;
  margin: 8px 0 0;
  width: 320px;
}
#header .search .search-box {
  float: left;
  height: 22px;
  padding: 2px 5px;
  width: 200px;
}
#header .search .search-btn {
  background: url(/common/img/serach-btn.png) no-repeat;
  float: left;
  height: 28px;
  margin: 0 0 0 5px;
  width: 33px;
}

#header .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px;
}

#header .declare {
  background: url(/common/img/jfa_2005_declare.png) no-repeat;
  float: left;
  font-size: 0;
  height: 28px;
  margin: 12px 0 0;
  width: 132px;
}
#header .declare a {
  display: block;
  height: 100%;
  width: 100%;
}

#header .top-menu {
  float: right;
  margin: 17px 0 0;
}
#header .top-menu li {
  color: #ffffff;
  float: left;
  font-size: 0;
  margin: 0 10px;
  position: relative;
}
#header .top-menu li a {
  color: #ffffff;
}
#header .top-menu li+li:before {
  content: url(/common/img/topmenu_bar.png);
  left: -10px;
  position: absolute;
  top: 3px;
}
#header .top-menu li.english {
  content: none;
}
#header .header-underline {
  height: 8px;
}

#header .gnavi {
  background: url(/common/img/header_menu_bg.png) no-repeat;
  background-position: 20px 0;
  bottom: 0;
  height: 35px;
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  width: 828px;
}
#header .gnavi>li {
  float: left;
  position:relative;
}
#header .gnavi>li>a {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
}
  #header .gnavi>li{
    height:35px;
  }
  #header .gnavi>li.family {
    background: url(/common/img/header_menu_family.png) no-repeat;
    width: 144px;
    margin:0 0 0 60px;
  }
  #header .gnavi>li.youth {
    background: url(/common/img/header_menu_youth.png) no-repeat;
    width: 82px;
  }
  #header .gnavi>li.referee {
    background: url(/common/img/header_menu_referee.png) no-repeat;
    width: 57px;
  }
  #header .gnavi>li.coach {
    background: url(/common/img/header_menu_coach.png) no-repeat;
    width: 70px;
  }
  #header .gnavi>li.national {
    background: url(/common/img/header_menu_national.png) no-repeat;
    width: 83px;
  }
  #header .gnavi>li.match {
    background: url(/common/img/header_menu_match.png) no-repeat;
    width: 94px;
  }
  #header .gnavi>li.social {
    background: url(/common/img/header_menu_social.png) no-repeat;
    width: 145px;
  }
  #header .gnavi>li.jfa {
    background: url(/common/img/header_menu_jfa.png) no-repeat;
    width: 62px;
    margin: 0 25px 0 0;
  }



  #header .gnavi>li.family:hover {
    background: url(/common/img/header_menu_family_on.png) no-repeat;
  }
  #header .gnavi>li.youth:hover {
    background: url(/common/img/header_menu_youth_on.png) no-repeat;
  }
  #header .gnavi>li.referee:hover {
    background: url(/common/img/header_menu_referee_on.png) no-repeat;
  }
  #header .gnavi>li.coach:hover {
    background: url(/common/img/header_menu_coach_on.png) no-repeat;
  }
  #header .gnavi>li.national:hover {
    background: url(/common/img/header_menu_national_on.png) no-repeat;
  }
  #header .gnavi>li.match:hover {
    background: url(/common/img/header_menu_match_on.png) no-repeat;
  }
  #header .gnavi>li.social:hover {
    background: url(/common/img/header_menu_social_on.png) no-repeat;
  }
  #header .gnavi>li.jfa:hover {
    background: url(/common/img/header_menu_jfa_on.png) no-repeat;
  }


  #header .gnavi>li.family.active {
    background: url(/common/img/header_menu_family_on.png) no-repeat;
  }
  #header .gnavi>li.youth.active {
    background: url(/common/img/header_menu_youth_on.png) no-repeat;
  }
  #header .gnavi>li.referee.active {
    background: url(/common/img/header_menu_referee_on.png) no-repeat;
  }
  #header .gnavi>li.coach.active {
    background: url(/common/img/header_menu_coach_on.png) no-repeat;
  }
  #header .gnavi>li.national.active {
    background: url(/common/img/header_menu_national_on.png) no-repeat;
  }
  #header .gnavi>li.match.active {
    background: url(/common/img/header_menu_match_on.png) no-repeat;
  }
  #header .gnavi>li.social.active {
    background: url(/common/img/header_menu_social_on.png) no-repeat;
  }
  #header .gnavi>li.jfa.active {
    background: url(/common/img/header_menu_jfa_on.png) no-repeat;
  }



  #header .gnavi>li.social.active:before {
    content: none;
  }
  #header .gnavi>li.active+li:before {
    content: none;
  }

#header .gnavi>li>.subnavi {
  display: none;
  color: #ffffff;
  right: 0px;
  position: absolute;
  padding: 10px;
  top: 35px;
  background: #fff;
	-webkit-box-shadow: 0 5px 5px 0 #565656;
	box-shadow: 0 5px 5px 0 #565656;
}



#header .gnavi>li>.subnavi li {
  float:left;
  width:300px;
}

#header .gnavi>li:hover .subnavi {
  display: block;
}


  #header .gnavi>li.family>.subnavi {
    border-top:8px solid #ec6901;
    /*width:840px;*/
	  /*width: 960px;*/
	  width: 655px;
    left:-220px;
  }

  #header .gnavi>li.youth>.subnavi {
    border-top:8px solid #c3d726;
    width:645px;
    left:-197px;
  }
  #header .gnavi>li.youth>.subnavi a{
    /*color:#232323;*/
  }
  #header .gnavi>li.referee>.subnavi {
    border-top:8px solid #f6b501;
    width:645px;
    left:-185px;
  }
  #header .gnavi>li.referee>.subnavi a{
    /*color:#232323;*/
  }
  #header .gnavi>li.coach>.subnavi {
    border-top:8px solid #43931a;
    width:330px;
    left:-58px;
  }
  #header .gnavi>li.national>.subnavi {
    border-top:8px solid #1a5ee3;
    width:335px;
    left:-25px;
  }
  #header .gnavi>li.national>.subnavi li span{
	  margin-right: 10px;
  }
  #header .gnavi>li.match>.subnavi {
    border-top:8px solid #b24fac;
    width:960px;
    left:-660px;
  }
  #header .gnavi>li.social>.subnavi {
    border-top:8px solid #f96063;
    width:645px;
    left:-510px;
  }
  #header .gnavi>li.jfa>.subnavi {
    border-top:8px solid #3c4db5;
    width:960px;
    right:-20px;
  }

#header .gnavi>li>.subnavi a {
  color: #232323;
  padding:0 0 0 0px;
  display: inline-block;
}
#header .gnavi>li>.subnavi>li {
  color: #232323;
  margin: 0 7px 0 7px;
  padding: 0 0px 0 5px;
}
#header .gnavi>li>.subnavi>li>div {
  margin: 7px 10px;
  margin-left: 15px;
}

#header .gnavi>li>.subnavi>li>div img{
	margin-left: 5px;
	vertical-align: middle;
}
#header .gnavi>li>.subnavi>li.left { float: left; }
#header .gnavi>li>.subnavi>li.right { float: right; }
#header .gnavi>li>.subnavi>li .bold { background:url(/common/img/ico_triangle.png) no-repeat left center; font-weight: bold; text-indent: 0; margin-left: 0px; padding-left: 15px; font-size: 14px;}

/* subnavi
-------------------------------------------------- */
#subnavi {
  background: url(/common/img/h2_bg.png) repeat-y center;
  /*height: 85px;*/
}

#subnavi h2{
  margin:0;
  padding:0;
}

#subnavi h2 a,#subnavi h2 a:hover{
	text-decoration: none;
}

#subnavi .menu-btn{
  display:none;
}

#subnavi .body-area{
  display:none !important;
}

#subnavi .head-area .title {
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0 15px 22px;
	/*height: 85px;*/
}
#subnavi .head-area .title img{
  vertical-align: middle;
  margin-right: 10px;
}

/* pankz
-------------------------------------------------- */
.pankz .pankz-list{
  padding: 15px 0;
}
.pankz .pankz-list span a{
  color:#0b8fba;
}
.pankz .pankz-list span:first-child a{
  padding:0 0 0 18px;
  background: url(/common/img/icon-home.png) no-repeat;
}
.pankz .head-line {
  background: url(/common/img/sitemap_head_bg.png) no-repeat center top;
  height: 1px;
}

/* footer-pankz
-------------------------------------------------- */
.pankz .footer-pankz-list{
  padding: 0px 0;
  margin: 0px;
}

.pankz .footer-pankz-list span{
	background: url(../img/bg_footer_pankz.gif) no-repeat right center;
	padding: 14px 20px 14px 0px;
	display: inline-block;
	margin-right:10px;
}

.pankz .footer-pankz-list span:last-child{
	background: none;
  padding-right: 0;
}
.pankz .footer-pankz-list span a{
  color:#0b8fba;
}
.pankz .footer-pankz-list span:first-child a{
  padding:0 0 0 18px;
  background: url(/common/img/icon-home.png) no-repeat;
}
.pankz .head-line {
  background: url(/common/img/sitemap_head_bg.png) no-repeat center top;
  height: 1px;
}


/* visual-area-top
-------------------------------------------------- */
#visual-area-top {
  margin: 0 auto;
}

#visual-area-top .outer-inner{
  height: 480px;
  width: 975px;
  background: #f7f8f3;
}

#visual-area-top .photo-box {
  height: 480px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 640px;
}

#visual-area-top .photo-box .frame {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  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;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 73px;
  left: 0;
  line-height: 1.2;
  padding: 25px 0 0 20px;
  position: absolute;
  width: 620px;
}

#visual-area-top .text-box {
  height: 100%;
  left: 640px;
  position: absolute;
  top: 0;
  width: 333px;
}

#visual-area-top .subtitle {
  background: #262626;
  height: 53px;
  line-height: 53px;
}

#visual-area-top .subtitle img {
  margin: 0 30px;
  vertical-align: middle;
}

#visual-area-top .thumb {
  height: 435px;
  margin: 2px 0 0 -3px;
  overflow: hidden;
  width: 342px;
}

#visual-area-top .thumb li a {
  background: url(/common/img/visual_right_line.png) no-repeat 3px top;
  display: table-cell;
  height: 53px;
  line-height: 1.4;
  padding: 0 25px 0 33px;
  vertical-align: middle;
  width: 278px;
}

#visual-area-top .thumb li a img{
  margin:1px 0 0 5px;
}

#visual-area-top .thumb li.active a {
  background: url(/common/img/visual_right_frame02.png) no-repeat;
  color: #fff;
  width: 278px;
}

#visual-area-top .thumb li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}


/* visual-area 6件用
-------------------------------------------------- */
#visual-area {
  margin: 0 auto;
}

#visual-area .outer-inner{
  background: url(/common/img/visual_bg.png) repeat-x;
  height: 485px;
  width: 975px;
}

#visual-area .photo-box {
  height: 480px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 640px;
}

#visual-area .photo-box .frame {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 600%;
}

#visual-area .photo-box .frame li {
  float: left;
  position: relative;
  width: 640px;
}

#visual-area .photo-box .frame li img {
  width: 100%;
}

#visual-area .photo-box .text {
  background: url(/common/img/visual_text_area.png) no-repeat;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 73px;
  left: 0;
  line-height: 1.2;
  padding: 25px 20px 0 20px;
  position: absolute;
  width: 600px;
}

#visual-area .text-box {
  height: 100%;
  left: 640px;
  position: absolute;
  top: 0;
  width: 340px;
}

#visual-area .subtitle {
  height: 42px;
  line-height: 42px;
}

#visual-area .subtitle img {
  margin: 0 30px;
  vertical-align: middle;
}

#visual-area .thumb {
  background: url(/common/img/head_thumb_ng.png);
  height: 443px;
  margin: 2px 0 0 -7px;
  overflow: hidden;
  width: 342px;
}

#visual-area .thumb li a {
  /*background: url(/common/img/visual_right_line.png) no-repeat 7px top;*/
  display: table-cell;
  height: 73px;
  padding: 0 30px 0 37px;
  vertical-align: middle;
  width: 275px;
  color: #333;
}

#visual-area .thumb li a img {
    margin: 2px 0 0 5px;
}

#visual-area .thumb li.active a {
  background: url(/common/img/visual_right_frame.png) no-repeat;
  width: 275px;
}

#visual-area .thumb li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}

/* news-area-thumbnail
-------------------------------------------------- */
#news-area {
  background: url(/common/img/news-area-bg.png) no-repeat center 30px;
  margin: 40px auto 15px;
}

#news-area .head-area {
  margin: 0 0 10px;
}
  #news-area .head-area h3 {
    float: left;
  }
  
  #news-area .head-area .list-btn {
    float: left;
    margin: 5px 0 0 15px;
  }

   #news-area .head-area .list-btn-ttl{
	   float:left;
	   margin:5px 0 0 0;
	   display:block;
}

  #news-area h4.head-area .list-btn {
    float: left;
    margin: 10px 0 0 15px;
  }
  
  #news-area .head-area .rss-btn {
    float: right;
    margin: 5px 15px 0 0;
  }
/*ニュース一覧へのリンクをつける場合*/
.newslist_btn_area{
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:9999;
	}
	
.newslist_btn_area .newslist_btn{
	position:absolute;
	top:42px;
	left:100px;
	z-index:9999;
}


#news-area .body-area {
  margin: 20px 0 25px;
}
  .body-area .news-content li {
    float: left;
    height: 172px;
    margin: 0 20px 20px 0;
    position: relative;
    width: 229px;
  }
   .body-area .news-content li .photo img{
    width:100%;
  }
   .body-area .news-content li.rightLi {
    margin: 0 0 20px 0;
  }
     .body-area .news-content li .new-icon {
      left: 0;
      position: absolute;
      top: 3px;
    }
    .body-area .news-content li .text-bg {
      background: #000000;
      bottom: 0;
      left: 0;
      height: 60px;
      position: absolute;
      width: 100%;
       filter: alpha(opacity=80);
       -ms-filter: 'alpha(opacity=80)';
       opacity: .8;
    }
    .body-area .news-content li .text-area {
      bottom: 0;
      color: #ffffff;
      font-size: 11px;
      height: 60px;
      left: 0;
      margin: 0 10px;
      overflow: hidden;
      position: absolute;
    }
    .body-area .news-content li .text-area .date {
      padding: 5px 0 0;
    }
  .sp_text_news{display:none;}
  .sp_news_list_btn{display:none;}
  .sp_news_rss_btn{display:none;}

.news-text-content{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px
}

/* link-area
-------------------------------------------------- */
.link-content li {
  background: url(/common/img/social_link_bg.png) no-repeat;
  float: left;
  display: table;
  height: 102px;
  margin: 0 12px 15px 0;
  /*position: relative;*/
  width: 318px;
}

.link-content li.link_off {
  background: url(/common/img/social_link_off_bg.png) no-repeat;
  float: left;
  display: table;
  height: 102px;
  margin: 0 12px 15px 0;
  /*position: relative;*/
  width: 318px;
}

.link-content li.link_off span img{
		text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}

.link-content li:nth-child(3n){
	margin-right: 0px;
}
/*#link-area .link-content li.rightLi {
  margin: 0 0 15px;
}*/
.link-content li a {
    display: block;
    height: 100%;
    width: 100%;
}

.link-content li a:hover{
	text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}


.link-content li .photo {
  	display: table-cell;
    margin: 1px;
}
.link-content li .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.link-content li .title2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
	line-height:130%;
    color: #333;
}

.link-content li.link_off .title {
	color:#666666 !important;
}

.link-content li .title span{
	display: block;
	font-size: 12px;
}


.link-content li .title p{
	margin: 0px;
	padding: 0px;
}

.link-content li .title p span{
	display: inline;
	margin-right: 10px;
}

.link-content li .title p span a{
	display: inline;
}

.link-content li .title p span img{
	vertical-align: middle;
	margin-right: 2px;
}

/* link-area02
-------------------------------------------------- */
.link-content02 li {
  background: url(/common/img/social_link_bg02.png) no-repeat;
  float: left;
  display: table;
  height: 102px;
  margin: 0 12px 15px 0;
  /*position: relative;*/
  width: 478px;
}

.link-content02 .banner-2014dream{
	margin: 0 0 25px;
	border: 1px solid #ccc;
	width: 297px;
}

.link-content02 li:nth-child(2){
	margin-right: 0px;
}
/*#link-area .link-content li.rightLi {
  margin: 0 0 15px;
}*/
.link-content02 li a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
    color: #232323;
}

.link-content02 li a:hover {
	text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}

.link-content02 li .photo {
  	display: table-cell;
    margin: 1px;
}
.link-content02 li .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.link-content02 li .title a{
	text-decoration: none;
}

.link-content02 li .title p{
	margin: 0px;
	padding: 0px;
}

.link-content02 li .title p span{
	display: inline;
	margin-right: 10px;
}

.link-content02 li .title p span a{
	display: inline;
}
.link-content02 li .title .sub-title{
	font-size:10px;
}



/* link-content _s 小さいボタンリンクの設定
-------------------------------------------------- */
.link-content_s li {
  background: url(/common/img/social_link_s_bg.png) no-repeat;
  float: left;
  display: table;
  height: 72px;
  margin: 0 12px 15px 0;
  width: 225px;
}

.link-content_s li.link_off {
  background: url(/common/img/social_link_off_s_bg.png) no-repeat;
  float: left;
  display: table;
  height: 72px;
  margin: 0 12px 15px 0;
  width: 225px;
}

.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(3n){
	margin-right: 0px;
}

.link-content_s li a {
    display: block;
    height: 100%;
    width: 100%;
}

.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;
    margin: 1px;
	padding:3px 0 0 3px;
}
.link-content_s li .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size:14px;
	line-height:120%;
    color: #333;
}


.link-content_s li.link_off .title {
	color:#999 !important;
}

.link-content_s li .title span{
	display: block;
	font-size: 12px;
}


.link-content_s li .title p{
	margin: 0px;
	padding: 0px;
}

.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;
}


/* link-area
-------------------------------------------------- */
#link-area {
  background: url(/common/img/link_area_inner_bg.png) repeat-y center;

}

#link-area.match-links{
  background: url(/common/img/link_area_inner_bg.png) repeat-y center;
	margin: 40px 0 0px;
	padding-bottom: 10px;
}


#link-area02{
	background: none;
}

#link-area .head-line {
  background: url(/common/img/link_area_head_bg.png) no-repeat center top;
  height: 1px;
}
#link-area .outer-inner,#link-area02 .outer-inner {
  margin: 35px auto 0px;
  padding: 0px 0 20px;
}


/* banner-area
-------------------------------------------------- */
#banner-area {
  background: url(/common/img/news-area-bg.png) no-repeat center 30px;
  margin: 35px auto 0px;
}



#banner-area .outer-inner {
  overflow: hidden;
}
#banner-area .banner-content {
  float: left;
  left: 50%;
  position: relative;
}
#banner-area .banner-content li {
  float: left;
  margin: 0 10px;
  position: relative;
  right: 50%;
  width:250px;
}

#top #banner-area .banner-content li {
  float: left;
  margin: 10px;
  position: relative;
  right: 50%;
  width:300px;
}


.banner-content li a:hover {
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}

#banner-area .banner-content li img{
  width:100%
}

/* relative-content
-------------------------------------------------- */
#relative-area {
  margin: 35px 0px 30px;
  background: url(/common/img/news-area-bg.png) no-repeat center 30px;
}

#relative-area outer-inner {
	margin: 0 auto;
}



#relative-area .head-area {
  margin: 0 0 10px;
}

#relative-area .body-area {
  margin: 20px 0 0px;
}

#relative-area .banner-content{
	margin: 0px 0 0;
	padding: 0px;
}
#relative-area .banner-content li {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 225px;
}

#relative-area .banner-content li:nth-child(4n){
	margin-right: 0px;
}

#relative-area .banner-content li img {
  width: 100%;
}


/* sitemap
-------------------------------------------------- */
#sitemap {
  background: url(/common/img/sitemap_inner_bg.png) repeat-y center;
  color: #666666;
  margin: 0;
}
#sitemap a {
  color: #666666;
}

  #sitemap .outer-inner {
    padding: 20px 0;
  }
  #sitemap .outer-inner h3{
    padding: 0 0 10px;
  }
  #sitemap .head-line {
    background: url(/common/img/sitemap_head_bg.png) no-repeat center top;
    height: 1px;
  }
  #sitemap .yatagarasu {
    background: url(/common/img/sitemap-yatagarasu.png) no-repeat 30px 0;
    bottom: 0;
    height: 364px;
    right: 0;
    position: absolute;
    width: 504px;
  }

  #sitemap .sitemap-content>li {
    background: url(/common/img/sitemap-line.png) no-repeat left 30px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 6px 100px 0;
    min-height: 31px;
    padding: 3px 0;
    width: 240px;
  }

  #sitemap .sitemap-content .match,
  #sitemap .sitemap-content .social,
  #sitemap .sitemap-content .jfa {
    margin: 0 6px 30px 0;
  }

  #sitemap .sitemap-content>li h4{
    margin:0;
  }
  #sitemap .sitemap-content>li h4 a{
  	text-decoration: none;
  	cursor: default;
  }
  #sitemap .sitemap-content>li.coach {
    position: absolute;
    left: 490px;
    top: 290px;
  }
    #sitemap .sitemap-content>li>.sub-sitemap {
      margin: 16px 0 0;
    }
      #sitemap .sitemap-content>li>.sub-sitemap>li {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        line-height:19px;
      }

      #sitemap .sitemap-content>li>.sub-sitemap>li img{
	      margin-left: 5px;
	      vertical-align: middle;
      }
      #sitemap .sitemap-content>li>.sub-sitemap>li span+span:before {
        content: "｜";
      }
  #sitemap .sitemap-content>li.kiyaku,
  #sitemap .sitemap-content>li.step,
  #sitemap .sitemap-content>li.data,
  #sitemap .sitemap-content>li.other,
  #sitemap .sitemap-content>li.qa {
    margin: 0 0px 1px 0;
  }
  #sitemap .sitemap-content>li.kiyaku a,
  #sitemap .sitemap-content>li.step a,
  #sitemap .sitemap-content>li.data a,
  #sitemap .sitemap-content>li.other a,
  #sitemap .sitemap-content>li.qa a{
  	cursor: pointer;
  }


  #sitemap .sitemap-content>li.national{
	  margin-right: 0px;
  }

	#sitemap .sitemap-content>li .sub-sitemap .wallpaper{
		margin-top: 20px;
    margin-bottom: 50px;
	}

	#sitemap .sitemap-content>li .sub-sitemap .category{
		margin-top: 15px;
	}

  #sitemap .sitemap-content>li.kiyaku a:hover,
  #sitemap .sitemap-content>li.step a:hover,
  #sitemap .sitemap-content>li.data a:hover,
  #sitemap .sitemap-content>li.other a:hover,
  #sitemap .sitemap-content>li.qa a:hover{
	text-decoration:underline;
	}

/* 2nd page slider
-------------------------------------------------- */
#slider {
  padding:20px 0 0;
}

#slider .slider-wrap {
  position:relative;
}

#slider .slider-wrap-sp {
  position: fixed;
  top: -2000px;
}

#slider .slider-wrap .left_arrow {
  cursor: pointer;
  position:absolute;
  top:20px;
  left:0px
}

#slider .slider-wrap .right_arrow {
  cursor: pointer;
  position:absolute;
  top:20px;
  right:0px
}

#slider .slider-wrap .frame-wrap {
  height:68px;
  margin:0 auto;
  overflow: hidden;
  width:872px;
}

#slider .slider-wrap .frame {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#slider .slider-wrap .frame li {
  float: left;
  height:68px;
  width: 218px;
  margin: 0 px 5px;

}

#slider .slider-wrap .frame li a {
  display: block;
  height:68px;
  position: relative;
  width: 208px;
  margin:0 auto;
}

#slider .slider-wrap .frame li a img{
	width: 100%;
	height: auto;
}


/*#slider .slider-wrap .frame li .photo {
  float: left;
  padding: 16px 5px 0;
  text-align: center;
  width: 135px;
}

#slider .slider-wrap .frame li .photo img {
  width:100%
}

#slider .slider-wrap .frame li .text {
  display: table;
  float: right;
  font-size: 11px;
  line-height: 1.4;
  padding: 15px 5px 0 0;
  width: 160px;
}

#slider .slider-wrap .frame li .text4 {
  padding: 8px 5px 0 0;
}*/
/* footer
-------------------------------------------------- */
#footer {
  background: #1c2f51;
  color: #eeeeee;
}
#footer a {
  color: #eeeeee;
}
#footer .outer-inner {
  padding: 15px 0 35px;
}
  #footer .logo-img {
    float: left;
    margin: 0 7px 0 0;
  }
  #footer .logo-text {
    float: left;
  }

  #footer .about-link {
    float: right;
    margin: 13px 0 0;
  }
    #footer .about-link li {
      float: left;
      margin: 0;
    }
    #footer .about-link li+li:before {
      content: "｜";
    }
    #footer .about-link li a{
      margin: 0 2px;
    }
  #footer .copyright {
    float: right;
    font-size: 10px;
    margin: 5px 0 0;
  }



/*
	contentBody
-------------------------------------------------- */

.contentBody{
	width: 980px;
	margin: 0 auto;
}



/*
	カテゴリーアイコンカラー
******************************************/

.news-kate{
	color: #fff;
	text-align: center;
	padding: 3px 0px;
	width: 110px;
	font-size: 11px;
}
.kate-family{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,.kate-national_team_2015,.kate-national_team_2016{  background:#1a5ee3;}
.kate-national_team_2013{  background:#1a5ee3;}
.kate-samuraiblue_2013,.kate-samuraiblue_2014,.kate-samuraiblue_2015,.kate-samuraiblue_2016{  background:#1a5ee3;}
.kate-nadeshikojapan_2013,.kate-nadeshikojapan_2014,.kate-nadeshikojapan_2015,.kate-nadeshikojapan_2016{  background:#1a5ee3;}
.kate-nadeshikohappy{  background:#858585;}

/*
	ページレイアウト
******************************************/

#container{
	width: 980px;
	margin: 0 auto 30px;
}

#container #main-colum{
	width: 700px;
	float: left;
}

#container #page-title{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	padding: 15px 10px;
	margin-bottom: 0px;
}

#container #page-title h3{
	font-size: 24px;
	padding-left: 15px;
	position: relative;
	border-left: 8px solid #1c2f51
}

/*外部サイトでニュースを埋め込む場合に使用
外部側で通常版を非表示設定にする*/
#container #page-title_02{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	padding: 15px 10px;
	margin-bottom: 0px;
}

#container #page-title_02 h3{
	font-size: 24px;
	padding-left: 15px;
	position: relative;
	border-left: 8px solid #1c2f51
}


#container #main-colum p{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 0px;
	padding: 0px;
}


#container #main-colum .section-block{
	margin: 0 0 20px;
}

#container #main-colum .img-title{
	margin: 35px 0px 20px;
}

#container .section-block h4{
	font-size: 20px;
	margin: 35px 0px 0;
	border-bottom: 1px solid #ccc;
	/*border-left: 4px solid #1c2f51;*/
	background: url(/common/img/bg_h4.gif) no-repeat left center;
	padding: 10px 15px;
}


#container .section-block h5{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding:0px 0px 10px;
	margin: 35px 0 0;
}



#container #sub{
	width: 250px;
	float: right;
}


#container #sub .category-name{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 20px 15px;
	background: #1c2f51;
	border-bottom: 2px solid #545454
}


 #sub .news-category-name{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	background: #1c2f51;
}
#container #sub #family.category-name{background: #ec6901;}
#container #sub #youth.category-name{background: #c3d726;}
#container #sub #referee.category-name{background: #f6b501;}
#container #sub #coach.category-name{background: #43931a;}
#container #sub #national.category-name{background: #1a5ee3;}
#container #sub #match.category-name{background: #b24fac;}
#container #sub #social.category-name{background: #f96063;}
#container #sub #jfa.category-name{background: #3c4db5;}
#container #sub #11plus.category-name{background: #ec6901;}
#container #sub #national_team_2015.category-name,#container #sub #national_team_2016.category-name{background: #1a5ee3;}
#container #sub #nadeshikohiroba.category-name{background: #FF669D;}
#container #sub #nadeshikohappy.category-name{background: #fe92c8;}

 #sub .sub-name{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 17px 15px;
	background: #4e4e4e;
}

#container #sub #smc.category-name {
    background: none repeat scroll 0% 0% #EC6901 !important;
}

/*アーカイブカラー*/
body.family #sub .outer-archieves .news-category-name{background: #ec6901;}
body.youth #sub .outer-archieves .news-category-name{background: #c3d726;}
body.referee #sub .outer-archieves .news-category-name{background: #f6b501;}
body.coach #sub .outer-archieves .news-category-name{background: #43931a;}
body.national #sub .outer-archieves .news-category-name{background: #1a5ee3;}
body.match #sub .outer-archieves .news-category-name{background: #b24fac;}
body.social #sub .outer-archieves .news-category-name{background: #f96063;}
body.jfa #sub .outer-archieves .news-category-name{background: #3c4db5;}
body.11plus #sub .outer-archieves .news-category-name{background: #ec6901;}
body.national_team_2015 #sub .outer-archieves .news-category-name{background: #1a5ee3;}
body.nadeshikohiroba #sub .outer-archieves .news-category-name{background: #FF669D;}
body.nadeshikohappy #sub .outer-archieves .news-category-name{background: #fe92c8;}

/*ローカルナビ*/
#container #sub .local-navi{
	background: #f2f2f2;
	margin-bottom: 30px;
}

#container #sub .local-navi li span{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	font-size: 14px;
	color: #ccc;
}

#container #sub .local-navi li.bold{
	font-weight: bold;
	background: #acacac;
	color: #fff;
	padding: 5px 15px;
}


#container #sub .local-navi li a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	font-size: 14px;
}

#container #sub .local-navi li a img{
	margin-left: 5px;
	vertical-align: middle;
}

#container #sub .local-navi li a:hover{
	text-decoration: none;
	background: #7a7a7a;
	color: #fff;
}

#container #sub .local-navi li a.switch{
	padding: 10px 15px;
	background: url(/common/img/ico_arrow_local_nav_off.png) no-repeat 226px center;
}

#container #sub .local-navi li a.switch:hover{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}

#container #sub .local-navi li a.switch.active{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}


#container #sub .local-navi li a.blank{
	background: url(/common/img/ico_blank_local_nav.png) no-repeat 95% center;
	padding-right: 30px;
}

#container #sub .local-navi li a.blank:hover{
	background: #7a7a7a url(/common/img/ico_blank_local_nav.png) no-repeat 95% center;
	padding-right: 30px;
}


#container #sub .local-navi li a.active{
	background: #7a7a7a;
	color: #fff;
}



#container #sub .local-navi .sub-content{
	background:#e6e6e6;
	display: none;
}

#container #sub .local-navi .sub-content.disp{
	display: block;
}

#container #sub .local-navi .sub-content li a{
	padding: 5px 25px;
	font-size: 12px;
	position: relative;
	background: url(../img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	padding-left: 45px;
}

#container #sub .local-navi .sub-content li span{
	padding: 5px 25px;
	font-size: 12px;
	position: relative;
	background: url(../img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	padding-left: 45px;
	color:#999;
}

#container #sub .local-navi .sub-content li a:hover{
	background: #efefef url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}

#container #sub .local-navi .sub-content li a.current{
	background: #ccc url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}
/*ローカルナビが2つの場合*/
#container #sub .local-navi2{
	background: #f2f2f2;
	margin-bottom: 30px;
}

#container #sub .local-navi2 li span{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	font-size: 14px;
	color: #ccc;
}

#container #sub .local-navi2 li.bold{
	font-weight: bold;
	background: #acacac;
	color: #fff;
	padding: 5px 15px;
}


#container #sub .local-navi2 li a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	font-size: 14px;
}

#container #sub .local-navi2 li a img{
	margin-left: 5px;
	vertical-align: middle;
}

#container #sub .local-navi2 li a:hover{
	text-decoration: none;
	background: #7a7a7a;
	color: #fff;
}

#container #sub .local-navi2 li a.switch{
	padding: 10px 15px;
	background: url(/common/img/ico_arrow_local_nav_off.png) no-repeat 226px center;
}

#container #sub .local-navi2 li a.switch:hover{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}

#container #sub .local-navi2 li a.switch.active{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}


#container #sub .local-navi2 li a.blank{
	background: url(/common/img/ico_blank_local_nav.png) no-repeat 95% center;
	padding-right: 30px;
}

#container #sub .local-navi2 li a.blank:hover{
	background: #7a7a7a url(/common/img/ico_blank_local_nav.png) no-repeat 95% center;
	padding-right: 30px;
}


#container #sub .local-navi2 li a.active{
	background: #7a7a7a;
	color: #fff;
}



#container #sub .local-navi2 .sub-content{
	background:#e6e6e6;
	display: none;
}

#container #sub .local-navi2 .sub-content.disp{
	display: block;
}

#container #sub .local-navi2 .sub-content li a{
	padding: 5px 25px;
	font-size: 12px;
	position: relative;
	background: url(../img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	padding-left: 45px;
}

#container #sub .local-navi2 .sub-content li a:hover{
	background: #efefef url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}

#container #sub .local-navi2 .sub-content li a.current{
	background: #ccc url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}

/*ローカルナビ内のリンクなし*/

 #sub li.nav_info{
	 padding:10px !important;
	 border-bottom: 1px solid #333333 !important;
}

 #sub li.nav_info span{
	display: block;
	padding: 0px !important;
	border-bottom: none !important;
	border-top: none !important;
	font-size: 14px;
	color: #333 !important;
}

 #sub li.nav_info a{
	display: inline !important;
	padding: 0px !important;
	border-bottom: none !important;
	border-top: none !important;
	font-size: 14px;
}

 #sub li.nav_info a:hover{
	display: inline !important;
	padding: 0px !important;
	border-bottom: none !important;
	border-top: none !important;
	font-size: 14px;
	background:none !important;
	color:#0B8FBA !important;
	text-decoration:underline !important;
}


/*NEWS メニュー*/

#container #sub .news-navi{
	background: #f2f2f2;
	margin-bottom: 30px;
}

#container #sub .news-navi li a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	font-size: 14px;
}

#container #sub .news-navi li a:hover{
	text-decoration: none;
	background: #7a7a7a;
	color: #fff;
}

#container #sub .news-navi li a.switch{
	padding: 10px 15px;
	background: url(/common/img/ico_arrow_local_nav_off.png) no-repeat 226px center;
}

#container #sub .news-navi li a.switch:hover{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}

#container #sub .news-navi li a.switch.active{
	padding: 10px 15px;
	background: #7a7a7a url(/common/img/ico_arrow_local_nav_on.png) no-repeat 226px center;
	text-decoration: none;
	color: #fff;
}


#container #sub .news-navi li a.blank{
	background: url(/common/img/ico_blank_local_nav.png) no-repeat 95% center;
	padding-right: 30px;

}

#container #sub .news-navi li a.active{
	background: #7a7a7a;
	color: #fff;
}
#container #sub .news-navi .sub-content{
	background:#e6e6e6;
	display: none;
}

#container #sub .news-navi .sub-content.disp{
	display: block;
}

#container #sub .news-navi .sub-content li a{
	padding: 5px 25px;
	font-size: 12px;
	position: relative;
	background: url(../img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	padding-left: 45px;
}

#container #sub .news-navi .sub-content li a:hover{
	background: #efefef url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}

#container #sub .news-navi .sub-content li a.current{
	background: #ccc url(/common/img/ico-line-local-navi-sub.gif) no-repeat 30px center;
	text-decoration: none;
	color: #343434
}


/*
	NEWS 一覧
******************************************/
.result-search{
	font-size: 16px;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

/*カテゴリーアイコンあり*/
.news-list{
	margin: 0px auto 30px;
	height: 100%;
	overflow: hidden;
}

.news-list li{
	padding: 15px 10px;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}

/*.news-list li:first-child{
	padding-top: 0px;
}
*/
.news-list li:hover{
	background: #f0f0f0;
}
.news-list li:last-child{
	border-bottom: 0px;
}

.news-list li a{
	height: 100%;
	overflow: hidden;
	display: table;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}

.news-list li a:hover{
	text-decoration: none;
}

.news-list li a span{
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.news-list li a span img{
	vertical-align: middle;
	margin-left: 5px;
}

.news-list li a .date{
	text-align: center;
}

.news-list li a .text-news{
	width: 550px;
}

.news-list li a .text-news02{
}

/*カテゴリーアイコンなし*/
.news-list02{
	margin-bottom: 0 auto 30px;
	height: 100%;
	overflow: hidden;
}

.news-list02 li{
	padding: 10px 0px;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}

.news-list02 li:hover{
	background: #f0f0f0;
}
.news-list02 li:last-child{
	border-bottom: 0px;
}

.news-list02 li a{
	height: 100%;
	overflow: hidden;
	display: table;
}

.news-list02 li a:hover{
	text-decoration: none;
}

.news-list02 li a span{
	display: table-cell;
	font-size: 12px;
}

.news-list02 li a .date{
	text-align: center;
	padding-right: 20px;
}

.news-list02 li a .text-news{
}


/*
	ページング
******************************************/

.news-list-paging{
	text-align: center;
	margin: 20px 0px 0px;
}

.news-list-paging span{
	display: inline-block;
	text-align: center;
	margin: 0 3px;
	border: 1px solid #ccc;
}

.news-list-paging span a{
	display: block;
	padding: 5px 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.news-list-paging span a:hover{
	background: #f0f0f0;
	text-decoration: none;
}

.news-list-paging span a.current{
	background: #1c2f51;
	color: #fff !important;
	font-weight: bold;
}

/*
	NEWS アーカイブ
******************************************/
.outer-archieves{
	margin: 0 0 30px;
}

.outer-archieves .select-archieves{
	padding: 10px;
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
}

.outer-archieves .select-archieves select{
	width: 80px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	background: #fff;
	padding: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.outer-archieves .select-archieves #search-archieves{
	background: #CECECE; /* Old browsers */
	border: 1px solid #666666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px;
	text-align: center;
}


.outer-archieves .select-archieves .select-category,
.outer-archieves .select-archieves .select-sub-category{
	margin-bottom: 5px;
}

.outer-archieves .select-archieves .select-category select,
.outer-archieves .select-archieves .select-sub-category select{
	width: 100%;
}


/*
	フルカラムを半分
******************************************/
.col-half{
	float: left;
	width: 480px;
}

/* acordion common */

ul.accordion_rp {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 0 5px;
}
ul.accordion_rp a {
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
ul.accordion_rp span {
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 10px;
}
ul.accordion_rp ul {
    display: none;
}
ul.accordion_rp li {
    background: none repeat scroll 0 0 #FFFFFF;
}
#container #main-colum ul.accordion_rp li p {
    background: none repeat scroll 0 0 #2475BD;
    cursor: pointer;
    margin: 10px 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 #FFFFFF;
    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 #999999;
}
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 #FFFFFF;
    border-bottom: 1px dotted #888888;
}
ul.accordion_rp li u li ul li:last-child {
    border: medium none;
}




#header-schedule-result{
	background: #555555;
	padding: 5px;
	color: #fff;
	margin-top: 20px;
}

#header-schedule-result #inner-header-score{
	padding: 10px 0 10px 5px;
	display: table;
	width: 100%;
}

#header-schedule-result #inner-header-score .text-schedule{
	width: 480px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}


#header-schedule-result #inner-header-score .official-record{
	width: 190px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#header-schedule-result #inner-header-score .official-record a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#header-schedule-result #inner-header-score .official-record a:hover{
	text-decoration: underline;
}

#header-schedule-result #inner-header-score .official-record a img{
	margin-right: 5px;
	vertical-align: middle;
}

#header-schedule-result #inner-header-score .live{
	color: #ff0000;
	font-size: 14px;
	width: 190px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#header-schedule-result #inner-header-score .full-time{
	font-size: 14px;
	width: 190px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}




#header-schedule-result #score-board-header{
	display: table;
	width: 680px;
	margin: 0 auto;
	background: #343434;
	padding:0px 0px;

}

#header-schedule-result #score-board-header div{
	display: table-cell;
	vertical-align: middle;
}

#header-schedule-result #score-board-header .flag{
	text-align: center;
	padding: 20px 0 10px;
	width: 200px;

}

#header-schedule-result #score-board-header .team_name{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	width: 200px;
}


#header-schedule-result #score-board-header .flag p{
	text-align: center;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
}

#header-schedule-result #score-board-header .total-score{
	width: 50px;
	padding: 10px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

#header-schedule-result #score-board-header .score-detail{
	text-align: center;
	width: 100px;
}

#header-schedule-result #score-board-header .score-detail .inner-score{
	padding: 5px 0px;
	border-bottom: 1px dotted #fff;
	font-size: 14px;
}

#header-schedule-result #score-board-header .score-detail .inner-score:last-child{
	border-bottom: none;
}

#game-content-wrap{
	display: table;
	width: 680px;
	padding: 10px 0px 10px;
	margin: 0 auto;
}

#game-content-wrap div{
	display: table-cell;
	vertical-align: middle;
}

#game-content-wrap .scorerLeft{
	text-align: right;
	width: 275px;
	padding-right: 15px;
	vertical-align: top;
}

#game-content-wrap .title-scorer{
	width: 110px;
	padding: 0 0px;
	text-align: center;
	font-size: 16px;
	margin: 0px;
}


#game-content-wrap .scorerRight{
	text-align: left;
	padding-left: 15px;
	vertical-align: top;
	width: 275px;
}

#game-content-wrap .scorerLeft p,
#game-content-wrap .scorerRight p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}


/*
スコアボード下、チーム画像並び
******************************************************************/

#header-match-result {
	padding: 0px;
	margin: 0px 0 0px;
}


#header-match-result ul{
	height: 100%;
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
	padding: 10px 0 5px;

}

#header-match-result ul li{
	width: 330px;
}

#header-match-result ul li img{
	width: 100%;
	height: auto;
}
#header-match-result ul li:first-child{
	float: left;
}

#header-match-result ul li:last-child{
	float: right;
}


#header-match-result ul li p{
}

#header-match-result ul li .team-photo{
	display: block;
	padding: 5px;
	border: 1px dotted #ccc;
	background: #fff;
}

#header-match-result ul li  img{
}

#header-match-result ul li .team-name{
	margin: 0px;
	padding: 0px;
	display: block;
	margin-top: 5px;
	text-align: center;
}

.record-official{
	margin: 10px 10px 20px;
	text-align: right;
}


/*
動画のサムネイル並び
******************************************************************/


.movie-list{
	margin:5px 0 40px;
}

	.movie-list li{
		padding: 15px 10px;
		/*border-bottom: 1px dotted #ccc;*/
		height: 100%;
		overflow: hidden;
		display: table;
	}

	.movie-list li:last-child{
		border-bottom: none;
	}
	.movie-list li .photo-movie-thumb{
		width: 170px;
		display: table-cell;
		margin-right: 15px;
	}

	.movie-list li .text-movie-detail{
		display: table-cell;
		padding-left: 30px;
		vertical-align: middle;
	}

	.movie-list li .text-movie-detail span{
		display: block;
		margin-left: 15px;
	}
	.movie-list li .text-movie-detail .date{
		font-size: 14px;
	}


	.movie-list li .text-movie-detail .link{
		font-size: 18px;
		font-weight: bold;
	}




/*
	table
-------------------------------------------------- */

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%
}

table tr td a{
	color: #0b8fba !important;
}

table tr .poscenter{
	text-align: center;
}

table.table-boder-none{
	border: none;
}



.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: #bababa;
}

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;
}


.table-type-02 table tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.table-type-02 table tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}






.allergy_box table.table03 tr td{
	background: #f0f0f0 ;
	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: #f0f0f0 ;
	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 ;
}


/*table左寄せ*/
table.table_left_all td,
table.table_left_all th{
	text-align:left !important;
}

.td_left{
	text-align:left !important;
}

/*ニュース用*/
.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;
}


/*テーブル中央寄せ*/


.table03,
.table_poscenter th,
.table_poscenter td {
	text-align: center;
}

/*テーブル左寄せ*/

.table_posleft th,
.table_posleft td {
	text-align: left;
}

/*テーブル右寄せ*/

.table_posright th,
.table_posright td {
	text-align: right;
}


.col4 thead tr td{
	font-size: 14px;
	padding: 10px 5px;
	font-weight: bold;
	text-align: center;
}

.col4 tbody tr td{
	background: #f0f0f0;
	font-size: 14px;
	font-size: 14px;
	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{
	text-align:left;
}

table tbody tr td.category{
	text-align: center;
}


/*6カラム*/

.col6{
	margin: 20px 0px 35px;
	padding: 0px;
}

.col6 thead tr td{
	font-size: 14px;
	padding: 5px 5px;
	font-weight: bold;
	background: #bababa;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.col6 tbody tr td{
	font-size: 14px;
	padding: 10px 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
}

.col6 tbody:nth-child(odd) tr td{
	background: #eaeaea
}

.col6 tbody tr td.date{width: 50px;}
.col6 tbody tr td.comp_name{width: 250px;}
.col6 tbody tr td.score{
	width: 50px;
	text-align: center;
}
.col6 tbody tr td.team{
	width: 100px;
	text-align: center;
}
.col6 tbody tr td.place{
	width: 250px;
	text-align: left;

}
.col6 tbody tr td.pdf{
	text-align: center;
	width: 20px;
}



/*
	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: #bababa;
	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: #f0f0f0;
	padding: 5px;
}

.section-block-top{
	margin-top:20px;
}


/*
	試合詳細テーブル
******************************************/

table.match-result tr td{
	padding: 5px;
	font-size: 14px;
	background: #f0f0f0;
}

table.match-result tr:nth-child(even) td{
	background: #eaeaea;
}


.match-result tbody tr td span{
	margin-left: 15px;
	margin-right: 5px;
}

.match-result tbody tr td .out{
	color: #fc2217;
}

.match-result tbody tr td .in{
	color: #1a6409

}

table.match-result tr td.header{
	font-weight: bold;
	text-align: center;
	width: 50%;
	background: #bababa;
}



table.match-result tr td span.gk{
	color: #c8c105;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	width: 10%;
	margin: 0px 2px;
}

table.match-result tr td span.df{
	/*border-right: 5px solid #003300;*/
	color: #078cd8;
	font-weight: bold;
	margin: 0px 2px;
	text-align: center;
	width: 10%;
}

table.match-result tr td span.mf{
	/*border-right: 5px solid #FF3300;*/
	color: #2ab809;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0px 2px;
}

table.match-result tr td span.fw{
	/*border-right: 5px solid #CC0000;*/
	color: #b82109;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0px 2px;
}

table.match-result tr td span.fp{
	/*border-right: 5px solid #CC0000;*/
	color: #e77e17;
	font-weight: bold;
	text-align: center;
	width: 10%;
	margin: 0px 2px;
}

table.match-result tr td.manager{
	background: #323230;
	text-align: center;
	color: #fff;

}

table.match-result tr td.number{
	width: 5%;
	text-align: center;
}


table.match-result tbody tr td.separate{
	height: 5px;
	padding: 0px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}



.table_theme1 {
  margin-top: 20px;
}

.table_theme1 thead tr td{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:#bababa;
}

.table_theme1 tr td{
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	font-size: 14px;
	background: #f0f0f0;
	padding: 5px;
}



.table_theme1 tr:nth-child(odd) td{
	background: #eaeaea;
}

.table_theme1 tr td u{
	text-align: center;
	display: block;
}

.table_theme1 tr th.font_nomal{
 ?font-weight: normal;
}

.table_theme1 tr th{
	background:#bababa;
  font-size:14px;
  padding: 5px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}




.table_theme1 .sell2{
  padding: 0;
}
.table_theme1 .sell2 .mod .bd{
  border-top: none;
}

.table_theme1 .sell2 p{
  margin: 0;
  border-bottom:1px solid #ccc;
  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 #ccc;
}
.table_theme1 .mod .left{
  border-right: 1px solid #ccc;
  text-align: center;
  float: left;
  width: 49%;
}
.table_theme1 .mod .right{
  float: right;
  text-align: center;
  width: 49%;
}


.table_space{
	border-top:none !important;
	border-left:none !important;
	border-right:1px #FFFFFF solid !important;
	background:none !important;
	}

tr td.txtC{
	text-align:center !important;
}

tr td.txtL,
tr th.txtL{
	text-align:left !important;
}

tr td.txtR,
tr th.txtR{
	text-align:right !important;
}

table.txtL tr td,
table.txtL tr th{
	text-align:left !important;
}

table.txtR tr td,
table.txtR tr th{
	text-align:right !important;
}




/*
	得点テーブル
-------------------------------------------------- */

.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:200px;
}

/*
	news 3カラム
********************************************************************/

#news-area.news_col3{
	background: no-repeat;
	margin: 25px 0 0 0px;
}

#news-area.news_col3 .outer-inner{
	width: 700px;
}

#news-area.news_col3 .outer-inner .body-area li{
	width: 220px;
}

#news-area.news_col3 .outer-inner .body-area li.rightLi{
	margin-right: 0px;
}

#news-area.news_col3 .outer-inner .body-area .news-text-content{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px
}

		.body-area .news-text-content dl{
			margin: 0px;
			padding: 5px;
		}

			.body-area .news-text-content dl a{
				color: #0b8fba;
			}
			.body-area .news-text-content dl dt,
			.body-area .news-text-content dl dd{
				margin: 0px;
				padding: 0px;
				font-size: 14px;
			}

			.body-area .news-text-content dl dt{
				float: left;
			}

			.body-area .news-text-content dl dd{
				padding-left: 100px;
			}



/*
追加要素
********************************************************************/
#cse-search-results table{
 border: none;
}

.coution{
	color:#FF0000;
	font-size:110%;
	font-weight:bold;
}

.strong{
	font-size:110%;
	font-weight:bold;
}

.bold_s{
	font-weight:bold;
}

.coution_line{
	font-weight:bold;
	text-decoration:underline;
}

ul.contents{
	font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 0;
}

ul.ind {
	padding:0 0 20px 20px;
	font-size:12px;
}

ul.ind_code {
	padding: 0 0 0 2em;
}

ul.ind_code li {
	display: block;
	text-indent: -1.8em;
}

ul.ind_code1 {
	padding: 0 0 0 1em;
}

ul.ind_code1 li {
	display: block;
	text-indent: -1em;
}

ul.ind_code2 {
	padding: 0 0 0 1.5em;
}

ul.ind_code2 li {
	display: block;
	text-indent: -1.4em;
}

.mL20{
	margin-left:20px;
}

.mR20{
	margin-right:20px;
}

.txtred{
	color:#FF0000;
}

h5.detail_ttl{
	font-size:32px !important;
	font-weight:bold !important;
}


.mT35{
	margin-top:35px !important;
}

.mT20{
	margin-top:20px !important;
}
.mT10{
	margin-top:10px !important;
}

.mT5{
	margin-top:5px !important;
}

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_bnr_area ul li{
	text-align:center;
	margin-bottom:12px;
}

.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;
}


/*	トップスポンサー

**********************************************/
/*#official-banner-area .outer-inner {
    background: none repeat scroll 0% 0% #FAFAFA;
    border-radius: 5px;
}

.wrap-partners {
    height: 100%;
    overflow: hidden;
    width: 930px;
    padding: 20px 0;
    margin: 0px auto 40px;
}

#match-official-partner{
	border-bottom:1px solid #d2d2d2;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
 }
 
#tournament-sponsor{
	border-bottom:1px solid #d2d2d2;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px;
 }
 
 .common-sponsor{
	border-bottom:1px solid #d2d2d2;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px;
 }
 

.wrap-partners li {
	float:left;
	padding-right:10px;
}

.wrap-partners ul li:last-child {
	padding-right:0px;
}*/

/*	中黒や※の横並び設定

**********************************************/

.cap_indent{
	font-size:14px;
}

.cap_indent dt{
	float: left;
	margin: 0px;
	padding: 0px;
}

.cap_indent dd{
	margin: 0px;
	padding: 0 0 0 15px;
}

.table_txt12{
	font-size:12px !important;
}

.table_txt12 td{
	font-size:12px !important;
}

.table_txt14{
	font-size:14px !important;
}


/*	大会のトーナメントの読み込み

**********************************************/
#img_tournament{
	border:none;
	width:700px;
	text-align:center;
}



/*	ニュース内のリンク

**********************************************/
.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 5px 5px 32px;
}

/*外部リンク*/
.link_blank {
    background: url('/common/img/ico_blank_local_nav.png') no-repeat scroll 10px center transparent;
    padding: 5px 5px 5px 32px;
}

/*PDFリンク*/

.link_pdf {
    background: url('/common/img/icon_pdf.gif') no-repeat scroll 7px center transparent;
	padding: 5px 5px 5px 32px;
}

/*reportリンク*/

.link_report {
    background: url('/common/img/ico_report.png') no-repeat scroll 7px center transparent;
	padding: 5px 5px 5px 27px;
}


/*WORDリンク*/

.link_word {
    background: url('/common/img/icon_word.gif') no-repeat scroll 7px center transparent;
	padding: 5px 5px 5px 32px;
}

/*EXCELリンク*/

.link_xls {
    background: url('/common/img/icon_xls.gif') no-repeat scroll 7px center transparent;
	padding: 5px 5px 5px 32px;
}

/*Mailリンク*/

.link_mail {
    background: url('/common/img/ico_mail_local_nav.png') no-repeat scroll 10px center transparent;
	padding: 5px 5px 5px 32px;
}





/*コンテンツ内リンク*/
.contents_link{
	color:#0B8FBA;
	text-decoration:underline;
}

/*テキスト設定*/
.txt16{
	font-size:16px !important;
}

.txt14{
	font-size:14px !important;
}

.txt12{
	font-size:12px !important;
}

.txt10{
	font-size:10px !important;
	line-height:110% !important;
}

.txtred_b{
	color:#ff0000;
	font-weight:bold;
}
.score_txt{
	letter-spacing: 0em !important;
	font-size:12px !important;
}

/*コンテンツ内リンク*/
.contents_link{
	color:#0B8FBA;
	text-decoration:underline;
}


/*	
共通タイトル

**********************************************/

#match_title{
	width:980px;
	margin:0 auto 35px !important;
	text-align:center;
}

#match_title #ttl_sp{
	display:none;
}
#match_title #ttl_pc{
	display:block;
	margin:10px 0 ;
}

#match_title .textarea-match{
	text-align: center;
	font-size: 20px;
	line-height:150%;
	margin-bottom:10px;
}

ul.match-name li:first-child{
	display:none;
	}


ul.match-name li:nth-child(2) a{
	text-align:left;
	float:left;
	}
	
	/*	過去大会 match/

**********************************************/
#past-match{
margin: 40px auto 40px;
}
#past-match h3{
margin: 0 0 20px;
}
#past-match ul{
	width:700px;
}
#past-match ul li{
float: left;
margin:0 10px 10px 0;
}
#past-match ul li a{
display: block;
width: 100px;
padding: 5px 0;
border: 1px solid #DDD;
text-align: center;
}
#past-match ul li a:hover{
background: #EEE;
text-decoration: none;
}

#past-match ul li.current a{
	color:#666666;
	background:#ccc;
}


	/*	
右カラムツイッター
**********************************************/

.r_tw{
	width:250px;
}

	/*	
トーナメント表のポジション
**********************************************/
#img-tournament {
    margin: 20px 0px 30px;
    text-align: center;
}


/*
	ページ内リンク　※左寄せver
********************************************************************/


#page_nav{
	margin: 10px 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

#page_nav li{
	padding: 2px 0px;
	line-height: 28px;
	float: left;
	font-size: 14px;
}

#page_nav li a{
	color: #0b8fba;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

#page_nav li:last-child a{
	border-right: none;
}



	/*	
ページ内リンク　※中央寄せ/フォント大ver
**********************************************/

 .inner_link {
    overflow: hidden;
    position: relative;
	margin-top:20px;
}
.inner_link ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 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 20px 0;
	overflow: hidden;
    position: relative;
	border-bottom: 1px solid #ccc;
}

.group_links ul{
	display: table;
	list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}

.group_links ul li{
	display: table-cell;
	padding: 0 15px 0 0px;
}

.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: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	left: -50%;
	position: relative;
	float: left;
}

.group_links ul li a:hover {
    background:#ccc none repeat scroll 0% 0%;
}

.group_links ul li a.active {
    border: 1px solid #555;
    background:#1C2F51 none repeat scroll 0% 0%;
	color:#ffffff;
}


	/*	
カテゴリートップ2カラム
**********************************************/


.top_content li{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width:480px;
}

.top_content li:last-child{
	margin-right: 0px;
}

.top_content li h4{
	border-bottom:#ccc 1px solid;
	font-size:18px;
	margin-top:0 !important;
}


	/*	
カテゴリートップ　コンテンツ用
**********************************************/
#contents-area {
    background: url('/common/img/news-area-bg.png') no-repeat scroll center 40px transparent;
    margin: 40px auto 15px;
/*	padding-top:20px;*/
}


#contents-area h3.ttl{
	font-size: 24px;
    margin: 0 0 30px;
    padding: 0 0 10px;
}


	/*	
ユースプログラム　table用
**********************************************/
/*.index_youth_program #main-colum .table_theme1 tr td{
	text-align:center;
}
*/


.index_youth_program #main-colum .table_theme1 tr td:nth-child(2){
	width:80px;
	text-align:center;
}

.index_youth_program #main-colum .table_theme1 tr td:nth-child(3){
	width:200px;
	text-align:center;
}

.index_youth_program #main-colum .table_theme1 tr td:nth-child(4){
	width:150px;
	text-align:center;
}

	/*	
ボーダー、bgなしカラー調整の　table用
**********************************************/
.normal_table{
	border:none;
}

.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: 0px 0px 5px 15px;
    font-size: 14px;
}

.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:#666666;
	background-color:#eeeeee;
}


	/*	
最新ニュースの最後のリンク
**********************************************/
.archive_link{
	text-align:center;
	font-size:14px;
	margin-top:20px;
}

/* ad 150209 */
img.nflag{
vertical-align: middle;
margin-right:7px;
border:solid 1px #cccccc;

}

	/*	
フォント指定
**********************************************/
.font_character{
	font-family:PMingLiU-ExtB,Microsoft YaHei ,"ヒラギノ角ゴ Pro W3", Arial,Microsoft Sans Serif,SimSun-ExtB,System,DFKai-SB !important;
	display:inline !important;}