/* CSS Document */

body {
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a { color:#333333; text-decoration:none; }
a:hover { color: #ff6633; }

body, th, td { font-size: 90%; }

.container {
  font-family: arial;
  font-size: 18px;
  margin: 25px;
  width: 800px;
  height: 200px;
  position: relative;
}

.child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  margin: -25px 0 0 -25px;
}
-->

