@charset "UTF-8";

/*
 *
 * LiveAct(R) PRO
 * Runtime Library
 *
 * (c) 2016 CRI Middleware Co., Ltd.
 * Version : 1.98.672.0
 *
 */

/**
 * iframe組み込みで使用するスタイル
 *
 * iframe組み込みにおいて、
 * iframe内側のページに適用するスタイルです。
 *
 * Styleguide 99
 */

/**
 * body
 *
 * iframe内いっぱいに広げます。
 *
 * Styleguide 99.1
 */
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;
}
