@charset "UTF-8";
/* ========================================
	Reset
======================================== */
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 {
	margin:0;
	padding:0;
	border: 0;
	line-height:1.5;
	list-style:none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display:block; }
body { line-height:1; }
ul li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
img{ border:0; vertical-align:middle; }
input, select { vertical-align:middle; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
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 #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
/* ========================================
	Clearfix
======================================== */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/* ========================================
	Base
======================================== */
body {
	padding:47px 0 0 0;
	background:#000;
	color:#333;
	font-size:14px;
	font-family:Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
img {
	max-width:100%;
	height:auto;
}
a img {
	border: 0;
}
#mdlbg,
#langModal,
#bgNav,
#bgmdl_loading,
#bgmdl_guide,
#bgmdl_avatar,
#bgmdl_playstyle,
#bgmdl_help,
#bgmdl_decal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	z-index:10000;
}
#langModal {
	position:fixed!important;
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
	z-index:3000;
}
#bgmdl_guide,
#bgmdl_avatar,
#bgmdl_playstyle,
#bgmdl_help,
#bgmdl_decal {
	display:none;
}
/*loader*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-2.5em 0 0 -2.5em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	font-size: 10px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	z-index:15000;
}
.loader,
.loader:after {
	width: 5em;
	height: 5em;
	border-radius: 50%;
}
@-webkit-keyframes load8 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
p.new {
	position:absolute;
	top:-3px;
	left:-3px;
	padding:0 15px 0 0;
	background:url(../img/common/bg_new_right.png) no-repeat right top;
	background-size:auto 100%;
}
p.new span {
	display:block;
	padding:1px 5px;
	border-top:2px solid #d30e0e;
	border-bottom:2px solid #d30e0e;
	border-left:2px solid #d30e0e;
	background:#910000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
/* ========================================
	pager
======================================== */
.pager {
	margin:0 0 10px 0;
}
.pager dt {
	margin:0 0 10px 0;
	color:#a0a0a0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.pager dd {
	margin:0 auto;
}
.pager ul {
	float:left;
}
.pager .prev,
.pager .next,
.pager li {
	float:left;
	margin:0 0 0 5px;
	padding:6px 8px;
	border-radius:4px;
	border:1px solid #535353;
	background:rgba(137,137,137,0.15);
	color:#fff;
	cursor:pointer;
	transition:border 0.5s,box-shadow 0.5s;
}
.pager li.current {
	border:1px solid #ee7700;
	color:#ee7700;
	cursor:default;
	box-shadow:none;
}
.pager .prev,
.pager .next {
	cursor:pointer;
}
.pager .prev img {
	transform:rotate(180deg);
}
/* ========================================
	common
======================================== */
#wrapper {
	margin:0;
	background:none;
}
#wrapper::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:url(../img/common/bg_sp.jpg) center/cover no-repeat;
	z-index:-1;
}
/* ========================================
	header
======================================== */
#header {
	position:fixed;
	top:0;
	width:100%;
	height:47px;
	background:url(../img/common/bg_header.png) repeat-x left top;
	background-size:auto 100%;
	z-index:350;
}
#header .logo {
	position:absolute;
	top:0;
	left:50%;
	width:120px;
	height:auto;
	margin:0 0 0 -70px;
	padding:9px 16px 9px 8px;
	background:url(../img/common/bg_header_btm.png) no-repeat left bottom;
	background-size:100% 6px;
}
.en #header .logo {
	position:absolute;
	top:0;
	left:50%;
	width:150px;
	height:auto;
	margin:0 0 0 -75px;
	padding:9px 0 16px 0;
	background:url(../img/common/bg_header_btm.png) no-repeat left bottom;
	background-size:100% 6px;
	text-align:center;
}
#header .logo a {
	display:block;
}
#header .logo img {
	width:120px;
	height:auto;
}
/*navBtn*/
#header .btnNav {
	position:relative;
	float:left;
	width:27px;
	height:27px;
	padding:10px 10px 9px 10px;
	border-right:1px solid #313131;
	background:#000;
}
#header .btnNav.active {
	background:url(../img/common/bg_btnNav.png) repeat left bottom;
}
#header .btnNav,
#header .btnNav .icon span {
	transition:all 0.5s;
}
#header .btnNav .icon {
	position:relative;
	width:20px;
	height:27px;
	margin:0 auto;
}
#header .btnNav .icon span {
	position:absolute;
	left:0;
	width:100%;
	height:4px;
	background:#fff;
}
#header .btnNav .top {
	top:0;
}
#header .btnNav .mid {
	top:8px;
}
#header .btnNav .btm {
	bottom:7px;
}
#header .btnNav.active .top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
#header .btnNav.active .mid {
	opacity: 0;
}
#header .btnNav.active .btm{
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
#header .btnNav span.txt {
	position:absolute;
	bottom:2px;
	left:0;
	width:100%;
	color:#fff;
	font-size:10px;
	text-align:center;
}
/*renetBtn*/
#header .renetBtnNav {
	position:relative;
	float:right;
	width:27px;
	height:27px;
	padding:10px 10px 9px 10px;
	border-left:1px solid #313131;
	background:#000;
}
#header .renetBtnNav,
#header .renetBtnNav .icon span {
	transition:all 0.5s;
}
#header .renetBtnNav .icon {
	position:relative;
	width:24px;
	height:24px;
	margin:0 auto;
}
#header .renetBtnNav .icon span {
	position:absolute;
	left:0;
	width:4px;
	height:1px;
	background:#fff;
}
#header .renetBtnNav .icon .top {
	top:11px;
	left:7px;
	transform:rotate(26deg);
}
#header .renetBtnNav .icon .btm {
	top:11px;
	left:13px;
	transform:rotate(157deg);
}
#header .renetBtnNav.active .top {
	top:11px;
	left:0;
	width:100%;
	height:4px;
	transform:rotate(-45deg);
}
#header .renetBtnNav.active .btm {
	top:11px;
	left:0;
	width:100%;
	height:4px;
	transform:rotate(45deg);
}
#header .renetBtnNav img {
	position:relative;
	top:0;
	left:0;
	max-width:none;
	width:24px;
	height:24px;
}
/* ========================================
	gnav
======================================== */
#bgNav {
	display:none;
	filter:alpha(opacity=0)
	-moz-opacity:0;
	opacity:0;
	z-index:100;
}
#gNav {
	display:none;
	position:fixed;
	top:27px;
	left:0;
	width:100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:100;
}
#gNav .inner {
	height:521px;
	overflow:auto;
}
#gNav .ucNav {
	padding:5px 0 0 0;
	background:url(../img/common/bg_gnav.png) repeat left top;
}
#gNav .ucNav li {
	position:relative;
	border-bottom:1px solid #1a3a3a;
	/*background:url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:10px;*/
	line-height:44px;
}
#gNav .ucNav li.current {
	background:url(../img/common/arrow_gnav.png) no-repeat 98% center rgba(255,162,0,0.5);
}
#gNav .ucNav li a {
	display:block;
	padding:0 0 0 2%;
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	text-shadow: 0px 0px 10px rgba(65, 135, 133, 1);
}
#gNav .ucNav li:nth-of-type(2) a {
	padding:5px 0 5px 2%;
}
#gNav .ucNav li.current a {
	text-shadow: 0px 0px 10px rgba(238, 119, 0, 1);
}
#gNav .ucNav li:nth-of-type(1) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav01.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(1).current span {
	background:url(../img/common/icon_nav01_on.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(2) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav02.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(2).current span {
	background:url(../img/common/icon_nav02_on.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(2) img {
	position:absolute;
	top:28px;
	left:43px;
	width:auto;
	height:12px;
}
/*#gNav .ucNav li:nth-of-type(2).current img {
	-webkit-filter: drop-shadow(0 0 5px rgba(255, 162, 0, 1));
	-moz-filter: drop-shadow(0 0 5px rgba(255, 162, 0, 1));
	-ms-filter: drop-shadow(0 0 5px rgba(255, 162, 0, 1));
	-o-filter: drop-shadow(0 0 5px rgba(255, 162, 0, 1));
	filter: drop-shadow(0 0 5px rgba(255, 162, 0, 1));
}*/
#gNav .ucNav li:nth-of-type(2) ul.ptf {
	/*position:absolute;
	top:5px;
	left:165px;*/
	margin:-10px 0 10px 2%;
}
#gNav .ucNav li:nth-of-type(2) ul.ptf li {
	float:left;
	width:45%;
	height:auto;
	margin:0 5px 0 0;
	border:1px solid #535353;
	background:#000;
	text-align:center;
	line-height:10px;
}
/*#gNav .ucNav li.ps4 ul.ptf li:nth-of-type(1) {
	border:1px solid #f0861e;
}
#gNav .ucNav li.steam ul.ptf li:nth-of-type(2) {
	border:1px solid #f0861e;
}*/
#gNav .ucNav li:nth-of-type(2) ul.ptf li a {
	padding:10px 5px;
}
#gNav .ucNav li:nth-of-type(2) ul.ptf li img {
	position:static;
	top:0;
	left:0;
	height:10px;
	/*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
/*#gNav .ucNav li.ps4 ul.ptf li:nth-of-type(1) img {
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#gNav .ucNav li.steam ul.ptf li:nth-of-type(2) img {
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}*/
#gNav .ucNav li:nth-of-type(3) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav03.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(3).current span {
	background:url(../img/common/icon_nav03_on.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(4) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav04.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(4).current span {
	background:url(../img/common/icon_nav04_on.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(5) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav05.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(5).current span {
	background:url(../img/common/icon_nav05_on.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(6) {
	background:url(../img/common/bg_nav07.png) repeat left top;
}
#gNav .ucNav li:nth-of-type(6) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_nav07.png) no-repeat left center;
	background-size:30px;
}
#gNav .ucNav li:nth-of-type(6).current span {
	background:url(../img/common/icon_nav07.png) no-repeat left center;
	background-size:30px;
}
#gNav .renetNav {
	margin:0 0 15px 0;
	border-top:1px solid #535353;
	background:url(../img/common/bg_renetnav.png) repeat left top;
}
#gNav .renetNav li {
	border-bottom:1px solid #313131;
	background:url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:10px;
	line-height:44px;
}
#gNav .renetNav li a {
	display:block;
	padding:0 0 0 2%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
#gNav .renetNav li:nth-of-type(1) img {
	margin:0 10px 0 0;
	border:1px solid #555;
}
#gNav .renetNav li:nth-of-type(2) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_bady.png) no-repeat 2px center;
	background-size:20px;
}
#gNav .renetNav li:nth-of-type(3) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_board.png) no-repeat 2px center;
	background-size:20px;
}
#gNav .renetNav li:nth-of-type(4) span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_faq.png) no-repeat 2px center;
	background-size:20px;
}
/*#gNav .renetNav li:nth-of-type(5) span {
	padding:0 0 0 75px;
	background:url(../img/common/icon_renet.png) no-repeat 2px center;
	background-size:auto 20px;
}
#gNav .closeNav {
	width:80%;
	margin:20px auto;
	border:1px solid #235958;
	background:url(../img/common/bg_gnav.png) repeat left top;
	line-height:35px;
	text-align:center;
}
#gNav .closeNav span {
	padding:0 0 0 25px;
	background:url(../img/common/icon_close.png) no-repeat left center;
	background-size:25px;
	color:#fff;
	font-size:14px;
	text-shadow: 0px 0px 10px rgba(65, 135, 133, 1);
}*/
#gNav .renetNav li span.badge {
	margin:0 0 0 5px;
	padding:1px 5px;
	border-radius:50px;
	border:1px solid #d30e0e;
	background:#910000;
	color: #fff;
	font-size:14px;
	font-weight: bold;
}
#gNav .renetNav li.noIcon a {
	color:#aaa;
}
#gNav .renet {
	width:200px;
	margin:0 0 0 2%;
}
/*btnNav*/
#bottom__Nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
	border-top: 1px solid $color-grey3;
	border-bottom: 1px solid $color-grey3;
	background: #000;
}
#bottom__Nav li {
	width: 80%;
	margin: 20px auto;
}
#bottom__Nav li a {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #4d4d4d;
  background: #222;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
	transition: background 0.3s, opacity 0.3s;
}
#bottom__Nav li a:hover,
#bottom__Nav li a:active {
  border: 1px solid #ac1818;
  background: rgba(255,255,255,0.08);
}
#bottom__Nav li a.disabled {
  background: rgba(255,255,255,0.5);
  color: #434343;
  pointer-events: none;
}
/* ========================================
	footer
======================================== */
#footer {
	padding:15px 0 10px 0;
	background:#000;
}
#footer dt {
	width:150px;
	margin:0 auto 15px auto;
}
#footer dd {
	border-bottom:1px solid #282828;
}
#footer dd ul {
	width:270px;
	margin:0 auto;
}
@media screen and (min-width: 610px) {
	#footer dd ul {
		width:610px;
	}
}
#footer dd li {
	float:left;
	margin:0 0 15px 0;
	padding:0 10px;
	border-right:1px solid #aaa;
	font-size:12px;
}
#footer dd li:nth-of-type(7) {
	border-right:none;
}
#footer dd li a {
	color:#aaa;
}
/*
#footer dd li:nth-of-type(3),
#footer dd li:nth-of-type(5) {
	border:none;
}
#footer dd li:nth-of-type(4) {
	clear:both;
	margin:0 0 0 30px;
}
*/
#footer .caption {
	margin:0;
	padding:10px;
	color:#555;
	font-size:10px;
}
#footer .ptf {
	width:280px;
	margin:0 auto;
}
#footer .ptf li {
	float:left;
	width:80px;
	margin:0 10px;
}
#footer .ptf li:nth-of-type(2){
	width:56px;
}
#footer .ptf li:nth-of-type(4){
	clear:both;
	float:none;
	margin:0 auto;
}
#footer .ptf li img {
	width:100%;
	height:auto;
}
.ratingCero {
	clear:both;
	height:50px;
	background: url(../../../pc/img_common/rating_cero.gif) no-repeat center top;
	background-size:auto 100%;
}
.ratingEsrb {
	width: 174px!important;
	height:83px;
	background: url(../../../pc/img_common/icon_esrb.png) no-repeat center top;
	background-size:100%;
}
.ratingPegi {
	height:50px;
	background: url(../../../pc/img_common/rating_pegi.gif) no-repeat center top;
	background-size:auto 100%;
}
.ratingUsk {
	height:50px;
	background: url(../../../pc/img_common/rating_usk.gif) no-repeat center top;
	background-size:auto 100%;
}
.ratingMa {
	height:50px;
	background: url(../../../pc/img_common/rating_ma.gif) no-repeat center top;
	background-size:100% auto;
}
#footer .logo_capcom {
	clear:both;
	width:80px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
