@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}

html
{
	overflow-y:scroll;
	touch-action:manipulation;
	height:100%;
	//background-color:#333333;
	background-color:#FFFFFF;	/* [Plans]修正 */
}

body
{
	font-family:"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-size:1em;
	
	position:relative;
	
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	
	text-align:center;
}

div
{
	margin:0px;
	padding:0px;
}

#myCanvas
{
	margin:0px auto;
	background-color:#FFFFFF;
	overflow:hidden;

	/* [Plans]：追加 */
	-ms-touch-action : none ; /* for *IE10 */
	touch-action : none ;

}

#divHslValue
{
	background-color: rgba( 204, 255, 204, 0.55 );
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 110px;
	height:80px;
}

#pHslValue
{
	 style="display: inline-block;"
}

