.lgtmoon-app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 900px;
  position: relative;
}

/** タイトル */
.lgtmoon-header {
  background-image: url(/assets/ink/ink002.png);
  background-size: 150px;
  background-repeat: no-repeat;
}

.no-decoration {
  text-decoration: none;
}

@font-face {
  font-family: 'ikafont';
  src: url('/assets/fonts/ikafont.otf') format('opentype');
}

.title {
  font-family: 'ikafont', Impact;
  font-size: 4em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.title a {
  color: #003;
}

/** tweetボタン */
.tweet-button {
  position: absolute;
  left: 320px;
  top: 36px;
}

/** 右上部分の広告 */
.top-ad {
  position: absolute;
  right: 0px;
  top: 0px;
}

/** 右上広告の「スポンサーリンク」の文字 */
.top-ad-text {
  padding-top: 0px;
  font-size: 0.75em;
}

.text-align-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.hidden {
  display: none;
}
