@charset "UTF-8";
body {
  background-color: black;
  background-image: url("background.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Hiragino Kaku Gothic Pro W3", "Yu Gothic", Meiryo, sans-serif;
}
body.writing {
  font-family: "Hiragino Mincho Pro W3", "Yu Mincho", serif;
}
.container {
  margin: 40px auto;
  padding: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px white;
  max-width: 1000px;
}
a.pdf-link:after {
  content: " [PDF]";
  font-size: small;
}
a.fb.timelapse:after {
  content: " [Facebook/微速度動画]";
  font-size: small;
}
a.fb.album:after {
  content: " [Facebook/アルバム]";
  font-size: small;
}
a.fb.photo:after {
  content: " [Facebook/写真]";
  font-size: small;
}
