@charset "Shift_JIS";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Summary
/*-----------------------------------------------------------------------*/
#summary {
	margin-bottom:-30px;
}

	#summary p {
		display:inline;
	}
	
	#summary .text {
		float:left;
	}
	
	#summary .img {
		float:right;
	}
	
/*-------------------------------------------------------------------------
	World
/*-----------------------------------------------------------------------*/
#world {
	width:920px;
	margin-bottom:30px;
	background:url(../img/world/bg.png) no-repeat center 550px;
}

	#world .world {
	}
	
		#world .world .obj {
			position:absolute;
		}
	
		#world .world .text {
			position:relative;
			left:40px;
			margin-bottom:30px;
		}
	
		#world .world .btn {
			text-align:center;
		}
		
			#world .world .btn li {
				display:inline;
				margin:0 8px;
			}

	#world-real {
		height:485px;
		padding-top:130px;
		background:url(../img/world/real/bg.png) no-repeat center top;
	}
	
		#world-real .obj {
			right:100px;
			top:35px;
		}
	
	#world-dream {
		height:1220px;
		padding-top:145px;
		background:url(../img/world/dream/bg.png) no-repeat center top;
	}
	
		#world-dream .obj.no0 {
			left:60px;
			top:-50px;
		}
		
		#world-dream .obj.no1 {
			right:-20px;
			top:-165px;
		}
		
		#dream-change {
			margin-bottom:8px;
		}
		
		#dream-dynamic {
		}
		
			#dream-dynamic .text {
				margin-bottom:-30px !important;
			}
	
	#world-link {
		padding-top:10px;
		text-align:center;
	}
	
		#world-link p {
			position:relative;
			top:10px;
		}