@charset "Shift_JIS";

body.mobile{
	background: url("../img/bg_white.png");
}

#header{
	background: #FFF;
}

/*------------------------------------------------------------------------------
  WRAP
------------------------------------------------------------------------------*/

.wrapper_luigi div.inner_contents{
	width: 960px;
}

/*------------------------------------------------------------------------------
  GLOBAL NAVI
------------------------------------------------------------------------------*/
#bg_luigi_global{
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	min-width: 960px;
	height: 77px;
	background-image: url("../img/global_bg.png");
	background-repeat: no-repeat;
	overflow-x: hidden;
}

body.mobile #bg_luigi_global{
	top: 105px;
}

div#global_logo{
	margin: 18px 0 3px;
}

ul#gnavi{
	position: absolute;
	top: 92px;
	right: 0px;
	width: 768px;
	height: 67px;
}

ul#gnavi li{
	position: absolute;
}

li#gnavi_btn1{
	top: 0px;
	right: 700px;
}

li#gnavi_btn2{
	top: 6px;
	right: 452px;
}

li#gnavi_btn3{
	top: 0px;
	right: 172px;
}

li#gnavi_btn4{
	top: -86px;
	right: 20px;
}

ul#gnavi li#gnavi_btn1 img,
ul#gnavi li#gnavi_btn2 img,
ul#gnavi li#gnavi_btn3 img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/*------------------------------------------------------------------------------
  MAIN
------------------------------------------------------------------------------*/

#main{
	position: relative;
	width: 100%;
	min-width: 960px;
	padding-bottom: 50px;
}

#main_luigi{
	position: absolute;
	top: 15px;
	right: -35px;
}

#main h3{
	margin: 19px 0 19px 6px;
}

p#main_txt2{
	margin: 21px 0 37px;
}

#main p{
	margin-left: 8px;
}

#main_screen{
	width: 582px;
	height: 345px;
}

/*------------------------------------------------------------------------------
  SECTION
------------------------------------------------------------------------------*/

#section div.inner_contents{
	width: 960px;
}

.wrapper_section{
	padding: 150px 0;
}

#section h3{
	padding-top: 30px;
}

#section h3,
.sectionbox_top,
.sectionbox_btm{
	text-align: center;
}

#animation1{
	margin:45px 0 0 50px;
}

#animation1_cover{
	position: absolute;
	top: -45px;
	left: -50px;
}

#animation1_balloon{
	position: absolute;
	top: -45px;
	left: -50px;
}

#animation2_balloon{
	position: absolute;
	top: 0px;
	left: 0px;
}

#animation3_balloon{
	position: absolute;
	top: 13px;
	left: -8px;
	left/*\**/: 0\9;
}

body.mobile #animation3_balloon{
	display: none;
}

#sectionbox_vs{
	width: 695px;
	height: 362px;
	margin: 0 auto;
	background-color/*\**/: #FFF\9;
}

.sectionbox_right h4{
	margin: 100px 0 31px;
}

.sectionbox_left{
	float: left;
	position: relative;
	width: 382px;
}

.sectionbox_right{
	float: right;
	width: 373px;
}


/*------------------------------------------------------------------------------
  SECTION NAVI
------------------------------------------------------------------------------*/

body.mobile #section_navi{
	display: none;
}

#section_navi{
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 10px;
	width: 100px;
	height: 275px;	
	margin-top: -137px;
	background: url("../img/location_luigi.png") no-repeat;
}

#section_navi ul{
	margin: 120px 0 0 30px;
}

#section_navi ul li{
	float: none;
	margin-bottom: 7px;
}

#section_navi ul li a{
	display: block;
	width: 34px;
	height: 34px;	
	text-indent: -999em;
	cursor: pointer;
}

li#section_navi1 a{ background: url("../img/location1.png") no-repeat; }
li#section_navi2 a{ background: url("../img/location2.png") no-repeat; }
li#section_navi3 a{ background: url("../img/location3.png") no-repeat; }
li#section_navi_cover{
	position: absolute;
	top: 0;
	right: 32px;
	width: 40px;
	height: 40px;
	background: url("../../img/common/location_cover.png") no-repeat;
}

li#section_navi1 a.selected:hover, 
li#section_navi1 a.selected,
li#section_navi1 a:hover{ background: url("../img/location1_on.png") no-repeat; }

li#section_navi2 a.selected:hover, 
li#section_navi2 a.selected,
li#section_navi2 a:hover{ background: url("../img/location2_on.png") no-repeat; }

li#section_navi3 a.selected:hover, 
li#section_navi3 a.selected,
li#section_navi3 a:hover{ background: url("../img/location3_on.png") no-repeat; }


/*------------------------------------------------------------------------------
  BOARD
------------------------------------------------------------------------------*/

#board{
	width: 962px;
	min-width: 960px;
	height: 794px;
	margin: 70px 0 70px;
	background: url("../img/board_bg.png");
	overflow-x: hidden;
}

#board div.boardbox{
	width: 962px;
	height: 183px;
	margin-bottom: 50px;
}

