@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

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

html, body {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f1T {
  font-family: 'Roboto', sans-serif;
}

.f1T {
  font-weight: 100;
}

.f2B {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.f2B {
  font-weight: 700;
}

.f3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

html, body {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f1T {
  font-family: 'Roboto', sans-serif;
}

.f1T {
  font-weight: 100;
}

.f2B {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.f2B {
  font-weight: 700;
}

.f3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.hf_nav a,
.hf_nav div, .link_list li a, header .bottom .top_level, .hf_nav, .breadcrumb ul, .pagenation .pages, .sponsor_list .block ul, .link_list ul {
  font-size: 0;
  letter-spacing: 0;
}

.hf_nav a:before,
.hf_nav div:before, .link_list li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

header .bottom li .label:after, header .bottom li .sub a, .hf_nav a,
.hf_nav div, footer .pagetop, footer .pagetop span, .pagenation .prev span,
.pagenation .next span, .pagenation .pages a, .sponsor_list .block li img, .link_list li div, .page_aside .sports_subsidy_program .text .images img {
  transition: all .2s linear;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  height: 100%;
  min-width: 1080px;
  background: #e6e6e6;
  font-feature-settings: 'palt';
}

body,
a {
  color: #222;
}

.wide,
.wide2 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wide2 {
  width: 1080px;
}

.text {
  word-break: break-all;
}

/* font */
header {
  border-top: solid 8px #EA3218;
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 25px;
  transition: all .5s linear;
}

header.home {
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(180, 180, 180, 0);
}

header.home .bottom .logo .fill {
  fill: #fff;
}

header.home .bottom li .label {
  color: #fff;
}

header .top {
  height: 48px;
  position: relative;
  z-index: 1;
}

header .top:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 50%;
  left: 50%;
  height: 100%;
  background: #EA3218;
}

header .bottom {
  position: relative;
  margin-top: 15px;
}

header .bottom .logo {
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -480px;
}

header .bottom .logo .fill {
  transition: all .5s linear;
}

header .bottom .top_level {
  position: relative;
  float: right;
}

header .bottom li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
}

header .bottom li:nth-of-type(1) {
  margin-left: 0;
}

header .bottom li:hover .label:after, header .bottom li.active .label:after {
  width: 40px;
  margin-left: -20px;
}

header .bottom li.disable {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

header .bottom li.disable .label {
  cursor: default;
}

header .bottom li.disable .label:after {
  display: none;
}

header .bottom li .label {
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
  transition: all .5s linear;
  display: block;
}

header .bottom li .label:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 6px;
  width: 0;
  background: #EA3218;
  bottom: 4px;
}

header .bottom li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  height: 0;
  overflow: hidden;
}

header .bottom li .sub.about_jps {
  width: 200px;
}

header .bottom li .sub.game {
  width: 150px;
}

header .bottom li .sub ul {
  border-top: solid 1px rgba(255, 255, 255, 0.8);
}

header .bottom li .sub li {
  display: block;
  margin: 0;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-top: none;
}

header .bottom li .sub a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgba(0, 107, 255, 0.8);
}

header .bottom li .sub a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

.hf_nav {
  background: #EA3218;
  height: 48px;
  box-sizing: border-box;
  float: right;
  padding: 10px 0 0 10px;
}

.hf_nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 24px;
  font-weight: bold;
  /*
		&:nth-of-type(2){
			margin-left: -10px;

			a span{
				margin-left: 0;
			}
		}
		*/
}

.hf_nav li:nth-of-type(n+3) {
  border-left: solid 1px #fff;
}

.hf_nav a,
.hf_nav div {
  color: #fff;
}

.hf_nav a.member,
.hf_nav div.member {
  display: inline-block;
  padding: 0 10px;
  border: solid 1px #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
}

.hf_nav a.interviwew span,
.hf_nav div.interviwew span {
  font-size: 15px;
  letter-spacing: .1em;
}

.hf_nav a img,
.hf_nav a span,
.hf_nav div img,
.hf_nav div span {
  display: inline-block;
  vertical-align: middle;
}

.hf_nav a span,
.hf_nav div span {
  font-size: 12px;
  margin-left: 5px;
}

.hf_nav a + a,
.hf_nav div + a {
  margin-left: 20px;
}

.hf_nav a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.hf_nav div {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#contents {
  padding-bottom: 245px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #EA3218;
  color: #fff;
  z-index: 10;
}

footer .pagetop {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: 435px;
  width: 45px;
  height: 45px;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  background: #fff;
}

footer .pagetop:hover {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

footer .pagetop:hover span {
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
}

footer .pagetop span {
  color: #000;
  font-size: 25px;
  display: inline-block;
}

footer a {
  color: #fff;
}

footer .footer_content {
  padding: 35px 0 15px;
  position: relative;
  height: 245px;
  box-sizing: border-box;
}

footer .banner_area {
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 0;
  letter-spacing: 0;
}

footer .banner_area a {
  display: inline-block;
  width: 250px;
}

footer .banner_area a img {
  display: block;
  width: 100%;
  height: auto;
}

footer .text {
  font-size: 14px;
  line-height: 1.5;
}

footer .text strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

footer .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer .bottom .left {
  float: left;
}

footer .bottom .left a {
  font-size: 13px;
  text-decoration: underline;
}

footer .bottom .left .copyright {
  font-size: 11px;
  margin-top: 10px;
}

.breadcrumb {
  height: 40px;
  line-height: 40px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 13px;
}

.breadcrumb li:nth-last-of-type(1):after {
  display: none;
}

.breadcrumb li:after {
  content: '>';
  margin: 0 10px 0 7px;
  position: relative;
  top: -2px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page_title {
  height: 60px;
  line-height: 60px;
  background: #006BFF;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
}

.page_title span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

.page_title span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8px;
  height: 4px;
  background: center/4px auto url(../img/common/angled_stripe_white.png);
}

.page_title2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: bold;
}

