@charset "UTF-8";

body {
  font-family: sans-serif;
  background: #fff;
  color: #999;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #ccc;
  transition: .2s;
}

.content-wrapper {
  padding: 30px;
}

h1.site-title {
  font-size: 20px;
  font-weight: bold;
}

.profile {
  font-size: 12px;
  line-height: 1.8;
  margin: 30px 0 0 0;
}

.profile .profile-name {
  font-size: 12px;
  font-weight: bold;
}

.profile .profile-birth {
}

.profile .profile-career {
  margin: 10px 0 0 0;
}

.link-list {
  margin: 30px 0 0 0;
  font-size: 12px;
  line-height: 2.2;
}