#board div.boardbox h3{
	margin-left: 80px;
}

#board div.boardbox h4{
	margin: 17px 0 15px;
}

#board div.boardbox #boardbox_txt2 h4{
	margin: 34px 0 25px;
}

h3#boardbox_title1{
	padding-top: 90px;
}

h3#boardbox_title2{
	padding-top: 66px;
}

#board div.boardbox_container{
	width: 720px;
	margin: 57px 0 0 116px;
}

#board div.boardbox_left{
	float: left;
	width: 315px;
}

#board div.boardbox_right{
	float: right;
	width: 363px;
}

/*------------------------------------------------------------------------------
  SUB
------------------------------------------------------------------------------*/

#sub{
	position: relative;
	height: 194px;
	width: 100%;
	min-width: 960px;
}

#sub h3{
	margin-bottom: 24px;
}

#sub_gamepad{
	position: absolute;
	top: -90px;
	right:0;
}

/*------------------------------------------------------------------------------
  PARALLAX
------------------------------------------------------------------------------*/

body.mobile #bg1,
body.mobile #bg2,
body.mobile #bg3,
body.mobile #bg1c,
body.mobile #bg2c,
body.mobile #bg3c{
	display: none;
}

#bg1, #bg2, #bg3, #bg1c, #bg2c, #bg3c, #bg4 {
	z-index: 48;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
	background: url("../../img/common/bg1.png") no-repeat 0 0;
}

#bg2 {
	z-index: 49;
	background-image: url("../../img/common/bg2.png");
}

#bg3 {
	z-index: 50;
	background-image: url("../../img/common/bg3.png");
}

#bg1c {
	z-index: 48;
	background-image: url("../../img/common/bg1c.png");
}

#bg2c {
	z-index: 49;
	background-image: url("../../img/common/bg2c.png");
}

#bg3c {
	z-index: 50;
	background-image: url("../../img/common/bg3c.png");
}

#bg4{
	z-index: 47;
	background: url("../img/bg_white.png");
}

#intro{
	z-index: 1000;
	width: 100%;
	min-width: 960px;
	height: 962px;
	background: url("../img/bg.png") repeat-x;
	overflow-x: hidden;
}

body.mobile #intro{
	position: relative;
	height: 990px;
	padding-top: 55px;
	background: url("../img/bg.png") 0 55px repeat-x;
}

#section_title{
	z-index: 100;
	left: 50%;
	width: 490px;
	height: 150px;
	margin-left: -245px;
}

#sec1 {
	width: 814px;
	height: 410px;
	left: 50%;
	margin-top: -205px;
	margin-left: -457px;
}

body.mobile #sec1{
	margin-left: -407px;
}

#sec1 .sectionbox{
	width: 814px;
	height: 410px;
}

#sec2{
	width: 873px;
	height: 417px;
	left: 50%;
	margin-top: -208px;
	margin-left: -486px;
}

body.mobile #sec2{
	margin-left: -436px;
}

#sec2 .sectionbox{
	width: 873px;
	height: 417px;
}

#sec2 .sectionbox .sectionbox_btm h4{
	margin: 53px 0 20px;
	padding-left: 44px;
}

#sec2 .sectionbox .sectionbox_btm p{
	padding-left: 64px;
}

#sec3{
	width: 715px;
	height: 477px;
	left: 50%;
	margin-top: -228px;
	margin-left: -407px;
	z-index: 99;
}

body.mobile #sec3{
	margin-left: -357px;
}

#sec3 .sectionbox{
	width: 695px;
	height: 477px;
}

#sec3 .sectionbox .sectionbox_btm h4{
	margin: 18px 0 20px;
}

#sec3 .sectionbox .sectionbox_btm{
	padding-left: 16px;
}

body.mobile #section_title{
	height: 250px;
	margin: 0px auto 150px;
}

body.mobile #sec1,
body.mobile #sec2,
body.mobile #sec3{
	position: relative;
}

body.mobile #sec1{
	height: 710px;
}

body.mobile #sec2{
	height: 800px;
}

body.mobile #sec3{
	height: 550px;
}

#luigi_btm{
	width: 100%;
	min-width: 960px;
	height: 1086px;
	z-index: 101;
}

body.mobile #luigi_btm{
	height: 1125px;
}

#luigi_btm_bg{
	position: absolute;
	top: -65px;
	width: 100%;
	background: url("../img/bg_btm.png") repeat-x;
}

body.mobile #luigi_btm_bg{
	position: static;
	padding-top: 20px;
}

#luigi_btm_bg #note{
	position: absolute;
	top:-48px;
	left:50%;
	width:383px;
	height:33px;
	margin-left: -190px;
	cursor: pointer;
}

body.mobile #luigi_btm_bg #note{
	display: none;
}

.skrollable {
	position: fixed;
	z-index: 100;
}

.skrollr-mobile .skrollable {
	position: absolute;
}

.skrollable .skrollable {
	position: absolute;
}

.skrollable .skrollable .skrollable {
	position: static;
}