@charset "utf-8";

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

body,
div,
h1,
p {
  font-family: "メイリオ", "meiryo", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.title {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.meta {
  margin: 0;
  line-height: 1;
}

a {
  color: #258fb8;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover,
a:hover h1 /* firefox */ {
  text-decoration: underline;
}

.container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  /*padding: 5px 10px;*/
  text-align: center;
  background-color: #f2f4f6;
  border: solid 5px #dde6ee;
}

.image-wrapper {
  width: 240px;
  margin: 0 auto;
}

.image-container {
  display: table-cell;
  width: 260px;
  height: 260px;
  text-align: center;
  vertical-align: middle;
}

.image {
  vertical-align: middle;
  border: none;
  box-shadow: 0 0 20px #999;
  -moz-box-shadow: 0 0 20px #999;
  -webkit-box-shadow: 0 0 20px #999;
}

.logo {
  display: block;
  width: 60px;
  height: 24px;
  margin: 5px 10px 0;
  text-align: left;
  background-image: url("../images/logo.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .logo {
    background-image: url("../images/logo@2x.png");
    background-size: 60px 24px;
  }
}
/**/
