@charset "utf-8";

/* ページタイトルを表示しない */
header .page-header {
  display: none;
}  
.archive-title {
  width: 50%;
  font-size: 150%;
  text-align: center;
  margin: 30px auto;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
