/* 記事カード下のPV数を非表示 */
.entry-card .post-views,
.entry-card-meta .post-views {
  display: none !important;
}
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 



/*.toc-box {
  position: fixed;
  top: 100px;       /* 上からの距離 */
  right: 20px;      /* 右端からの距離 */
  width: 250px;     /* ボックスの幅 */
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  z-index: 9999;
}
.toc-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-box li {
  margin: 5px 0;
}
.toc-box a {
  color: #0073aa;
  text-decoration: none;
}
.toc-box a:hover {
  text-decoration: underline;
}
  */ 


