#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	display: show;
	cursor: pointer;
}
#divInfo{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 900;
}
#divSmartphone{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1100;
	display: none;
}

@media only screen and (max-width : 1024px){
	#divFullscreen{
		display: none;
	}
	#divInfo{
		display: none;
	}
	#divSmartphone{
		display: block;
	}
}
@media only screen and (max-width : 640px){
	#divFullscreen{
		display: none;
	}
	#divSmartphone{
		display: block;
	}
}



