#img-header {
  background-image: url("../img/header-pers.jpg");
  padding-top: 1px;
}
#img-header h1 {
  text-align: center;
  margin: 90px auto 0 auto;
  font-size: 10px;
  line-height: 1em;
}
#img-header h1 img {
  width: 240px;
  height: auto;
  max-width: 100%;
}
#img-header #tag {
  color: #fff;
  font-family: 'Droid Serif', serif;
  text-align: center;
  margin-bottom: 10px;
}
#img-header h2 {
  color: #333;
  font-size: 13px;
  text-align: center;
  margin: 0;
}
#slide {
  margin-bottom: 20px;
}
#lead h2 {
  text-align: center;
  font-size: 1.3em;
}
.blog-title {
  font-size: 1.3em;
  margin: 0;
}
.blog-title span,
.blog-title small {
  display: block;
}
.blog-title span {
  border-bottom: dashed 1px #d3dbd5;
}
.blog-title small {
  font-size: .7em;
}
.blog-list {
  margin: 10px 0 20px 0;
}
.blog-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-list li a {
  display: block;
  padding: 8px 0;
  color: #d3dbd5;
  border-top: solid 1px #d3dbd5;
}
.blog-list li a:active,
.blog-list li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.pv {
  display: block;
  position: relative;
  max-width: 512px;
  margin: 0 auto 16px auto;
}
.pv span {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 28px;
  padding: 3px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
