@charset "UTF-8";

/****************************************************************************
 *
 * LiveAct(R) PRO
 * Runtime Library
 *
 * (c) 2016 CRI Middleware Co., Ltd.
 * Version : 1.61.2.523
 *
 ****************************************************************************/

body {
    /* fit to left-top */
    margin: 0;
    /* disable scroll-bar */
    overflow: hidden;

    /* for contain-resize */
    background-color: transparent;
    position: absolute;
    left: 0;
    top:  0;
    width: 100vw;
    height :100vh;
}
