@charset "UTF-8";

/************************************************************
TEXT
************************************************************/

.athletics h2 {
  padding: 10px;
  border-radius: 5px;
  background: #ffff01;
  color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.athletics h2 span {
  margin-left: 10px;
  color: #333333;
	font-size: 10px;
}

.athletics h3 {
  margin-top: 20px;
  padding: 3px 5px;
	border-left:10px solid  #ffff01;
	border-bottom: 1px dotted  #ffff01;
  color: #333333;
  font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

/************************************************************
LOCAL NAVIGATION
************************************************************/

.lnav_list {
  list-style: none;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 960px;
  font-size: 0;
  line-height: 0;
	text-align: center;
}

.lnav_item {
  display: inline-block;
	*display:inline;
	*zoom:1;
  padding: 0 1px;
  width: 20%;
  height:44px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
}

.lnav_item a,
.lnav_item span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ffff01;
  color: #333333;
  font-weight: bold;
}

.lnav_item.new a:before,
.lnav_item.new span:before {
  content: "NEW";
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  color: #ffff00;
  font-size: 10px;
  line-height: 1;
}

.lnav_item.cs a:after,
.lnav_item.cs span:after {
  content: "COMING SOON";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  color: #cccccc;
  font-size: 10px;
  line-height: 1;
}

.lnav_item.cs a ,
.lnav_item.cs span {
  background: #7f7f7f;
  color: #ffffff;
}

.lnav_item.row2 {
  font-size: 14px;
  line-height: 1;
}

.lnav_item.row2 br {
  display: inline;
}

.lnav_item.row2 a,
.lnav_item.row2 span {
  padding-top: 8px;
}

.lnav_item.cs.row2 a,
.lnav_item.cs.row2 span {
  padding-top: 3px;
}

/* ---------------TB/SP */

@media screen and (max-width: 960px) {

.lnav_item {
  display: block;
  padding: 1px 1px;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.lnav_item.new a:before,
.lnav_item.new span:before {
          top: 50%;
          left: 5px;
          margin-left: 0;
          margin-top: -0.5em;
          width: auto;
}

.lnav_item.cs a:after,
.lnav_item.cs span:after {
          top: 50%;
          left: 5px;
          margin-left: 0;
          margin-top: -1em;
          width: 50px;
          text-align: left;
}

.lnav_item.row2 {
  font-size: 14px;
  line-height: 30px;
}

.lnav_item.row2 br {
  display: none;
}

.lnav_item.row2 a,
.lnav_item.row2 span {
  padding-top: 0;
}

.lnav_item.cs.row2 a,
.lnav_item.cs.row2 span {
  padding-top: 0;
}

}

/************************************************************
CONTENTS
************************************************************/

.contents_g_wrap {
  margin-top: 1%;
	padding: 30px 5px 50px;
	width: 100%;
  background: #f2f2f2;
}

/************************************************************
SUPPORT
************************************************************/

.support_list {
  list-style: none;
}

.support_list li {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-right: 10px;
}

/************************************************************
PARTNER
************************************************************/

.partner_list {
  list-style: none;
}

.partner_list li {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-right: 10px;
}

.partner_list li a {
  font-weight: bold;
}