@CHARSET "windows-31j";

/*
@font-face {
  font-family: 'MyFont';
  src: url('../res/anzu.ttf') format('truetype');
}
*/

* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
}

body {
  /* font-family: 'MyFont', sans-serif; */
	/*
	margin: 0px;
	*/
  /*
	background-color: #212529;
	background-image: url('../images/bg_space.jpg');
  */
	background-color: #000;
	background-image: none;
	/*
	background-repeat: no-repeat;
	background-position-x: center;
	color: #f8f9fa;
	*/
  user-select: none;
  -moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas, div {
      user-select: none;
      -moz-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
	    -khtml-user-select: none;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas {
  outline: none;
}

#game-area {
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

.text-lightgreen {
  color: #6bf86f !important;
}

.text-skyblue {
  color: #81ddf9 !important;
}

.text-wolf {
  color: #ff3e17 !important;
  text-shadow: 3px 3px 5px #000000;
}
