/* applet_js_style.css */
/* applet to JavaScript style */

    body {
      line-height: 140%;
      background-color: #ffffff;
      text-aline: center;
      font-family: 'Noto Sans JP', 'Meiryo', sans-serif;
    }

    canvas {
      border: none;
    }

    dl, dt {
      padding-left: 1em;
      line-height: 140%;
    }

    p {
      width: 80%;
    }