/* layout */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* wrapperの縦100%にするため */
html{
  height: 100%;
}
body{
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
}

a{
  font-weight: bold;
  color:red;
}
p#description{
  color: white;
  line-height: 1.5em;
  opacity: 0;
}
#wrapper{
  width: 100%;
  height: 100%;
}
#contentsInner{
  display: block;
  position: relative;
  top:  50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 10;
}
#logo{
  margin-bottom: 20px;
}
#myCanvas{
  position: absolute;
  top:0;
  z-index: -10;
  margin-top: -300px;
  margin-left: 50%;
  margin-right: 50%;
  left: -300px;
  top: 50%;
}
path, line, polyline {
 stroke: #fff;
 stroke-width: 1px;
}

path {
 fill: transparent;
}
