@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.display-none {
  display: none; }

html.is-pc .pc-none {
  display: none; }

html.is-sp .sp-none {
  display: none; }

body {
  font-family: YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5; }
  html.is-sp body {
    font-size: 15px;
    font-size: 0.15rem; }
  html.is-pc body {
    font-size: 15px;
    font-size: 0.15rem; }

html {
  font-size: 100px; }
  html.is-sp html {
    font-size: 15px;
    font-size: 0.15rem; }
  html.is-pc html {
    font-size: 15px;
    font-size: 0.15rem; }
  html.is-tab html {
    font-size: 15px;
    font-size: 0.15rem; }

body {
  font-family: YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif; }
  html.is-sp body {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 1.5; }
  html.is-pc body {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 1.5; }

main {
  display: block; }

* {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: inherit; }

html.is-sp .wrapper {
  overflow: hidden; }

html.is-pc .wrapper {
  width: 100%;
  overflow: hidden; }

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

body.page-index {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  overflow: hidden; }
  body.page-index .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  body.page-index .title {
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    color: #666;
    z-index: 1; }
  body.page-index .container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  body.page-index .elm-canvas {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white; }
  body.page-index .ctrl-field {
    position: absolute;
    left: 0;
    top: 0; }
    body.page-index .ctrl-field line {
      stroke: #000;
      stroke-width: 2; }
    body.page-index .ctrl-field .start-pt {
      r: 5;
      stroke: black;
      stroke-width: 2;
      fill: white;
      cursor: pointer; }
    body.page-index .ctrl-field .end-pt {
      r: 5;
      stroke: black;
      stroke-width: 2;
      fill: white;
      cursor: pointer; }
  body.page-index .panel {
    position: absolute;
    left: 10px;
    top: 10px; }
    body.page-index .panel .toolbar {
      display: inline-block;
      font-size: 0;
      box-shadow: 0 1px 3px #666;
      border-radius: 2px;
      overflow: hidden; }
      body.page-index .panel .toolbar button {
        border: none;
        background: none;
        width: 50px;
        height: 35px;
        font-size: 14px;
        cursor: pointer;
        background-color: #eee; }
        body.page-index .panel .toolbar button[disabled] {
          background-color: #bbb;
          cursor: default; }
        body.page-index .panel .toolbar button.under-construction {
          color: #eee;
          background-color: #fff !important;
          cursor: default !important; }
    body.page-index .panel .snap {
      width: auto;
      margin-left: 20px; }
    body.page-index .panel .preset {
      display: block; }
  body.page-index .footer .list-share {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0; }
    body.page-index .footer .list-share .item {
      display: inline-block; }
      body.page-index .footer .list-share .item + .item {
        margin-left: 10px; }
