body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  background: #fff;
}
p {
  text-indent: 1em;
}
p.title {
  font-size: 1.0em;
  text-indent: 1.0em;
  position: fixed;
  top: 1;
  width: 100%;
  letter-spacing: 0.1em;
}
p.message {
  font-size: 1.2em;
  text-indent: 8.0em;
  position: fixed;
  top: 1;
  width: 100%;
  letter-spacing: 0.1em;
}
p.caption {
  font-size: 1.0em;
  text-indent: 2.0em;
  position: fixed;
  top: 120;
  width: 100%;
  letter-spacing: 0.1em;
}
.blinking{
  -webkit-animation:blink 4.0s ease-in-out infinite alternate;
  -moz-animation:blink 10.5s ease-in-out infinite alternate;
  animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
