body {
	background-image: url(../images/common/bg-yellow.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* MainContent */
#MainContent {
	min-width: 960px;
}


/* ==========================================================================
   MARIO
   ========================================================================== */

#Footer {
	display: none;
}
#Footer .container:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url(../images/common/navi/bg-navi.png) 0 0 repeat-x;
}

#MainVideo {
	width: 100%;
	min-width: 960px;
	height: 100%;
	height : -webkit-calc(100% - 120px);
	height : calc(100% - 120px);
	background: #000;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#MainVideo .logo {
	left: 3%;
	top: 50%;
	width: 40%;
	margin-top: -6%;
	max-width: 665px;
	display: block;
	position: absolute;
}

body.wiiu #MainVideo .mario {
	display: none;
}

#MainVideo .visual img{
	display: block;
	position: absolute;
	right: 0;
	margin-top: -710px;
}

#MainVideo .mario {
	margin-left: -webkit-calc(100% - 560px);
	margin-left: calc(100% - 560px);
	width: 540px;
	height: 620px;
	margin-top: -620px;
}

#MainVideo .mario img.body {
	display: block;
	position: absolute;
}

#MainVideo .mario img.block {
	display: block;
	position: absolute;
	margin-left: 27px;
	margin-top: 77px
}

#Coins {
	position: absolute;
	top: 50px;
	left: 0;
	height : -webkit-calc(100% - 120px);
	height : calc(100% - 120px);
	overflow: visible;
}

#Coins .coin {
	display: block;
	position: absolute;
	background-image: url(../images/index/image/coin.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

#MainVideo .dosun {
	display: block;
	position: absolute;
	opacity: 0;
}

.Wiiu #MainVideo .mario {
	right: 20px;
	margin-top: -310px;
	display: block;
	position: absolute;
	width: 270px;
	height: 310px;
}

#MainVideo .scrollDown {
	display: block;
	position: fixed;
	text-align: center;
	width: 100%;
	height: 80px;
	bottom: 0px;
	background-color: #facd00;
	z-index: 99;
	overflow: visible;
	text-decoration: none;
}

/* for update img hidden */
/*#MainVideo .scrollDown #loadScrollGif {
	margin-top: -7px;
}

#MainVideo .scrollDown #UpdateImg {
	display: none;
}*/

/* for update img visible  */
#MainVideo .scrollDown #loadScrollGif {
	margin-top: -22px;
}

#MainVideo .scrollDown #UpdateImg {
	margin-top: -17px;
	margin-left: -160px;
}

#MainContent {
	height:0;
	overflow: hidden;
}

#NewsBar {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

	overflow: hidden;
}

#NewsBar .newsInfo {
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #692800;
	height: 36px;
	text-align: left;
	position: relative;
	box-shadow: 3px 3px rgba(0,0,0,0.15);
	border-radius: 5px;
	margin: 0 330px 0 0;
}

#NewsBar #rap {
	float: left;
	width: 100%;
	margin: 0 -400px 0 0;
}

#NewsBar .updataInfo {
	background-image: url(../images/index/image/btn-data.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 323px 106px;
	height: 53px;
	width: 323px;
	border-radius: 5px;
	position: relative;
	float: right;
}

#NewsBar .newsInfo span {
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	background-color: #facd00;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	margin-top: -8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	display: inline-block;
	height: 20px;
	font-size: 80%;
}

#NewsBar .newsInfo a {
	padding-left: 15px;
	color: white;
	font-size: 90%;
}

#NewsBar .newsInfo a:hover {
	color: #facd00;
}

#NewsBar .updataInfo:hover {
	background-position: 0px -53px;
}

#NewsBar .updataInfo:hover > .redBackArea {
	top: 19px;
	left: 183px;
}
/* for update hidden */
/*#NewsBar .redBackArea {
	display: none;
}*/

/* for update visible*/
#NewsBar .redBackArea {
	background-color: #E22A1F;
	background-size: 10px 10px;
	position: absolute;
	top: 15px;
	left: 180px;
	border-radius: 5px;
	font-size: 12px;
	padding: 2px 3px;
	font-weight: bold;
}

#NewsBar .updataInfo span {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}


#CatchPhrase {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: none;
}

#CatchPhrase .inner {
	width: 960px;
	height: 150px;
	margin: auto;
}

#CatchPhrase img.text {
	display: block;
	float: left;
	margin-top: 35px;
	margin-left: 5px;
	width: 960px;
	height: 90px;
}

#CatchPhrase .dokan {
	float:left;
	width: 230px;
	height: 275px;
	margin-top: -28px;
}

#CatchPhrase .dokan .content {
	position: absolute;
	width: 230px;
	height: 275px;
	background-image: url(../images/index/image/dokan-characters.png);
	background-size: 1380px 275px;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#CatchPhrase .dokan img {
	display: block;
	position: absolute;
}

#TileContainer {
	min-width: 958px;
}

.tileRow {
	overflow: hidden;
}

.tile {
	float: left;
	margin: 7px 0px 0px 7px;
}

.tile a {
	display: block;
}

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

.tile img {
	position: absolute;
}

.tile .info {
	position: absolute;
}

