@charset "UTF-8";

/* ==================================================================
CSS information
style info :共通（汎用クラス）
================================================================== */

html,body { height:100%; -webkit-text-size-adjust: none; }

html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; background: #000; }

div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 768px) { /* 768px以下の記述 */
}

@media screen and (min-width: 769px) and (max-width: 960px) { /* 769px以上の記述 960px以下の記述*/
}

@media screen and (min-width: 961px) { /* 961px以上の記述 */
}

@media screen and (min-width: 1280px) { /* 1280px以上の記述 */
}


/* --------------------------------------------------------
#wrapper
-------------------------------------------------------- */
#wrapper {
text-align:left;
/*min-height:100%;
height: auto !important;
height: 100%;*/
min-width:960px;
width: auto !important;
width: 100%;
position:relative;
/*overflow:hidden;*/
}



/* --------------------------------------------------------
#header_wrap
-------------------------------------------------------- */
#header_wrap { height: 0;}

/* #header
-------------------------------------------------------- */
#header { width: 100%; min-width: 960px; margin: 0 auto; position: relative; z-index: 101; }

#header #logo_nintendo { padding-top: 10px; padding-left: 10px; }
#header #logo_3ds { position: absolute; top: 10px; right: 10px;}



/* --------------------------------------------------------
#container
-------------------------------------------------------- */
#container { position:relative; overflow:hidden; }



/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents:after { content: ""; display: block; clear: both; }
#contents { zoom:1; }

#contents { width: 100%; margin:0 auto; position:relative; }




/* --------------------------------------------------------
#gnavi-top
-------------------------------------------------------- */

#gnavi { width: 100%; height: 92px; margin: 0 auto; position: relative; z-index: 1001; text-align: center; background: url(../img/gnavi_bg.png) top center repeat-x; }
#gnavi ul { letter-spacing: -.45em; padding-top: 8px;}
#gnavi li { display: inline-block; letter-spacing: normal; vertical-align: top; width: 147px; margin-left: 6px; }
#gnavi li.btn00 { margin-left: 0px;}
#gnavi li.btn01 { margin-left: 10px;}




/* --------------------------------------------------------
#footer_wrap
-------------------------------------------------------- */
#footer_wrap { background: #000; width: 100%; margin: 0 auto; }




/* #footer
-------------------------------------------------------- */
#footer { position: relative; width: 960px; height: 37px; margin: 0 auto; padding: 10px 0px; }
#footer:after { content: ""; display: block; clear: both;}
#footer {zoom:1;}

/* #footer #sns-box
-------------------------------------------------------- */
#footer #sns-box { width: 80px; position: absolute; top: 5px; right: 3px; letter-spacing: -.45em; font-size: 0; text-align: right;}
#footer #sns-box li { display: inline-block; text-align: left; margin-left: 10px; letter-spacing: normal; }
#footer #sns-box li a { margin: 0px; }

/* #footer #menu
-------------------------------------------------------- */
#footer #fmenu { text-align: left; clear: both; padding-left: 20px; }
#footer #fmenu:after { content: ""; display: block; clear: both;}
#footer #fmenu { zoom: 1;}
#footer #fmenu li { display: block; float: left; margin-bottom: 0px; margin-right: 30px; }
#footer #fmenu li a { margin: 0px 0px; }

/*copylight----------------------------------------------------*/
#copyright{ float: right; margin-top: -14px; }
#index #copyright{ margin-right: 80px; margin-top: -14px;}








/* --------------------------------------------------------
汎用クラス
-------------------------------------------------------- */
/*Link Style (Base)
----------------------------------------------------*/
a:link { text-decoration:none; color:#c5c5c5; }
a:visited { text-decoration:none; color:#c5c5c5; }
a:hover { text-decoration:underline; color:#c5c5c5; }
a:active { text-decoration:none; color:#c5c5c5; }


/*clearfix
----------------------------------------------------*/
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom:1; }

.cr { clear:both; }


/*pagetop
----------------------------------------------------*/
.pagetop { clear:both; position: relative; top: 0; right: 30px; width: 100%; height: 36px; }
.pagetop  a { display: block; overflow: hidden; padding: 0; position: absolute; top: 0px; right: 0px; cursor: pointer; }
.pagetop a:hover { filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }


