@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 { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
img,a 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; }
iframe { border: 0; }
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/*---------------------------------
	base
---------------------------------*/
::selection {
	background:#d4dcd6;
}
::-moz-selection {
	background:#d4dcd6;
}
body {
	padding:60px 0 0 0;
	background:#000!important;
	color:#333;
	font-family:"Century Gothic","Futura","Avenir-Light",sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#333;
	text-decoration:none;
}
#mdlbg,
#bgNav,
#bgmdl_error,
#bgmdl_loading,
#bgmdl_guide,
#bgmdl_detail,
#bgmdl_dead,
#bgmdl_reward,
#bgmdl_gallery,
#bgmdl_eoz {
	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;
}
#bgmdl_guide {
	opacity:0.9;
}
#bgNav {
	background:#111;
}
#bgmdl_error,
#bgmdl_guide,
#bgmdl_detail,
#bgmdl_dead,
#bgmdl_reward,
#bgmdl_gallery,
#bgmdl_eoz {
	display:none;
}
.mdl {
	display:none;
	position:fixed;
	left:50%;
	margin:0 0 0 -150px;
	padding:0 5px;
	background:url(../img/common/table_line_tb.png) no-repeat center top,url(../img/common/table_line_tb.png) no-repeat center bottom,url(../../pc/img/common/table_line_mid.png) repeat-y center top #000;
	background-size:100%;
	z-index:20000;
}
.mdl dl,
.mdl div.inner {
	width:270px;
	padding:10px 15px 20px 15px;
	border-top:1px solid #3c3732;
	border-bottom:1px solid #3c3732;
}
.mdl dt {
	margin:0 0 15px 0;
	color:#fff5eb;
	font-size:16px;
	text-align:center;
}
.mdl dd {
	margin:0 0 15px 0;
	color:#a0968c;
	font-size:12px;
	text-align:center;
}
.mdl dd.lightBtn {
	margin:0 auto;
}
/*loader*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	width:72px;
	height:72px;
	margin:-36px 0 0 -36px;
	background:url(../../pc/img/common/loader.png) no-repeat;
	background-position:0;
	-webkit-animation:loader .5s steps(28) infinite;
	animation:loader .5s steps(28) infinite;
	z-index:25000;
}
@-webkit-keyframes loader {
	0% {
		background-position:0 0;
	}
	100% {
		background-position:-2016px 0;
	}
}
@keyframes loader {
	0% {
		background-position:0 0;
	}
	100% {
		background-position:-2016px 0;
	}
}
/*---------------------------------
	parts
---------------------------------*/
.fontReset {
	 font-family:sans-serif;
}
.btn a {
	display:block;
	border:1px solid #3c3732;
	background:rgba(60,55,50,0.4);
	box-shadow:0px 0px 20px 2px #000 inset;
	-moz-box-shadow:0px 0px 20px 2px #000 inset;
	-webkit-box-shadow:0px 0px 20px 2px #000 inset;
	color:#fff5eb;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	transition:0.25s ease all;
}
.btn a:hover {
	color:#bdb6af;
	border:1px solid #a0968c;
	background:rgba(80,75,71,0.7);
	transition:0.25s ease all;
}
.btn a span {
	display:block;
	padding:0 28px 0 65px;
	background:url("../../pc/img/common/arrow_btn_wh.png") no-repeat 25px center;
	background-size:15px;
	line-height:32px;
	transition:0.2s all;
}
/*or*/
.btn_or {
	position:relative;
	height:20px;
	border:1px solid #ffa019;
	text-align:center;
	line-height:20px;
	transition:0.25s ease all;
	
}
.btn_or:hover {
	background:rgba(225,160,25,0.2);
}
.btn_or a {
	display:block;
	padding:0 5px 0 10px;
	color:#ffa019;
	font-size:12px;
	font-weight:bold;
}
.btn_or a span {
	display:block;
	background:url("../../pc/img/common/arrow_btn_or.png") no-repeat 98% center;
	background-size:5px;
	padding:0 10px 0 0;
}
.btn_or:hover a span {
	background:url("../../pc/img/common/arrow_btn_or.png") no-repeat 100% center;
	background-size:5px;
}
/*Min*/
.btnMin {
	position:relative;
	height:20px;
	border:1px solid #a0968c;
	background:rgba(60,55,50,0.3);
	text-align:center;
	transition:0.25s ease all;
	
}
.btnMin a {
	display:block;
	padding:0 5px 0 5px;
	color:#a0968c;
	font-size:9px;
	font-weight:normal;
}
.btnMin a span {
	display:block;
	background:url("../../pc/img/common/arrow_btn_min.png") no-repeat 98% center;
	padding:0 14px 0 0;
	line-height:20px;
}
/*closeBtn*/
.lightBtn {
	width:180px;
	margin:0 auto;
	transition:all 0.5s;
}
.lightBtn a,
.lightBtn span {
	display:block;
	background:#fff5eb;
	box-shadow:0px 0px 20px 2px #3c3732 inset;
	-moz-box-shadow:0px 0px 20px 2px #3c3732 inset;
	-webkit-box-shadow:0px 0px 20px 2px #3c3732 inset;
	color:#3c3732;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	text-align:center;
	cursor:pointer;
}
.lightBtn:hover {
	box-shadow:0px 0px 25px 1px rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 25px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 0px 25px 1px rgba(255,255,255,0.7);
	transition:all 0.5s;
}