.page_title2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 10px;
}

.page_title2 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: center/4px auto url(../img/common/angled_stripe_blue.png);
}

.pagenation {
  text-align: center;
  width: 640px;
  margin: 40px auto 0;
}

.pagenation .pgs {
  position: relative;
}

.pagenation .prev,
.pagenation .next {
  position: absolute;
  top: 0;
  width: 100px;
  height: 40px;
  line-height: 33px;
  border: solid 1px #888;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: .2em;
}

.pagenation .prev span,
.pagenation .next span {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 0;
}

.pagenation .prev {
  left: 0;
}

.pagenation .prev span {
  margin-right: 5px;
}

.pagenation .prev:hover span {
  left: -5px;
}

.pagenation .next {
  right: 0;
}

.pagenation .next span {
  margin-left: 5px;
}

.pagenation .next:hover span {
  left: 5px;
}

.pagenation div.prev,
.pagenation div.next {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.pagenation div.prev:hover span,
.pagenation div.next:hover span {
  left: 0;
}

.pagenation .pages a,
.pagenation .pages span {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  margin: 0 2px;
  border: solid 1px transparent;
}

.pagenation .pages span {
  border-color: #888;
}

.pagenation .pages a:hover {
  border-color: #888;
}

.sponsor_list {
  padding: 45px 60px 100px;
  box-sizing: border-box;
  background: #fff;
}

.sponsor_list h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}

.sponsor_list .block {
  margin-top: 60px;
}

.sponsor_list .block.gold_partner ul {
  margin-left: -60px;
}

.sponsor_list .block.gold_partner ul li {
  width: auto;
  margin-left: 60px;
  margin-right: 0;
}

.sponsor_list .block:nth-of-type(1) {
  margin-top: 20px;
}

.sponsor_list .block .label {
  font-size: 19px;
  padding-bottom: 10px;
  position: relative;
}

.sponsor_list .block .label:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: center/4px auto url(../img/common/angled_stripe_blue.png);
  content: '';
}

.sponsor_list .block ul {
  width: 960px;
  margin-left: -6px;
}

.sponsor_list .block li {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  text-align: center;
  margin: 40px 6px 0;
}

.sponsor_list .block li a {
  display: inline-block;
  max-width: 100%;
}

.sponsor_list .block li a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sponsor_list .block li img {
  display: block;
  width: 100%;
}

.link_list {
  padding: 45px 60px 100px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.link_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e7e7e7 0%, rgba(231, 231, 231, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#00e7e7e7',GradientType=0 );
  /* IE6-9 */
}

.link_list h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}

.link_list ul {
  width: 966px;
  margin: 4px 0 0 -3px;
}

.link_list li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0;
}

.link_list li a {
  display: block;
  box-sizing: border-box;
  width: 316px;
  height: 58px;
  border: solid 1px #B4B4B4;
  padding: 0 40px 0 10px;
  position: relative;
}

.link_list li a:hover div {
  right: 5px;
}

.link_list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
}

.link_list li div {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  color: #b4b4b4;
}

.page_aside {
  width: 300px;
  float: right;
}

.page_aside .sports_subsidy_program {
  border: solid 1px #006BFF;
  background: #fff;
}

.page_aside .sports_subsidy_program h3 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #006BFF;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.page_aside .sports_subsidy_program h3:after {
  border: solid 10px transparent;
  border-bottom-width: 0;
  border-top-color: #006BFF;
  content: '';
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  position: absolute;
}

.page_aside .sports_subsidy_program .text {
  padding: 20px;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.5;
}

.page_aside .sports_subsidy_program .text .images a {
  display: inline-block;
  margin-top: 10px;
}

.page_aside .sports_subsidy_program .text .images a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.page_aside .sports_subsidy_program .text .images img {
  max-width: 100%;
}

.page_aside .sports_subsidy_program .text .list {
  font-size: 13px;
  letter-spacing: .1em;
  display: block;
  margin-top: 25px;
}

.page_aside .sports_subsidy_program .text .list li {
  line-height: 2;
  text-indent: -1em;
  margin: 10px 0 0 1em;
  line-height: 1.2;
}

.page_aside .sports_subsidy_program .text .list li a {
  text-decoration: underline;
  transition: all .2s linear;
}

.page_aside .sports_subsidy_program .text .list li a:hover {
  color: #006BFF;
}

.page_aside .sports_subsidy_program .text .list li:before {
  content: '■';
  color: #b4b4b4;
}

.page_aside .link_list {
  padding: 0;
  margin-top: 30px;
  background: none;
}

.page_aside .link_list:before {
  display: none;
}

.page_aside .link_list h3 {
  font-size: 20px;
}

.page_aside .link_list ul {
  width: auto;
  margin: 15px 0 0;
  border-top: solid 1px #B4B4B4;
}

.page_aside .link_list li {
  display: block;
  margin: 0;
}

.page_aside .link_list li a {
  width: auto;
  border-top: none;
}
