@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2014.11.26
最終更新日: 2023.04.19
作成者: TS
最終編集者: MS

v3-home-mobile.css：プレイヤーズTOPの指定（モバイル用）
---------------------------------------------------- */

/* reset */
ul, ol {
	list-style:none;
}

p {
	padding:0 0 1em 0;
}

hr {
	display:none;
}

div#v2-contents a:link, div#v2-contents a:visited {
	color:#373c6e;
	text-decoration:none;
	outline-width:0;
}

div#v2-contents a:hover, div#v2-contents a:active {
	text-decoration:underline;
	outline-width:0;
}

/* layout */
section#v2-mainArea div#v2-contentsWrap h1 {
  margin: 0;
}

div#v2-contents {
  width: 100%;
  min-height: 380px;
  background:transparent;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #03142f;
}

/* ----------------------------------------------------
スライドバナー大 v2-slideBannerL
---------------------------------------------------- */

div.v2-sbL-wrap {
	padding-top:18px;
	background-color: #373c6e;
	border-bottom:2px solid #b6b5cc;
}

div.v2-slideBannerL {
	width:640px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
div.v2-slideBannerL ul.v2-bannerListL {
	width:640px;
}
div.v2-slideBannerL ul.v2-bannerListL li img {
	width:640px;
	height:auto;
}
.v2-sbL-nav {
	width:100%;
	height:70px;
	position:relative;
}
.v2-sbL-nav ul {
	margin:0 auto;
	padding-top:4px;
}
.v2-sbL-nav ul li {
	width:56px;
	height:60px;
	float:left;
}
.v2-sbL-nav ul li a {
	width:56px;
	height:60px;
	margin:0 auto;
	background: url(../../images/dev/v3/mobile/m_slide_parts.png) no-repeat -62px 0;
	display:block;
}
.v2-sbL-nav ul li.selected a {
	background: url(../../images/dev/v3/mobile/m_slide_parts.png) no-repeat -2px 0;
}

/* ----------------------------------------------------
スライドバナー小 v2-slideBannerS
---------------------------------------------------- */

div.v2-slideBannerS {
	width:100%;
	padding: 20px 0;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	background-color: #e2e2ea;
}
div.v2-slideBannerS ul.v2-bannerListS {
	zoom:1;
}
div.v2-slideBannerS ul.v2-bannerListS:after {
	content:"";
	display:block;
	clear:both;
}
div.v2-slideBannerS ul.v2-bannerListS li {
	width:360px;
	height:260px;
	margin:0 12px;
	border:2px solid #373c6e;
}
div.v2-slideBannerS ul.v2-bannerListS li img {
	width:360px;
	height:260px;
}
.v2-sbS-nav {
	width:100%;
	height:0;
	padding:0;
	position:relative;
}
.v2-sbS-nav .sbS-prev,
.v2-sbS-nav .sbS-next {
	width:92px;
	height:260px;
	position:absolute;
	bottom:22px;
	z-index:10;
}
.v2-sbS-nav .sbS-prev { left:0;}
.v2-sbS-nav .sbS-next { right:0;}
.v2-sbS-nav .sbS-prev a,
.v2-sbS-nav .sbS-next a {
	width:92px;
	height:260px;
	display:block;
}
.v2-sbS-nav .sbS-prev a {
	background: url(../../images/dev/v3/mobile/m_slide_parts.png) no-repeat 0 -60px;
}
.v2-sbS-nav .sbS-next a {
	background: url(../../images/dev/v3/mobile/m_slide_parts.png) no-repeat -92px -60px;
}

/* ----------------------------------------------------
非表示
---------------------------------------------------- */
#v2-mainArea #v2-contentsWrap h1,
section.v2-newsList nav h2,
section.v2-newsList section h2 {
	width:0;
	height:0;
	margin:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
	display:block;
}

section.v2-newsList nav,
section.v2-newsList section#information,
section.v2-newsList section#maintenance,
section.v2-newsList section#event,
section.v2-newsList section#campaign {
	display:none;
}

/* ----------------------------------------------------
clearfix
---------------------------------------------------- */
.v2-sbL-nav ul {
	zoom:1;
}
.v2-sbL-nav ul:after {
	content:"";
	display:block;
	clear:both;
}