@charset "utf-8";
/* CSS Document */

	@media screen and (max-width: 1280px) {
		body#index {
		zoom:84%;
		-moz-transform: scale(84%);
		}
	}

@media screen and (max-width: 1280px) and (orientation:portrait){
  #open #item02 {
	top:500px;
	left:100%;
	margin:-35px 0 0 -85px!important;
	z-index: 2;
	}
}

@media screen and (max-width: 1280px) and (orientation:landscape) {
	#open #item02 {
	top:50%;
	left:100%;
	margin:-35px 0 0 -70px!important;
	z-index: 2;
	}
}