@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

* {
  color: #444444;
  font-family: 'Noto Sans Japanese', 'メイリオ', 'ＭＳ Ｐゴシック', 'sans-selif';
}

.container-ad {
  padding-top: 10px;
  padding-bottom: 30px;
}

.container-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

h1 {
  font-size: 2.0em
}

h2 {
  border-bottom: dotted 1px #cccccc;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.messages {
  font-size: 1.1em;
}

.emphasize {
  font-size: 1.5em;
  font-weight: bold;
}