/*page-exp*/
.page-exp {
	display:none;
	position:absolute;
	top:220px;
	left:50%;
	width:1000px;
	margin:0 0 0 -500px;
	border-radius:4px;
	background:rgba(160,150,140,0.5);
	color:#fff5eb;
	font-size:14px;
	text-align:center;
	line-height:50px;
	transition:all 0.5s;
}
.page-exp span {
	position:absolute;
	right:10px;
}
.page-exp span img {
	vertical-align:middle;
}
/*---------------------------------
	listUi
---------------------------------*/
#listUi {
	width:96%;
	margin:10px auto;
}
#listUi > div {
	position:relative;
	float:left;
	min-width:195px;
	margin:0 8px 0 0;
	padding:0 25px 0 0;
	border:1px solid #a0968c;
	background:url(../../pc/img/ranking/icon_open.png) no-repeat 95% center;
}
#listUi > div.open {
	background:url(../../pc/img/ranking/icon_close.png) no-repeat 95% center,rgba(0,0,0,0.4);
}
#listUi > div p {
	padding:0 0 0 20px;
	color:#777370;
	font-size:14px;
	line-height:38px;
	cursor:pointer;
}
#listUi > div p span {
	display:inline-block;
	min-width:115px;
	padding:0 10px;
	color:#fff5eb;
	text-align:center;
}
#listUi > div ul {
	display:none;
	position:absolute;
	top:38px;
	left:-1px;
	width:216px;
	padding:2px;
	border:1px solid #a0968c;
	background:rgba(0,0,0,0.8);
	text-align:center;
	z-index:10;
}
#listUi > div ul li {
	padding:11.5px 0;
	cursor:pointer;
}
#listUi > div ul li:hover {
	background:rgba(60,55,50,0.7);
}
/*pager*/
.pager {
	margin:0 0 30px 0;
}
.pager dt {
	padding:10px 0 0 0;
	color:#a0968c;
	font-size:18px;
	text-align:center;
}
.pager dd {
	text-align:center;
}
.pager dd ul {
	display:inline-block;
}
.pager dd p,
.pager dd li {
	display:inline-block;
	min-width:23px;
	margin:0 0 0 5px;
	padding:0 2px;
	border:1px solid #3c3732;
	color:#a0968c;
	font-size:14px;
	line-height:38px;
	text-align:center;
	cursor:pointer;
}
.pager dd li.current {
	border:1px solid #a0968c;
	background:rgba(160,150,140,0.2);
	cursor:default;
}
.pager dd p img {
	vertical-align:middle;
}
/*animation*/
@-webkit-keyframes show {
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@keyframes show {
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-webkit-keyframes hide {
	from{
		opacity:1;
	}
	to{
		opacity:0;
	}
}
@keyframes hide {
	from{
		opacity:1;
	}
	to{
		opacity:0;
		display:none;
	}
}
/*---------------------------------
	accountLink
---------------------------------*/
#dataStatus {
	width:92%;
	margin:25px auto 30px auto;
	padding:25px 10px 15px 10px;
	border:1px solid #3b3732;
	background:rgba(0,0,0,0.5);
	text-align:center;
	box-sizing:border-box;
}
#dataStatus h2 {
	margin:0 0 15px 0;
	color:#ffa019;
	font-size:18px;
}
#dataStatus dt {
	margin:0 0 10px 0;
	color:#bbb6af;
	font-size:12px!important;
	font-weight:bold;
}
#dataStatus dd.attention {
	margin:0 0 25px 0;
	color:#9d968c;
	font-size:11px;
}
#dataStatus dd.attention a {
	color:#ffa019;
	text-decoration:underline;
}
#dataStatus dd.attention a:hover {
	text-decoration:none;
}
#dataStatus dd.btnArea {
	margin:0;
	text-align:center;
}
#dataStatus dd.btnArea a {
	display:inline-block;
	width:90%;
	margin:0 0 10px 0;
	border:1px solid #ffa019;
	background:url(../../pc/img/common/arrow_btn_or.png) no-repeat 94% center rgba(0,0,0,0.4);
	color:#ffa019;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
