@charset "utf-8";

body
{
	background: #FFF;
	color: #000;
}


/*************************
	wrap
*************************/

#wrap
{
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 820px;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}

body#sp #wrap
{
	height: 1050px;
	min-height: 0;
	top: 123px;
}


/*************************
	container
*************************/

#container
{
	width: 100%;
	height: 100%;
	min-height: 820px;
	position: relative;
	overflow: hidden;
}

body#sp #container.lock iframe, body#tb #container.lock iframe
{
	display: none;
}

/*************************
	head
*************************/

#head
{
	width: 100%;
	min-width: 960px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
}

#head a.nintendo
{
	float: left;
	margin: 10px 0 0 12px;
}

#head a.wiiu
{
	float: right;
	margin: 5px 3px 0 0;
}

/*************************
	content
*************************/

#content
{
	position: absolute;
	top: 50%;
	left: 50%;
}


/*************************
	menu
*************************/

#menu
{
	position: absolute;
	bottom: 19px;
	z-index: 100;
}

#menu h1
{
	display: block;
	width: 156px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin: 27px 0 0 -472px;
}

#menu h1 a
{
	display: block;
	width: 156px;
	height: 45px;
	background: url(../img/common/menu_logo.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#menu ul
{
	width: 784px;
	padding: 1px 0 1px 178px;
}

/*************************
	externalSwfContainer
*************************/

#externalSwfContainer
{
	text-align: center;
}

/*************************
	modal
*************************/

#modal
{
	width: 100%;
	height: 100%;
	background: url(../img/modal/bg.png) repeat 0 0;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	overflow: hidden;
}

#modal.on
{
	display: block;
}

#modal div.modal_content
{
	position: absolute;
	display: none;
}

/*************************
	close
*************************/

#close
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#close a
{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/modal/bttn_close.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
}

body#pc #close a:hover
{
	background-position: 0 100%;
}
