/*
single用CSS
*/
.post-categories {
  position: relative;
  margin: 0;
  padding: 0 0 10px 5px;
  list-style: none;
  text-align: right;
}
.post-categories::before {
  content: "\e2c7";
  position: relative;
  left: 0px;
  top: 2px;
  font-family: 'Material Icons';
}
.post-categories li {
  display: inline-block;
  padding-right: 15px;
}
.post ul {
  padding-left: 40px;
  padding-bottom: 20px;
}
.post ul > li {
  list-style: disc;
  line-height: 1.5;
  padding: 0.25em 0;
}
.post a:link {
  text-decoration: underline;
}
.post hr {
  margin: 5px 0 20px;
}