@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #000000;
  background: rgb(245,245,245);
  font-family: -apple-system, BlinkMacSystemFont, "Heebo", "Noto Sans JP", sans-serif;
  font-weight: 300;
}

a {color: #8d0008; text-decoration: none;}

a:hover {border-bottom: 0px;}

main {
  max-width: 630px;
  padding: 0;
  margin: 0 auto;
}

#top {
  text-align: center;
  padding: 40px 0px 0px 0px;
}

#top img {
  display: inline;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  max-height: 200px;
  max-width: 200px;
}

#top h1 {
  padding: 20px 0px 25px 0px;
  margin: 0;
  font-size: 1.40em;
  font-weight: 800;
  text-align: center;
}
#top a {color: #000000; text-decoration: none;}

#photo-swap {
  color: #8d0008; 
  text-decoration: none;
  cursor: pointer;
}

#content h2 {
  padding: 15px 0px 5px 0px;
  font-size: 1.3em;
  font-weight: 800;
  text-align: center;
}

.title {
  font-weight: 400;
}

i.journal {
}

ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer {
  font-size: 90%;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 0;
  margin: 40px auto 40px auto;
  bottom: 0;
  width: 100%;
  color: rgb(180,180,180);
}

#footer a {color: rgb(180,180,180);}

.hide { display:none; }

@media screen and (max-width: 650px) {
  #content {padding: 0px 20px 0px 20px;}
}
