@charset "UTF-8";


/* -----------------
 common
-------------------- */

#game_top #mainimg_sub_game,
#game_sub #mainimg_sub_game,
#game_news #mainimg_sub_game{
  width:100%;
  height:200px;
  margin:0 0 10px;
  background:no-repeat center center;
  background-size: cover;
}

#header_game_pc{
  display: none;
}
#header_game_sp{
  width:100%;
  height:60px;
  margin:0;
  padding:0;
  position:fixed;
  left:0;
  top:0;
  z-index: 100;
  background-color: rgba(0,160,198,0.95);
}

#header_game_sp #logo{
  width:150px;
  margin:0 0 0 10px;
  padding-top: 9px;
  font-size:1px;
  line-height:0;
}
#header_game_sp #logo img{
  width:100%;
}

#sub_nav_game_pc{
  display: none;
}

#sub_nav_game_sp{
  margin: 50px 0 0;
}
#sub_nav_game_sp ul{
  margin:0;
  padding:0;
  list-style:none;
  font-size:15px;
  line-height:1.6em;
  border-top: 3px solid #00a0c6;
}
#sub_nav_game_sp ul li{
  margin:0;
  padding:0;
  border-bottom: 1px solid #00a0c6;
}
#sub_nav_game_sp ul li a{
  margin:0;
  padding:17px 2em 17px 1em;
  display: block;
  text-decoration: none;
  color:#000;
}
#sub_nav_game_sp ul li.active a{
  background-color:rgba(0,160,198,0.1);
}
#sub_nav_game_sp ul li a.gnav_sp_open{
  background:url(/wgu/common/img/icon_sub_nav_under.png) no-repeat right 3% center;
}
#sub_nav_game_sp ul li.active a.gnav_sp_open{
  background:#eae7ef url(/wgu/common/img/icon_sub_nav_under.png) no-repeat right 3% center;
}
#sub_nav_game_sp ul li a.gnav_sp_close{
  background:url(/wgu/common/img/icon_sub_nav_close.png) no-repeat right 3% center;
}

#sub_nav_game_sp ul li ul,
#sub_nav_game_sp ul li.active ul{
  margin:0;
  padding:0 0 15px;
  list-style:none;
  font-size:14px;
  line-height:18px;
  border-top: 1px solid #00a0c6;
  display:none;
}
#sub_nav_game_sp ul li ul li,
#sub_nav_game_sp ul li.active ul li{
  margin:0;
  padding:15px 1em 15px 2em;
  border-bottom: none;
  border-left: none;
}
#sub_nav_game_sp ul li ul li:last-child,
#sub_nav_game_sp ul li.active ul li:last-child{
  margin:0;
}
#sub_nav_game_sp ul li ul li a,
#sub_nav_game_sp ul li.active ul li a{
  padding:0;
  text-decoration: none;
  color:#000;
  background:none;
}
#sub_nav_game_sp ul li.active ul li.active a{
  color:#e7174a;
}
#sub_nav_game_sp ul li ul li a i{
  margin-right: 8px;
  font-size: 11px;
  color:#00a0c6;
}
#sub_nav_game_sp ul li.active ul li.active a i{
  color:#e7174a;
}


/* -----------------
 sub
-------------------- */

#mainimg_game_sub{
  width:100%;
  height:200px;
  margin:0 0 20px;
  position: relative;
  background-size: cover!important;
}
/*------ UPDATE h2@2019/11/04 ----------
  OLD:vertical-align: middle;
  NEW:vertical-align: top;
---------------------------------*/
#mainimg_game_sub h2{
  padding:0 !important;
  font-size: 24px !important;
  height:200px;
  display: table-cell;
  vertical-align: top;
}

#game_sub h3{
  padding-top: 50px;
}
#game_sub h3:first-child{
  padding-top: 0px;
}
#game_sub p{
  font-size:14px;
  line-height:2em;
  margin:0;
}
#game_sub p.block_game_text_center{
  width:94%;
  margin:0 auto 50px;
  text-align: center;
}
#game_sub p.block_game_text_left{
  width:94%;
  margin:0 auto 50px;
  text-align: left;
}

/* -----------------
 index
-------------------- */

#mainimg_game_top{
  width:100%;
  height:350px;
  margin:0 0 40px;
  background-size: cover!important;
}
/*------ UPDATE h2@2019/11/04 ----------
  OLD:vertical-align: middle;
  NEW:vertical-align: top;
---------------------------------*/
#mainimg_game_top h2{
  padding:0 !important;
  font-size: 30px !important;
  height:350px;
  display: table-cell;
  vertical-align: top;
}

h3#h3_game_top{
  margin: 0 auto 40px;
  padding:0;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  color:#00a0c6;
  background:none;
}

#block_game_top{
  margin:0 0 70px;
}
#block_game_top_topics{
  width:94%;
  margin:0 auto;
}
a .game_top_box{
  width:100%;
  margin:0 0 20px 0;
  background-color: #00a0c6;
  position: relative;
  overflow: hidden;
}
a .game_top_box .thum{
  width:30%;
  margin:0;
  float:left;
}
a .game_top_box .thum img{
  width:100%;
}
a .game_top_box .text{
  width:70%;
  margin:0;
  float:left;
}
a .game_top_box .text p{
  margin:0;
  padding:1em;
  box-sizing:border-box;
  font-size: 14px;
  line-height: 1.4em;
  color:#fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#btn_game_news_list{
  margin:0 auto;
  padding-top: 30px;
  text-align: center;
}
/* -----------------
 news
-------------------- */

#game_news h3{
  padding-top:20px !important;
}
#game_news h3:first-child{
  padding-top: 0px;
}
#game_news p{
  font-size:14px;
  line-height:2em;
  margin:0;
}

/* -----------------
 other
-------------------- */

#game_other #topic_path{
  padding-top:20px !important;
}
#game_other h3{
  padding-top: 0;
}
#game_other h3:first-child {
  padding-top: 0px;
}


/* -----------------
 game_top
-------------------- */

#mainimg_area_sub{
  background-image:url(/wgu/game_assets/img/mainimg_sp.jpg) !important;
  background-size: cover;
}




