@charset "UTF-8";
/*====================================================================
    
====================================================================*/
/*====================================================================
  このファイルはutf-8です
====================================================================*/
body { margin: 0px; padding: 0px; overflow: hidden; }

/*====================================================================
    container
====================================================================*/
#container { width: 100%; height: 100%; margin: 0px auto; background: #ffffff; }

#container::after { clear: both; content: ""; display: table; }

canvas { width: 100%; height: 100%; }

/*====================================================================
    
====================================================================*/
#logo { background: url(/img/logo.jpg); width: 280px; height: 200px; position: absolute; margin-top: -100px; margin-left: -140px; top: 50%; left: 50%; }
