


body{
	text-align:center;
	margin:0 auto;
}

.all{
	margin:0 auto;
	width:850px;
	padding:20px;
}

h1{
	font-size:30pt;
	font-weight:bold;
	margin-bottom:-1px;
}

.mes{
	width:730px;
	text-align:left;
	margin-left:50px;
}

      #canvas {
        width: 800px;
        height: 600px;
        touch-action: none;
	border:10px ridge teal;
	border-radius:20px;
      }

      #START {
        position: absolute;
        top: 300px;
        margin-left: -330px;
      }

.myreset{
        position: absolute;
        top: 200px;
        margin-left: 590px;
	font-size: 34pt;
	color:white;
	font-weight:bold;
	font-family:Segoe Print;		//MV Boli;
	padding:3px 20px 0;
	cursor:pointer;
	border-radius: 20px;
	background: linear-gradient(#D7EFEB,#006151);		/* グラデーション  #A0D2C9 #00715E  #DAF2EC,#00795C */	
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;	/* シャドウ効果 */
	transition: .3s;
}
.myreset:hover{
	box-shadow: unset;
	transform: translateY(1px);
	color:red;
}