/* ========================================
	common
======================================== */
#wrapper {
	margin:0;
	background:none;
}
#noise {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../../pc/img/common/noise.gif) repeat left top;
	opacity:0.3;
	z-index:1;
}
#contents {
	position:relative;
	z-index:3;
}
#footer {
	position:relative;
	z-index:2;
}
/* ========================================
	header
======================================== */
#header {
	position:fixed;
	top:0;
	width:100%;
	height:60px;
	background:#000;
	z-index:350;
}
#header .logo {
	float:left;
	width:120px;
	height:auto;
	padding:6px 0 0 15px;
}
#header .logo a {
	display:block;
}
#header .logo img {
	width:120px;
	height:auto;
}
/*navBtn*/
#header .btnNav {
	position:relative;
	float:right;
	width:30px;
	height:25px;
	padding:20px 10px;
}
#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:30px;
	height:25px;
	margin:0 auto;
}
#header .btnNav .icon span {
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
}
#header .btnNav .top {
	top:0;
}
#header .btnNav .mid {
	top:8px;
}
#header .btnNav .btm {
	bottom:7px;
}
#header .btnNav.active .top {
	top:5px;
	background:#ffa019;
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
#header .btnNav.active .mid {
	opacity: 0;
}
#header .btnNav.active .btm {
	bottom:2px;
	background:#ffa019;
	-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:30px;
	height:30px;
	margin:0 10px 0 0;
	padding:15px 10px;
}
#header .renetBtnNav,
#header .renetBtnNav .icon span {
	transition:all 0.5s;
}
#header .renetBtnNav .icon {
	position:relative;
	width:30px;
	height:30px;
	margin:0 auto;
}
#header .renetBtnNav .icon span {
	position:absolute;
	left:0;
	width:4px;
	height:1px;
	background:#fff;
}
#header .renetBtnNav .icon .top {
	top:13px;
	left:7px;
	transform:rotate(26deg);
}
#header .renetBtnNav .icon .btm {
	top:13px;
	left:19px;
	transform:rotate(157deg);
}
#header .renetBtnNav.active .top {
	top:16px;
	left:0;
	width:100%;
	height:2px;
	background:#ffa019;
	transform:rotate(-45deg);
}
#header .renetBtnNav.active .btm {
	top:16px;
	left:0;
	width:100%;
	height:2px;
	background:#ffa019;
	transform:rotate(45deg);
}
#header .renetBtnNav img {
	position:relative;
	top:0;
	left:0;
	max-width:none;
	width:30px;
	height:30px;
}
/* ========================================
	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 .sevenNav li,
#gNav .renetNav li {
	position:relative;
	border-bottom:1px solid #222;
	background:url(../img/common/arrow_nav.png) no-repeat 96% center;
	background-size:8px;
	line-height:55px;
}
#gNav .sevenNav li a,
#gNav .renetNav li a {
	display:block;
	padding:0 0 0 4%;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
}
/*sevenNav*/
#gNav .sevenNav li:nth-of-type(1) {
	background:url(../img/common/arrow_nav.png) no-repeat 96% 20px;
	background-size:8px;
}
#gNav .sevenNav li:nth-of-type(1) ul.ptf li {
	border-bottom:1px solid #111;
	background:url(../img/common/arrow_nav.png) no-repeat 96% center #181818;
	background-size:8px;
	line-height:40px;
}
/*noLogin*/
#gNav .sevenNav li.noLogin a,
#gNav .sevenNav li a.linkInactive{
	padding:0 0 0 4%;
	padding-left:calc(4% + 20px);
	background:url(../img/common/icon_ovlock.png) no-repeat 10px center;
	background-size:20px;
	color:#4f4b47;
}
#gNav .sevenNav li.noLogin ul.ptf li {
	position:relative;
	background:#222;
}
#gNav .sevenNav li.noLogin ul.ptf li:before {
	display:block;
	content:'';
	position:absolute;
	top:-8px;
	left:20px;
	width:16px;
	height:8px;
	background:url(../img/common/arrow_ovlock.png) no-repeat center top;
	background-size:16px;
	font-size:10px;
}
#gNav .sevenNav li.noLogin ul.ptf li a {
	padding:0 0 0 4%;
	background:none;
	color:#777370;
}
#gNav .sevenNav li.noLogin ul.ptf li a span {
	color:#ffa019;
	text-decoration:underline;
}
#gNav .sevenNav li span.update {
	display:inline-block;
	width:17px;
	margin:0 0 0 10px;
	border-radius:50px;
	background:#ffa019;
	color:#3c3732;
	font-size:14px;
	text-align:center;
	line-height:17px;
}
#gNav .sevenNav li span {
	position: relative;
}
#gNav .sevenNav > li:nth-of-type(1) span:after,
#gNav .sevenNav > li:nth-of-type(3) span:after,
#gNav .sevenNav > li:nth-of-type(4) span:after {
	display: block;
	content: '';
	position: absolute;
	top: -3px;
	right: -32px;
	width: 32px;
	height: 22px;
}
/*renetNav*/
#gNav .renetNav li.buddy,#gNav .renetNav li.board,#gNav .renetNav li.setting,#gNav .renetNav li.account,#gNav .renetNav li.logout {
	background:url(../img/common/arrow_nav.png) no-repeat 96% center #181818;
	background-size:8px;
}
#gNav .renetNav li.login {
	padding:25px 0;
	background:#222;
}
#gNav .renetNav li.login p {
	width:250px;
	margin:0 auto;
	border:1px solid #fff5eb;
	line-height:45px;
	text-align:center;
}
#gNav .renetNav li.name img {
	margin:0 10px 0 0;
	border:1px solid #555;
}
#gNav .renetNav li.buddy span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_buddy.png) no-repeat 2px center;
	background-size:20px;
	font-size:14px;
}
#gNav .renetNav li.board span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_message.png) no-repeat 2px center;
	background-size:20px;
	font-size:14px;
}
#gNav .renetNav li.setting span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_setting.png) no-repeat 2px center;
	background-size:20px;
	font-size:14px;
}
#gNav .renetNav li.account span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_account.png) no-repeat 2px center;
	background-size:20px;
	font-size:14px;
}
#gNav .renetNav li.logout span {
	padding:2px 0 2px 35px;
	background:url(../img/common/icon_logout.png) no-repeat 2px center;
	background-size:20px;
	font-size:14px;
}
#gNav .renetNav li.faq span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_faq.png) no-repeat 2px center;
	background-size:20px;
}
#gNav .renetNav li.lang span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_lang.png) no-repeat 2px center;
	background-size:20px;
}
#gNav .renetNav li.renet span {
	padding:0 0 0 35px;
	background:url(../img/common/icon_renet.png) no-repeat 2px center;
	background-size:20px;
}
#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;
}
/* ========================================
	footer
======================================== */
#footer {
	padding:15px 0 10px 0;
	border-top:1px solid #313131;
	background:#000;
}
#footer dt {
	margin:0 auto 15px auto;
	text-align:center;
}
#footer dt img {
	width:166px;
	height: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 .caption {
	margin:0;
	padding:10px;
	color:#555;
	font-size:10px;
}
#footer .ptf {
	width:280px;
	margin:0 auto;
	text-align:center;
}
#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;
	width:118px;
	margin:0 auto;
}
#footer .ptf li img {
	width:100%;
	height:auto;
}
#footer .ptf li:nth-child(3) img {
	position:relative;
	top:5px;
}
.ratingCero {
	clear:both;
	float:none!important;
	display:inline-block;
	height:70px;
	background: url(../../../pc/img_common/rating_cero.gif) no-repeat center top;
	background-size:auto 70px;
}
.ratingEsrb {
	clear:both;
	float:none!important;
	display:inline-block;
	width: 174px!important;
	height:83px;
	background: url(../../../pc/img_common/icon_esrb.png) no-repeat center top;
	background-size:100%;
}
.ratingPegi {
	clear:both;
	float:none!important;
	display:inline-block;
	height:60px;
	background: url(../../../pc/img_common/rating_pegi.gif) no-repeat center top;
	background-size:60px;
}
.ratingUsk {
	clear:both;
	float:none!important;
	display:inline-block;
	height:60px;
	background: url(../../../pc/img_common/rating_usk.gif) no-repeat center top;
	background-size:auto 60px;
}
.ratingMa {
	clear:both;
	float:none!important;
	display:inline-block;
	height:50px;
	background: url(../../../pc/img_common/rating_ma.gif) no-repeat center top;
	background-size:80px;
}
#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;
}
.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;
}
/*---------------------------------
	layout -minSize-
---------------------------------*/
@media screen  and (min-width:640px) {
	#dataStatus,
	#listUi {
		width:640px;
		margin:0 auto;
	}
}
