@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;*/
}
#wrapper { background: url(../../_img/index/dotloop.png) top center repeat; }


/* --------------------------------------------------------
#header_wrap
-------------------------------------------------------- */
#header_wrap { height: 0;}

/* #header
-------------------------------------------------------- */
#header { width: 100%; min-width: 960px; max-width: 960px; margin: 0 auto; position: relative; z-index: 5000; }
#header #logo_wiiu { position: absolute; top: 0; right: 0;}



/* --------------------------------------------------------
#container
-------------------------------------------------------- */
#container { position:relative; overflow:hidden; }

.nojs { display: none;}


/* --------------------------------------------------------
loading
-------------------------------------------------------- */
#loader-bg {
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #000;
z-index: 9900;
}
#loader {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 200px;
height: 60px;
margin-top: -30px;
margin-left: -100px;
text-align: center;
color: #fff;
z-index: 9901;
}


/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents:after { content: ""; display: block; clear: both; }
#contents { zoom:1; }

#contents { width: 100%; margin:0 auto; position:relative; }



/* --------------------------------------------------------
#fixedBlock
-------------------------------------------------------- */
#fixedBlock { z-index: 9000;}
#fixedBlock.fixed { position: fixed; bottom: 0; min-width: 960px; width: 100%; }

/* --------------------------------------------------------
#gnavi
-------------------------------------------------------- */

#gnavi_wrap { height: 83px; position: relative;}
#gnavi { width: 100%; height: 83px; margin: 0 auto; position: relative; }
#gnavi ul { width: 100%; height: 83px; margin: 0 auto; position: relative; text-align: center; background: url(../img/gnavibg.png) top center repeat-x; }
#gnavi ul { letter-spacing: -.45em; padding-top: 11px;}
#gnavi li { display: inline-block; letter-spacing: normal; vertical-align: top; width: 190px; margin: 0 1px; }

/*
#gnavi.fixed { position: fixed; bottom: 0; min-width: 960px; width: 100%; }
*/
#gnavi_wrap_d { display: none;}

#gnavi #arrow { background: url(../img/arrowbg.png) center top repeat-y; height: 54px; text-align: center; padding-top: 10px; top: -54px; position: absolute; width: 100%;}


/* --------------------------------------------------------
#footer_wrap
-------------------------------------------------------- */
#footer_wrap { background: #000; width: 100%; margin: 0 auto; z-index: 3; position: relative; }




/* #footer
-------------------------------------------------------- */
#footer { position: relative; width: 900px; height: 37px; margin: 0 auto; padding: 3px 0px 10px; }
#footer:after { content: ""; display: block; clear: both;}
#footer {zoom:1;}

#lower #footer { height: 47px; padding-top: 13px;}

/* #footer #sns-box
-------------------------------------------------------- */
#footer #sns-box { width: 80px; position: absolute; top: 0px; right: 30px; 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; }

#lower #footer #fmenu { text-align: center;}
#lower #footer #fmenu li { display: inline-block; float: none; margin: 0 15px; }


/*copylight----------------------------------------------------*/
#copyright{ float: right; margin-top: -10px; }
#top #copyright{ margin-right: 110px; margin-top: -16px;}








/* --------------------------------------------------------
汎用クラス
-------------------------------------------------------- */
/*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: 0px; width: 900px; margin: -27px auto 0; height: 0px; }
.pagetop a { display: block; overflow: hidden; padding: 0; position: absolute; top: -27px; right: 0px; cursor: pointer; }
/*.pagetop a:hover { filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }*/


