@charset "UTF-8";
/* CSS Document */

/* color

xxx : #xxxxx


**********************/




/* Reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: justify;
	text-justify: inter-ideograph;
}
html {
    height: 100%;
}
body {
	line-height: 1;
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	vertical-align: bottom;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline:none;
	text-decoration: none;
}


/* common
*******************************************************************************************************************/

body {
	font-size: 14px; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.2;
	height: 100%;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

h1,
h2 {
	font-weight: normal;
}
h3 {
}
a {
	font-weight: bold;
	color: #000;
	transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
}
a.transitionOff {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

a:link {
}
a:visited {
}
a:hover {
	color: #f00;
}

.asterisk {
	font-size: 50%;
	vertical-align: top;
}
.annotation {
	font-size: 80%;
}

/***********************************************************************************************************************/



/*------------------------------------------------------------*/
/* constructure
/*------------------------------------------------------------*/

header,
nav,
footer,
#content {
	min-width:960px;
}


/*------------------------------------------------------------*/
/* branding
/*------------------------------------------------------------*/

#branding {
	margin: 0;
	font-size: 1px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
#nintendoLogo {
	position: absolute;
	top:18px;
	left:17px;
}
#halLogo {
	position: absolute;
	top:10px;
	left:17px;
}
#nintendo3dsLogo{
	position: absolute;
	right:13px;
	top:18px;
}

/* soundBtn
*************************************************************/
#soundBtnOff {
	position: absolute;
	top:54px;
	right:20px;
	z-index: 100;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
#soundBtnOff.disabled {
	display: none;
}
#soundBtnOn {
	position: absolute;
	top:54px;
	right:20px;
	z-index: 100;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
#soundBtnOn.disabled {
	display: none;
}

/*------------------------------------------------------------*/
/* globalNav
/*------------------------------------------------------------*/
#globalNav {
	background: #000;
	position: relative;
}

#globalNav .inner {
	width: 960px;
	margin: 0 auto;
}

#globalLink {
	font-size: 1px;
	line-height: 1;
	text-align: center;
}
#globalLink li {
	display: inline-block;
}
#globalLink li a {
	display: inline-block;
	padding: 54px 30px;
}
#globalLink li a img {
	padding: 54px 30px;
}
#globalLink li a.comingsoon {
	/*padding: 0;*/
}
#globalLink li a.comingsoon img {
	cursor: default;
}
#globalLink .icn_new {
	position: absolute;
	top:-40px;
	left:-33px;
}



/*------------------------------------------------------------*/
/* footer
/*------------------------------------------------------------*/
#globalFooter {

}

#globalFooter .inner {
	width: 640px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	max-height:100%;
}
#globalFooter .inner:after {
     content: "";
     display: block;
     clear: both;
     height: 0px;
 }

#globalFooter .inner2 {
	width: 640px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	max-height:100%;
}
#globalFooter .inner2:after {
     content: "";
     display: block;
     clear: both;
     height: 0px;
 }

/* releaseDate
*************************************************************/
#releaseDate {
	background: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 5px solid #000;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 20px 0 ;
	font-weight: bold;
	vertical-align: middle;
}
#releaseDate .releaseDateTitle {
	font-size: 12px;
	display: inline-block;
	height: 19px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 18px;
}
#releaseDate .number {
	font-size: 22px;
}


/* gameSpec
*************************************************************/
#gameSpec {
	position: relative;
	float: left;
}
#gameIcon {
	position: absolute;
	top:-4px;
	left:-4px;
}
#cero {
	position: absolute;
	top:110px;
	left:15px;
}
/* gameData
*******************/
#gameData {
	margin-left: 108px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}
#gameData dt {
	background: url(../common/icn_bullet.png) no-repeat;
	background-position: 0 0.5em;
	padding-left: 0.8em;
}

#gameData dd {
	font-weight: bold;
	margin: -1.4em 0 1.4em 9.5em;
}
#gameData dd .sub {
	font-weight: normal;
	font-size: 80%;
}


/*------------------------------------------------------------*/
/* smallBrowser
/*------------------------------------------------------------*/

/* top
*************************************************************/
body.smallBrowser #gameSpec {
	float: none;
}
body.smallBrowser #releaseDate {
	font-size: 28px;
	padding: 40px 0;
}
body.smallBrowser #releaseDate .releaseDateTitle {
	font-size: 24px;
	height: 38px;
}
body.smallBrowser #releaseDate .number {
	font-size: 44px;
}
body.smallBrowser #gameData {
	font-size: 34px;
	margin-left: 201px;
}
body.smallBrowser #globalFooter .inner {
	width: 900px;
}