#footer .copy {
	padding:10px 0;
	border-top:1px solid #282828;
	color:#aaa;
	font-size:10px;
	text-align:center;
}
#footer .toPC a {
	display:block;
	width:92%;
	margin:10px auto;
	padding:2%;
	border-radius:4px;
	border:1px solid #000;
	color: #f5f5f5;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px 0 #000000;
}
/* ========================================
	bread
======================================== */
#bread {
	padding:5px 10px;
	border-bottom:2px solid #313131;
	background:url(../img/common/bg_bread.png) repeat left top;
}
#bread li {
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../img/common/arrow_gnav.png) no-repeat left center;
	background-size:5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#bread li:first-child {
	margin:0;
	padding:0;
	background:none;
}
#bread li a {
	color:#fff;
	text-decoration:underline;
}
/* ========================================
	accountLink
======================================== */
#dataStatus {
	width:96%;
	margin:10px auto;
	padding:10px 0;
	background:rgba(0,0,0,0.6);
}
#dataStatus h3 {
	margin:0 0 10px 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	line-height:30px;
}
#dataStatus h3 span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_datastatus.png) no-repeat 10px center;
	background-size:20px;
	color:#f29905;
	font-size:14px;
	font-weight:bold;
}
#dataStatus p {
	margin:0 10px 10px 10px;
	color:#c9c9c9;
	font-size:12px;
}
#dataStatus .attention {
	margin:0 10px;
	padding:10px 2%;
	border-radius:4px;
	background:rgba(255,255,255,0.1);
}
#dataStatus .attention p {
	margin:0;
	color:#a0a0a0;
	font-size:10px;
}
#dataStatus .attention p a {
	color:#408685;
}
#dataStatus .btn li {
	width:96%;
	margin:0 auto 10px auto;
}
#dataStatus .btn li a {
	display:block;
	border-radius:4px;
	border:1px solid #ff9000;
	background:rgba(255,126,0,0.2);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
}
#dataStatus .btn li a span {
	padding:2px 25px 2px 0;
	background:url(../img/common/arrow_orange.png) no-repeat right center;
	background-size:17px;
}
/* ========================================
	h2
======================================== */
h2 {
	background:url(../img/common/bg_tab.png) repeat left top;
}
h2 img {
	width:auto;
	height:30px;
	padding:10px;
}
h2 p.mainTitle {
	float:right;
	width:110px;
	height:30px;
	margin:4px 10px 0 0;
	padding:5px 5px 5px 10px;
	border-radius:4px;
	border:1px solid #20536b;
	background:url(../img/common/bg_bdr_black_7.png) repeat left top;
	box-shadow:0px 0px 22px 0px #1e89bb inset;
	-moz-box-shadow:0px 0px 22px 0px #1e89bb inset;
	-webkit-box-shadow:0px 0px 22px 0px #1e89bb inset;
}
h2 p.mainTitle a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
h2 p.mainTitle a span{
	display:block;
	padding:0 20px 0 0;
	background:url(../img/common/arrow_blue.png) no-repeat right center;
	background-size:17px;
	text-shadow: 0px 0px 10px rgba(18, 114, 159, 1);
	line-height:1.4;
}
/* ========================================
	tob
======================================== */
#tab {
	border-top:1px solid #313131;
	background:url(../img/common/bg_tab.png) repeat left top;
}
#tab li {
	position:relative;
	float:left;
	width:50%;
}
#tab li.current {
	
}
#tab li a {
	display:block;
	border-right:1px solid #313131;
	border-bottom:1px solid #313131;
	color:#fff;
	font-size:11px;
	text-shadow:0px 0px 20px rgba(64, 134, 133, 1);
}
#tab li:nth-of-type(2n) a {
	border-right:none;
}
#tab li.current {
	text-shadow: 0px 0px 20px rgba(238, 119, 0, 1);
}
#tab li span.txt {
	display:block;
	margin:0 auto;
	font-size:10px;
}
.en #tab li span.txt {
	text-indent:-9999px;
}
#tab li span.badge {
	display:block;
	position:absolute;
	top:-5px;
	right:10px;
	width:22px;
	height:22px;
	border-radius:50px;
	border:1px solid #d30e0e;
	background:#910000;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}
