@charset "UTF-8";


/* --- initialize --- */

#doorView,#articleView,.baseInner { opacity:0; display:none; }

#doorView{ opacity:1; display:block; }

#footer_spacer{
  position: absolute;
  width: 100%;
  background-color:#fff;
  top: 90px;
}

#articlePrevBtn{
	z-index: 20;
}

#articleNextBtn{
	z-index: 20;
}

#map_copyright{
	position: absolute;
	bottom: 0px;
}

#loading_anime{
	margin: auto;
	width: 82px;
	height: 82px;
	display: block;
	top: 230px;
	z-index: 100;
	background: url(http://i.yimg.jp/images/evt/fukko2014/pc/images/loading.png);
	background-position: 0px -82px;
	background-repeat: no-repeat;
	opacity:0;
}


/* ---  article --- */

#articleView{position:absolute;width:100%;height:100%;}

#articleView *{position:absolute;}

#articleView .switch_button{ background-position:top;overflow:hidden; }
#articleView .switch_button:hover{ background-position:bottom; }

#articleView .prev{width:30px;height:85px;left :0px;top:220px;background:url(http://i.yimg.jp/images/evt/fukko2014/pc/images/article_prevBtn.png);background-repeat: no-repeat;}
#articleView .next{width:30px;height:85px;left: 919px;top:220px;background:url(http://i.yimg.jp/images/evt/fukko2014/pc/images/article_nextBtn.png);background-position:-51px;background-repeat: no-repeat;}

#articleView .base{position:relative; margin:auto; 199px;width:949px;height:525px;background:url(http://i.yimg.jp/images/evt/fukko2014/pc/images/article_base.png) 0px 0px no-repeat;}



/* --- /initialize --- */
img{
	user-select: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	unselectable="on";
}
