@charset "UTF-8";
html, body {
  min-height: 100%;
  height: 100%;
}

body {
  position: relative;
  line-height: 2;
  background-color: #000;
  color: #9dbefb;
  letter-spacing: 0;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.pc_in {
  display: none;
}

.sp_in {
  display: inline-block;
}

#wrapper {
  min-width: 320px;
  background: #00092a;
}
#wrapper #content .inner {
  overflow: hidden;
}

#header {
  padding: 10px 0;
}
#header .gNavi {
  /*background: url(/ex/wcs2014/common/img/bg_gNavi.png) repeat-x left center;*/
}
#header .gNavi .inner {
  overflow: hidden;
}
#header .gNavi .inner .topbox {
  overflow: hidden;
}
#header .gNavi .inner .topbox .logo {
  margin: 0 0 10px 10px;
  width: 42px;
  float: left;
}
#header .gNavi .inner .topbox .btn {
  margin: 10px 10px 0 0;
  float: right;
}
#header .gNavi .inner .topbox .btn a span {
  display: block;
  width: 32px;
}
#header .gNavi .inner .topbox .btn_close {
  display: none;
  margin: 10px 10px 0 0;
  float: right;
}
#header .gNavi .inner .topbox .btn_close a span {
  display: block;
  width: 32px;
}
#header .gNavi .inner .navi {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0;
  display: none;
}
#header .gNavi .inner .navi .bg {
  background: #000;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#header .gNavi .inner .navi .menu {
  background: #0d6fb8;
}
#header .gNavi .inner .navi .menu ul {
  overflow: hidden;
}
#header .gNavi .inner .navi .menu ul li {
  border-bottom: 1px solid #98cef6;
}
#header .gNavi .inner .navi .menu ul li a {
  color: #fff;
  text-decoration: none;
}
#header .gNavi .inner .navi .menu ul li a span {
  display: block;
  background: url(/ex/wcs2014/common/img/icn_arrow_02.png) no-repeat right center;
  background-size: 13px 19px;
  webkit-background-size: 13px 19px;
  -moz-background-size: 13px 19px;
  -o-background-size: 13px 19px;
  padding: 15px 20px;
  margin-right: 20px;
}
#header .gNavi .inner .navi .menu ul li:first-child {
  border-top: 1px solid #98cef6;
}

#footer {
  position: relative;
  /*margin-top: 20px;*/
}
#footer .fix {
  position: relative;
  z-index: 999;
  background: #000;
}
#footer .fix .inner {
  width: 100%;
}
#footer .fix .inner .social {
  padding: 20px 15px;
}
#footer .fix .inner .social ul {
  overflow: hidden;
}
#footer .fix .inner .social ul li {
  float: left;
  width: 50%;
}
#footer .fix .inner .social ul li img {
  min-width: inherit;
}
#footer .fix .inner .copyright {
  padding: 10px 20px;
  margin-top: 5px;
  font-size: 10px;
  color: #8d8d8d;
}
#footer .fix .inner .link ul {
  border-bottom: 1px solid #6c6c6c;
}
#footer .fix .inner .link ul li {
  border-top: 1px solid #6c6c6c;
}
#footer .fix .inner .link ul li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #636363;
  font-weight: bold;
}
#footer .fix .inner .link ul li a p {
  background: url(/ex/wcs2014/common/img/icn_arrow_03.png) no-repeat left 7px;
  background-size: 7px 11px;
  webkit-background-size: 7px 11px;
  -moz-background-size: 7px 11px;
  -o-background-size: 7px 11px;
  padding-left: 15px;
}
#footer .fix .inner .link ul li a p span {
  background: url(/ex/wcs2014/common/img/icn_window_sp.png) no-repeat right center;
  background-size: 12px 12px;
  webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  padding-right: 20px;
}

.log {
  display: none;
}
.log img {
  max-width: inherit;
  min-width: inherit;
}

.newsNavi {
  min-width: 320px;
  display: block;
  /* IE */
  overflow: hidden;
  text-align: center;
  background: #0d6fb8;
}
.newsNavi div {
  background: #0d6fb8;
  width: 35%;
  border-left: 2px solid #69c0ff;
  font-weight: bold;
}
.newsNavi div a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.newsNavi div a span {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
.newsNavi div.none {
  background: #0a416b;
}
.newsNavi div.none span {
  color: #6e6e6e;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
.newsNavi div:first-child {
  border-left: none;
}
.newsNavi .prev {
  width: 30%;
  height: 100%;
  float: left;
}
.newsNavi .menu {
  width: 38%;
  height: 100%;
  float: left;
}
.newsNavi .next {
  width: 30%;
  height: 100%;
  float: right;
}

.buttonInner.closeBtn img {
  min-width: inherit;
}

.spBtn.spMarginFix {
  margin-left: -20px;
  margin-right:-20px;
}

.headline-addLine {  text-align:center; position:relative; margin-bottom:20px; }
.headline-addLine img {  min-width:0; max-width:none; background:#001b42; position:relative; z-index:1;  }
.headline-addLine:before {  
  content:"";
  display:block; width:100%; height:1px;
  border-top:1px solid #4aadf6;
  position:absolute;
  top:16px;
  z-index:0;
}