body {
	font: 16px/2 Arial,"メイリオ","Meirio","ＭＳ Ｐゴシック","MS PGothic","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	color: #fff;
	background: #000;
}

/* z-index
=========================================*/
.popup { z-index: 1000; }
.btn_top { z-index: 100; }
#main .effect { z-index: 1; }
#main header { z-index: 10; }
#main #lnb { z-index: 100; }
#main .inner_content .bg .fix { z-index: 10; }
    
/* container
=========================================*/
#container {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 980px;
}
.content {
	display: none;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
}

/* main
=========================================*/
#main {
	display: block;
	padding-top: 40px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_main.jpg);
}
#main header {
	position: relative;
	width: 100%;
	height: 780px;
}
#main header h1 {
	position: relative;
	width: 180px;
	height: 80px;
	margin: 0 auto;
}
#main header #gnb {
	position: relative;
	width: 310px;
	margin: 320px auto 0 auto;
}
#main header #gnb li {
	position: relative;
	width: 100%;
	height: 90px;
	text-indent: -10000000px;
	background-repeat: no-repeat;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/gnb.png);
	cursor: pointer;
}
#main header #gnb li.menu1 {
	background-position: 0 0;
}
#main header #gnb li.menu1:hover {
	background-position: 0 100%;
}
#main header #gnb li.menu2 {
	background-position: -310px 0;
}
#main header #gnb li.menu2:hover {
	background-position: -310px 100%;
}
#main header #gnb li.menu3 {
	background-position: -620px 0;
}
#main header #gnb li.menu3:hover {
	background-position: -620px 100%;
}
#main header #gnb li.menu4 {
	background-position: -930px 0;
}
#main header #gnb li.menu4:hover {
	background-position: -930px 100%;
}
#main .effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .effect p {
	display: none;
	position: absolute;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/particle.png) no-repeat center;
	background-size: 100%;
}
#main .btn_top {
	position: absolute;
	top: 1000px;
	left: 50%;
	width: 156px;
	height: 186px;
	margin-left: 600px;
	text-indent: -1000000px;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/btn_top.png) no-repeat top left;
	cursor: pointer;
}

/* story
=========================================*/
#story {
	overflow: hidden;
	height: 990px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_story.jpg);
}
#story .header,
#story .body,
#story .footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	text-align: center;
	z-index: 1;
}
#story .header {
	height: 190px;
	padding-top: 40px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_story_header.png);
}
#story .header h2 {
	position: relative;
}
#story .header .btn_top {
	position: absolute;
	top: 40px;
	left: 50%;
	right: auto;
	width: 120px;
	height: 50px;
	margin-left: 350px; 
	text-indent: -1000000px;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/btn_story.png) no-repeat 0 0;
	cursor: pointer;
}
#story .body {
	position: relative;
	height: 540px;
	margin: -20px auto;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_story.jpg);
	z-index: 0;
}
#story .body .story {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 720px;
	height: 1500px;
	margin-left: -360px;
	text-indent: -1000000px;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/content_story.png) no-repeat center top;
}
#story .footer {
	height: 309px;
	padding-top: 100px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_story_footer.png);
}
#story .footer .control {
	position: relative;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	z-index: 1;
}
#story .footer .control li {
	display: inline-block;
	width: 50px;
	height: 100%;
	margin: 0 20px;
	text-indent: -1000000px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/btn_story.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#story .footer .control li.btn_pause {
	background-position: -120px 0;
}
#story .footer .control li.btn_play {
	background-position: -170px 0;
}
#story .footer .control li.btn_replay {
	background-position: -220px 0;
}

/* popup
=========================================*/
.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/bg_layer.png) repeat;
}
.popup .btn_close {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 46px;
	height: 45px;
	margin-left: 380px;
	cursor: pointer;
	z-index: 1;
}
.popup div {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 980px;
	height: 700px;
	margin-left: -490px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -10000000px;
}
.popup div.equip {
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/content_equip.png);
}
.popup div.map {
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/content_map.png);
}
.popup div.fellow {
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/content_fellow.png);
}

/* navigation (2015.07.15 add)
=========================================*/
#lnb {
	position: relative;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/navbg.png) no-repeat center;
}
#lnb.fix {
	position: fixed;
	top: 0;
	left: 0;
}
#lnb ul {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
#lnb ul li {
	float: left;
	width: 300px;
	height: 100%;
	background: url(http://web-images.nefficient.jp/gamecom/rohan/150715/nav.png) no-repeat;
	text-indent: -10000000px;
	cursor: pointer;
}
#lnb ul li.menu1 {
	background-position: 0 0;
}
#lnb ul li.menu1:hover,
#lnb ul li.menu1.on {
	background-position: 0 -90px;
}
#lnb ul li.menu2 {
	background-position: -300px 0;
}
#lnb ul li.menu2:hover,
#lnb ul li.menu2.on {
	background-position: -300px -90px;
}
#lnb ul li.menu3 {
	background-position: -600px 0;
}
#lnb ul li.menu3:hover,
#lnb ul li.menu3.on {
	background-position: -600px -90px;
}


/* contents (2015.07.15 add)
=========================================*/
.inner_content {
	display: none;
}
.inner_content .bg {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.inner_content .bg .fix {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-indent: -1000000px;
}
.inner_content div {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.inner_content .page101,
.inner_content .page201,
.inner_content .page301 {
	height: 806px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/background_common.jpg);
}

/* about
=========================================*/
#about {
	display: block;
}
#about.fix {
	padding-top: 90px;
}
#about .page101 .fix {
	height: 806px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_content1.png);
}
#about .page102 {
	height: 1128px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_bg1.jpg);
}
#about .page102 .fix {
	height: 1128px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_content2.png);
}
#about .page103 {
	height: 1133px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_bg2.jpg);
}
#about .page103 .fix {
	width: 1149px;
	height: 1133px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_content3.png);
}
#about .page104 {
	height: 1129px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_bg3.jpg);
}
#about .page104 .fix {
	width: 1050px;
	height: 1080px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/about_content4.png);
}

/* elements
=========================================*/
#elements .page201 {
	height: 1000px;
}
#elements .page201 .fix {
	height: 1000px;
	background-image:url(http://web-images.nefficient.jp/gamecom/rohan/150715/elements_content1.png);
}
#elements .page202 {
	height: 1400px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/elements_bg1.jpg);
}
#elements .page202 .fix {
	height: 1253px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/elements_content2.png);
}

/* arendall
=========================================*/
#arendall .page301 .fix {
	height: 846px;
	background-image:url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_content1.png);
}
#arendall .page302 {
	height: 1100px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_bg1.jpg);
}
#arendall .page302 .fix {
	height: 1015px;
	background-image:url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_content2.png);
}
#arendall .page303 {
	height: 1900px;
	background-image: url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_bg2.jpg);
}
#arendall .page303 .fix {
	width: 1150px;
	height: 800px;
	background-image:url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_content3.png);
}
#arendall .page303 .fix2 {
	width: 980px;
	height: 1009px;
	background-image:url(http://web-images.nefficient.jp/gamecom/rohan/150715/arendall_content4.png);
}

/* footer
=========================================*/
footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #535353;
	background-color: #000;
	text-align: center;
	color: #a0a0a0;
	font-size: 11px;
}
footer .copyright {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
footer .copyright li {
	display: inline-block;
	margin: 0 5px;
}