@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2014.11.26
最終更新日: 2023.04.19
作成者: TS
最終編集者: MS

v3-home.css：プレイヤーズTOPの指定
---------------------------------------------------- */

/* layout */
header {
	background:url(../../images/dev/v3/top_mainarea.jpg) no-repeat center 0;
}

#v2-contentsWrap {
	background:url(../../images/dev/v3/top_mainarea.jpg) no-repeat -280px -70px;
}

section#v2-mainArea div#v2-contentsWrap h1 {
  margin:0;
}

#v2-contentsWrap #v2-contents {
	width:640px;
	min-height:500px;
	background:transparent;
	margin:54px 30px 0;
	padding:0;
	position:relative;
	color:#ffffff;
	font-size:14px;
	border:none;
	outline:none;
}

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:block;
}

/* ----------------------------------------------------
スライドバナー大 v2-slideBannerL
---------------------------------------------------- */

div.v2-sbL-wrap {
	padding-top:0;
	background:none;
	border-bottom:none;
}

div.v2-slideBannerL {
	width:640px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
div.v2-slideBannerL ul.v2-bannerListL {
	width:640px;
	height:220px;
}
div.v2-slideBannerL ul.v2-bannerListL li img {
	width:640px;
	height:auto;
}
.v2-sbL-nav {
	width:640px;
	height:40px;
	position:relative;
}
.v2-sbL-nav ul {
	margin:0 auto;
	padding-top:5px;
}
.v2-sbL-nav ul li {
	width:28px;
	height:30px;
	float:left;
}
.v2-sbL-nav ul li a {
	width:28px;
	height:30px;
	margin:0 auto;
	background: url(../../images/dev/v3/slide_parts.png) no-repeat -31px 0;
	display:block;
}
.v2-sbL-nav ul li.selected a {
	background: url(../../images/dev/v3/slide_parts.png) no-repeat -1px 0;
}

/* ----------------------------------------------------
スライドバナー小 v2-slideBannerS
---------------------------------------------------- */

div.v2-slideBannerS {
	width:582px;
	height:132px;
	margin:20px auto;
	padding: 0;
	position:relative;
	overflow:hidden;
	background-color: transparent;
}
div.v2-slideBannerS ul.v2-bannerListS {
	height:132px;
	zoom:1;
}
div.v2-slideBannerS ul.v2-bannerListS:after {
	content:"";
	display:block;
	clear:both;
}
div.v2-slideBannerS ul.v2-bannerListS li {
	width:180px;
	height:130px;
	margin:0 6px;
	border:1px solid #233f7f;
}
div.v2-slideBannerS ul.v2-bannerListS li img {
	width:180px;
	height:130px;
}
.v2-sbS-nav {
	width:640px;
	height:0;
	padding:0;
	position:relative;
}
.v2-sbS-nav .sbS-prev,
.v2-sbS-nav .sbS-next {
	width:23px;
	height:112px;
	position:absolute;
	bottom:30px;
}
.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:23px;
	height:112px;
	display:block;
}
.v2-sbS-nav .sbS-prev a { background: url(../../images/dev/v3/slide_parts.png) no-repeat 0 -30px;}
.v2-sbS-nav .sbS-next a { background: url(../../images/dev/v3/slide_parts.png) no-repeat -23px -30px;}
.v2-sbS-nav .sbS-prev a:hover { background: url(../../images/dev/v3/slide_parts.png) no-repeat -46px -30px;}
.v2-sbS-nav .sbS-next a:hover { background: url(../../images/dev/v3/slide_parts.png) no-repeat -69px -30px;}

/* ----------------------------------------------------
非表示
---------------------------------------------------- */
#v2-mainArea #v2-contentsWrap h1,
section.v2-newsList p.v2-more a img,
section.v2-newsList p.v2-rss a img,
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;
}

/* ----------------------------------------------------
clearfix
---------------------------------------------------- */
.v2-sbL-nav ul,
section.v2-newsList nav ul {
	zoom:1;
}
.v2-sbL-nav ul:after,
section.v2-newsList nav ul:after {
	content:"";
	display:block;
	clear:both;
}
