.post-list {
  padding: 1em 0 0 0;
}

.post-list header h1 {
  font-size: 1.5em;
  font-style: italic;
  color: #999;
}

.post-list li {
  margin: 0;
  list-style: none;
}

.post-list article {
  padding: 1em 0 1em 0;
  font-family: 'Helvetica';
  font-size: 1.25em;
  border-bottom: solid 1px #eee;
}

.post-list article .e-content {
  margin-bottom: 0.5em;
}

.post-list article .u-url {
  font-size: 0.8em;
  color: #999;
  text-decoration: underline;
}

.post-list article .u-url:hover {
  text-decoration: none;
}

.post-detail main .wrapper {
  margin-bottom: 2em;
  padding: 2em;
  font-family: 'Helvetica';
}

.post-detail main h1 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1em;
  color: #999;
}

.post-detail main .e-content {
  font-size: 1.25em;
  line-height: 1.25em;
}

.post-detail main aside {
  margin-top: 3em;
}

.post-detail main aside h3 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #999;
}

.post-detail main aside ul {
  margin: 0;
}

.post-detail main aside ul li {
  margin: 0 1em 0 0;
}
