@charset "UTF-8";

.logo {
  text-align: center;
}

.maintitle {
  margin-top: 0px;
}

body {
  background: #ffffff;
  font-size: 15px;
}

a {
  color: #da6a29;
}
a:hover {
  color: #736E62;
}

ul.hashtaglist li {
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #da6a29;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #ffffff;
  line-height: 1;
  padding: 4px 5px;
  transition: 0.3s;
}

h1.maintitle {  
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 40px auto 20px;
  font-size: 24px;
  line-height: 1.2em;
}