#tab01 a {
	background:url(../img/common/tab_icon01.png) no-repeat left center;
	background-size:30px;
}
#tab01 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name01.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab01.current a {
	background:url(../img/common/tab_icon01_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab01.current span.txt {
	background:url(../img/common/tab_name01_on.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab02 a {
	background:url(../img/common/tab_icon04.png) no-repeat left center;
	background-size:30px;
}
#tab02 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name04.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab02.current a {
	background:url(../img/common/tab_icon04_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab02.current span.txt {
	background:url(../img/common/tab_name04_on.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab03 a {
	background:url(../img/common/tab_icon02.png) no-repeat left center;
	background-size:30px;
}
#tab03 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name02.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab03.current a {
	background:url(../img/common/tab_icon02_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab03.current span.txt {
	background:url(../img/common/tab_name02_on.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab04 a {
	background:url(../img/common/tab_icon05.png) no-repeat left center;
	background-size:30px;
}
#tab04 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name05.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab04.current a {
	background:url(../img/common/tab_icon05_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab04.current span.txt {
	background:url(../img/common/tab_name05_on.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab05 a {
	background:url(../img/common/tab_icon03.png) no-repeat left center;
	background-size:30px;
}
#tab05 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name03.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab05.current a {
	background:url(../img/common/tab_icon03_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab05.current span.txt {
	background:url(../img/common/tab_name03_on.png) no-repeat 25px 3px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab06 a {
	background:url(../img/common/tab_icon06.png) no-repeat left center;
	background-size:30px;
}
#tab06 span.txt {
	padding:30px 0 3px 32px;
	background:url(../img/common/tab_name06.png) no-repeat 25px 5px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
#tab06.current a {
	background:url(../img/common/tab_icon06_on.png) no-repeat left center rgba(255,162,0,0.5);
	background-size:30px;
}
#tab06.current span.txt {
	background:url(../img/common/tab_name06_on.png) no-repeat 25px 5px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
/*en*/
.en #tab01 span.txt {
	padding:35px 0 0 35px;
	background:url(../img/common/tab_name01.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab01.current span.txt {
	background:url(../img/common/tab_name01_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab03 span.txt {
	padding:35px 0 0 40px;
	background:url(../img/common/tab_name02.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab03.current span.txt {
	background:url(../img/common/tab_name02_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab05 span.txt {
	padding:35px 0 0 50px;
	background:url(../img/common/tab_name03.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab05.current span.txt {
	background:url(../img/common/tab_name03_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab02 span.txt {
	padding:35px 0 0 45px;
	background:url(../img/common/tab_name04.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab02.current span.txt {
	background:url(../img/common/tab_name04_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab04 span.txt {
	padding:35px 0 0 40px;
	background:url(../img/common/tab_name05.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab04.current span.txt {
	background:url(../img/common/tab_name05_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab06 span.txt {
	padding:35px 0 0 40px;
	background:url(../img/common/tab_name06.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}
.en #tab06.current span.txt {
	background:url(../img/common/tab_name06_on.png) no-repeat 25px 10px,url(../img/common/arrow_gnav.png) no-repeat 98% center;
	background-size:auto 30px,7px;
}

/* ========================================
	ageGate
======================================== */
.hidden, .hiddenTab, .hidden_mb {
	display: none;
}
#langModalCenter{
	position: fixed ; 
	left:50%; 
	margin-left:25%;
}
.langInfo {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0px #000000;
}
.langError {
	color: #8b0000;
}
.squareContainer {
	margin:0 2%;
	padding:10px;
	-moz-box-shadow:0px 0px 3px rgba(133,141,149,0.5);
	-webkit-box-shadow:0px 0px 3px rgba(133,141,149,0.5);
	-o-box-shadow:0px 0px 3px rgba(133,141,149,0.5);
	-ms-box-shadow:0px 0px 3px rgba(133,141,149,0.5);
	box-shadow:0px 0px 3px rgba(133,141,149,0.5);
	background:rgba(0,0,0,0.5);
	overflow:hidden;
}
.ageInfo {
	padding:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.ageError {
	color:#8b0000;
}
#cntAgeBtSelect {
	display:table;
	width:96%;
	margin:10px 0px 15px 0px;
	padding:10px 2%;
	border-radius:5px;
	background:rgba(255,255,255,0.2);
}

#cntMonthBtSelect, #cntDayBtSelect, #cntYearBtSelect {
	display:table-cell;
	width:30%;
	margin: 10px 0;
	padding:0 5px;
}
#cntMonthBtSelect select, #cntDayBtSelect select, #cntYearBtSelect  select {
	width:100%;
}
.roundBtn {
	display: block;
	width:100%;
	margin:0 auto 10px auto;
	padding:10px;
	border-radius:4px;
	border:solid 1px #1a1a1a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #171f23), color-stop(0.00, #719bad));
	background: -webkit-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -moz-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -o-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -ms-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: linear-gradient(top, #719bad 0%, #171f23 100%);
	background-color: #719bad;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-o-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	color:#f5f5f5;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
/* ========================================
	update
======================================== */
.upType01,
.upType01_txt {
	padding:0 0 0 20px;
	background:url(../img/common/icon_update01.png) no-repeat left center;
	color:#1582b5!important;
	line-height:16px;
}
.upType02,
.upType02_txt {
	padding:0 0 0 20px;
	background:url(../img/common/icon_update02.png) no-repeat left center;
	color:#830000!important;
	line-height:16px;
}
.upType03,
.upType03_txt {
	padding:0 0 0 20px;
	background:url(../img/common/icon_update03.png) no-repeat left center;
	color:#b66718!important;
	line-height:16px;
}
.upType01 span,
.upType02 span,
.upType03 span {
	color:#898989;
}
.updatePop {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:190px;
	padding:0 0 9px 0;
	background:url(../img/common/bg_update_pop.png) no-repeat center bottom;
	background-size:100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:600
}
.updatePop dl {
	padding:15px 10px;
	border:1px solid #707070;
	border-bottom:none;
	background:#000;
	background:rgba(0,0,0,0.9);
}
.updatePop dt {
	margin:0 0 10px 0;
	color:#85a7a5;
	font-size:14px;
	font-weight:bold;
}
.updatePop li {
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	color:#fff!important;
	font-size:10px;
}
.updatePop .attention {
	margin:15px 0 0 0;
	color:#898989;
	font-size:10px;
}
.updatePop .attention a {
	color:#408685;
}
@media screen and (max-width: 600px) {

}
@media screen and (min-width: 800px) {
	#wrapper,
	#header {
		width:800px;
		margin:0 auto;
	}
	#gNav {
		left:50%;
		width:800px;
		margin:0 0 0 -400px;
	}
}