.center {
  text-align: center;
}

.white {
  background-color: white;
}

.wapper {
  z-index: 2;
}

.wrapper {
  z-index: 2;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

body {
  background-color: #F0F8FF;
}

div.annotation {
  background-color: white;
  padding: 10px;
}

div.annotation p {
  font-size: small;
  margin: 0;
}

div.breadcrumb {
  font-size: 0.75em;
}

div.hitokoto {
  margin-top: 2em;
}

div.hitokoto div.title {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  background-color: #99FFFF;
}

div.hitokoto div.title h3 {
  width: 75%;
  margin-top: 5px;
  margin-bottom: 5px;
}

  div.hitokoto div.title div.hitokoto-sns {
    width: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    box-sizing: border-box;
  }


div.hitokoto div.text {
  padding-left: 5px;
  padding-right: 5px;
}

div.hitokoto div.genre {
  border-top: solid 3px #F0F8FF;
  padding-left: 5px;
  padding-right: 5px;
}


div.hitokoto_tweet_button {
  margin-top: 1em;
}

footer a {
  margin-left: 1rem;
}

.bottom {
  margin-bottom: 2em;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 1024px;
    margin: 0px auto;
  }
  
  .bottom {
    margin-bottom: 2em;
  }
  
  div.sub {
    margin-top: 0.5em;
    margin-left: 0.5em;
  
    width: 500px;
    display: inline-block;
    vertical-align: top;
  }
}