body.smallBrowser #gameIcon {

}
body.smallBrowser #gameIcon img {
	width:160px;
	height: 160px;
}
body.smallBrowser #gameData dt {
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	background-position: 0 0.55em;
}
body.smallBrowser #gameData dd {
	margin-bottom: 0.7em;
}
body.smallBrowser #cero {
	top:180px;
	left:34px
}
body.smallBrowser #cero img {
	width: 84px;
	height: 102px;
}
body.smallBrowser #manualLink {
	margin-left: 190px;
	margin-top: 42px;
	margin-bottom: 46px;
}
body.smallBrowser #manualLink a {
	font-size: 34px;
}
body.smallBrowser #manualLink .icn {
	width: 34px;
	height: auto;
}
body.smallBrowser #downloadInfo {
	width: auto;
	margin-left: 185px;
	font-size: 34px;
	padding-left: 46px;
}
body.smallBrowser #downloadInfo .icn {
	width: 37px;
	height: auto;
	top:38px;
	left: 3px;
}
body.smallBrowser #buyinfo {
	margin-left: 0;
	margin-top: 19px;
	height: 182px;
}
body.smallBrowser #buyinfo a {
	display: block;
	height: 182px !important;

}
body.smallBrowser #buyinfo img {
	width: 100%;
	height: auto;
}
body.smallBrowser #eShopContainer {
	float: none;
	margin-top: 50px;
	margin-right: -3px;
}
body.smallBrowser #eShopContainer img {
	width: 100%;
	height: auto;
}
body.smallBrowser #hacoBanner {
	float: none;
}
body.smallBrowser #hacoBanner img {
	width: 100%;
	height: auto;
}
body.smallBrowser #youtubeLink {
	height: 262px;
}
body.smallBrowser #youtubeLink a {
	height: 262px !important;
}
body.smallBrowser #basicInfo {
	margin-top: 50px;
	height: 211px;
}
body.smallBrowser #basicInfo a {
	height: 211px !important;
}
body.smallBrowser #amazonBanner {
	height: 422px;
}

body.smallBrowser #oneMore {
	width: 100%;
	height: 475px;
}
body.smallBrowser #oneMore a {
	width: 100%;
}
body.smallBrowser #sayonaraQbby {
	width: 100%;
	height: 475px;
}
body.smallBrowser #sayonaraQbby a {
	width: 100%;
}
body.smallBrowser #qbbyRoom {
	width: 100%;
	height: 475px;
}
body.smallBrowser #qbbyRoom a {
	width: 100%;
}
body.smallBrowser #eshopLink {
	height: 422px;
}
body.smallBrowser #eshopQRLink {
	height: 243px;
}
body.smallBrowser footer .signature {
	font-size: 28px;
	padding: 40px 0;
}
body.smallBrowser footer .nintendoLinks {
	font-size: 28px;
	padding: 40px 0 30px;
	line-height: 1;
	max-height: 100%;
}
body.smallBrowser footer .siteLinks {
	font-size: 24px;
}
body.smallBrowser footer .siteLinks a {
	display: inline-block;
	padding: 20px 20px ;
}





/* manualLink
*******************/
#manualLink {
	margin-left: 108px;
	margin-bottom: 14px;
}
#manualLink a {
	font-size: 12px;
	line-height: 1;
}
#manualLink .icn {
	vertical-align: text-top;
	margin-right: 10px;
}

/* eShopContainer
*******************/
#eShopContainer {
	float: right;
	margin-top: -3px;
	margin-right: -3px;
}
#basicInfo {
	margin-top: 20px;
}
#hacoBanner {
	clear:both;
	padding-top: 30px;
}
#oneMore {
	position: relative;
	float: left;
}
#sayonaraQbby {
	position: relative;
	float: left;
}
#qbbyRoom {
	position: relative;
	float: left;
}
#downloadInfo {
	border-top: 1px solid #ccc;
	padding: 0;
	padding-top: 17px;
	padding-left: 44px;
	width: 297px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 3px;
	margin-left: 103px;
	margin-right: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	color: #666;
	text-align: left;
}
#downloadInfo .icn {
	position: absolute;
	top:25px;
	left:5px;
	margin-top: -10px;
}

#buyinfo {
	margin-left: 103px;
	margin-top: 19px;
}

/* footerGraphic
*************************************************************/
#footerGraphic {
	position: relative;
}
#footerHacoboy {
	margin-left: 12%;
}
#footerHacogirl {
	position: absolute;
	right: 30px;
	top:-13px;
}




footer .signature {
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	letter-spacing: 0.2em;
	font-family:Arial, Helvetica, sans-serif;
}
footer .nintendoLinks {
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	padding: 20px 0;
	letter-spacing: 0.1em;
}


/* amazonBanner
*************************************************************/
#amazonBanner {
	text-align: center;
}


