﻿* {
-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*/
}
body {
    margin: 0px 0px 0px;
	padding:0;
    overflow: hidden;
	background-color: gray
}

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

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


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