
/* ==========================================================================
   MARIO
   ========================================================================== */
body {
	background-image: url(../images/common/bg-yellow.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: -100px -50px;
}

body.loading {
	background-color: #facd00;
	background-image: none;
}

body.loading #Loading {
	display: block;
}

body.loading.newds3 #Loading,
body.loading.ds3 #Loading {
	display: none;
}


body.loading #CatchPhrase,
body.loading #Footer {
	display: none;
}

#NintendoHeader {
	background-color: transparent;
	width: 320px;
	height: 0;
	margin: auto;
	overflow: visible;
}

#NintendoHeader .nintendo a {
	background-position: -295px -114px;
}

#NintendoHeader .wiiu a {
	background-position: -381px -28px;
}


#Logo {
	height: 390px
}

#Logo div {
	display: block;
	background-image: url(../images/index/image/main.png);
	background-repeat: no-repeat;
	background-size: 320px 443px;
	background-position: 0 0;
	width: 320px;
	height: 443px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-indent: -9999px;
}

#Loading {
	display: none;
	text-align: center;
	padding: 10px 0;
	height: 40px;
}

#topBar {
	width: 95.466666%;
	margin: 0 auto;
	padding-top:13px;
	padding-bottom: 12px;
	transform: translateX(0.83798%);
}
#topBar img {
	width: 100%;
	height: auto;
}

#NewsBar {
	background-color: #692800;
	width: 100%;
	text-align: center;
	position: relative;
}

#NewsBar .newsInfo {
	text-align: left;
	padding: 5px 10px 5px;
}

#NewsBar .newsInfo div {
/* 	float: left; */
}

#NewsBar .newsInfo span {
	border-radius: 5px;
	background-color: #facd00;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	margin: 3px 10px 2px 0;
	padding:0 4px;
	font-size: 65%;
	display: block;
	float: left;
	height: 15px;
	line-height: 16px;
	vertical-align: baseline;
}

#NewsBar .newsInfo a {
	display: block;
	font-size: 75%;
	color: white;
	text-align: left;
	line-height: 1.75em;
	margin: 0 0 1px 0;
	padding: 0;
}
#UpdateData {
	margin-bottom: 27px;
}
#UpdateData .updateInfo {
	background-image: url(../images/index/btn-data.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 303px 68px;
	height: 34px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

#UpdateData #UpdateLink {
	text-decoration: none;
}

#UpdateData .updateInfo:active {
	background-position: 0px -34px;
}

#UpdateData .updateInfo:active > .redBackArea {
	top: 11px;
	left: 137px;
}
/* for update hidden */
/*#UpdateData .redBackArea {
	display: none;
}*/
/* for update visible*/
#UpdateData .redBackArea {
	background-color: #E22A1F;
	background-size: 10px 10px;
	position: absolute;
	top: 9px;
	left: 135px;
	font-size: 7px;
	border-radius: 2px;
	padding: 1px;
	font-weight: bold;
	padding-top: 1px;
	text-decoration: none;
}

#UpdateData .updateInfo span {
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}


#CatchPhrase {
	width: 300px;
	height: 40px;
	margin: 10px auto 0 auto;
}
	#CatchPhrase h1 {
		display: block;
		text-indent: -9999px;
		background-image: url(../images/index/image/title-mario.png);
		background-repeat: no-repeat;
		background-size: 300px 40px;
		width: 300px;
		height: 40px;
		margin: 0 ;
	}

#TileContainer {
	width: 307px;
	overflow: hidden;
	margin: 0px auto 10px auto;
}


#Footer .top {
	display: none;
}

.tileRow {
	overflow: hidden;
}

.tile {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.tile a {
	display: block;
}

.tile img {
	position: absolute;
}

.tile.sprite canvas {
	position: absolute;
	z-index: 0;
}

.tileInfo {
	overflow: visible;
	position: absolute;
	width: 0;
	margin-top: 3px;
}
