﻿* {
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-appearance: none; /* iphone */
/* -webkit-touch-callout: none;  Disable Android and iOS callouts*/
}

/* -----ipad はみ出ない------ */
html, body{
  overflow: hidden;
}


/* -----ipad ダブルタップ　拡大しない------ */
button, html, body{
  touch-action: manipulation;
}

body {
    margin: 0px 0px 0px;
	padding:0;
    overflow: hidden;
	background-color: gray
}
#info {
	text-align: center;
	bottom: 5vh;
	width: 100%;
	position: fixed; //absolute;
	left:0;
	margin:auto; /* iphone */
}
button{	
	margin-left:1.4vw;
	margin-right:1.4vw;
	background-color: #005050;
	border-style: none;
	color: white;	
	font-size: 1.4vw;     <!-- サイズ　画面にあわせる -->
}
