body {
	background-color: #000;
}

ul#screen {
	width: 300%;
	-webkit-transition: all 1s ease-in-out !important;
	-moz-transition: all 1s ease-in-out !important;
	transition: all 1s ease-in-out !important;
	overflow: hidden;
}
ul#screen li {
	float: left;
	z-index: 100;
	width: 33.33%;
	height: auto;
}

/* IOS—p */
@media only screen and (max-device-width: 1024px) {
	ul#screen {
		width: 100%;
	}
	ul#screen li {
		width: 100%;
	}
}

ul#screen li img {
	z-index: 100;
	display: block;
	width: 100%;
	height: auto;
}
ul#screen li video {
	z-index: 100;
	display: block;
	width: 100%;
	height: auto;
}

.move{
	z-index : 500;
	opacity :100;
	cursor : pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul#navi li {
	position: fixed;
	width: 24.16%;
	height: auto;
	min-width: 116px;
	z-index: 5000;
}
ul#navi li#ee, ul#navi li#ww {
	width: 5.83%;
	height: auto;
	min-width: 46px;
}
ul#navi li img {
	width: 100%;
	height: 100%;
}

#nn { top: 0; left: 37.91%; }
#ne { top: 0; right:0; }
#ee { top: 37.4%; right:0; }
#es { bottom: 0; right:0; }
#ss { bottom: 0; left: 37.91%; }
#sw { bottom: 0; left: 0; }
#ww { top: 37.4%; left: 0; }
#wn { top: 0; left: 0; }

li#news {
	position: relative;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN','MS PGothic',sans-serif;
}

li#news div.topics {
	position: absolute;
	width: 69.09%;
	height: 43.45%;
	left: 15.26%;
	top: 35.81%;
	background-color: #E4E3D9;
	z-index: 100;
}