body{
	background:#fff;
	padding: 0;
	margin: 0;
}
body { -webkit-touch-callout: none !important; }
a { -webkit-user-select: none !important; }
body::-webkit-scrollbar {
   	width: 6px;
   	height: 0px;
	background-color: #fff;
}
body::-webkit-scrollbar-thumb {
	background-color: #000;
}
#divFullscreen{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000;
	display: show;
	background-color: transparent;
	cursor: pointer;
}
#divInfo{
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 900;
}
#foot {
	bottom: 0px;
	left:15px;
	width:400px;
	height:80px;
	position: fixed;
	z-index: 2000;
	/*background-color: #fff000;*/
	background-color: rgb(0, 0, 0, 1.0);
	visibility: visible; /* hidden - visible  ////////////////////////////   */
}
p {
	font-family: Helvetica;
	font-size: 18px;
	text-align: left;
	margin-top: 0px;
	color:#fff; 
}
/* 
#layer1{
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 10;
	display: flex;
	align-items: center;
	float: right; 
}
*/

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width : 1024px){
	body{
		width: 130vw;
		margin-left: -15vw;
	}
	#divFullscreen{
		display: none;
	}
	#divInfo{
		display: none;
	}
}
@media only screen and (max-width : 640px){
	body{
		width: 150vw;
		margin-left: -25vw;
	}
	#divFullscreen{
		display: none;
	}
}
