/* <system section="theme" selected="11696248318756530652"> */
/* <system section="theme" selected="venetia"> */
@import "https://blog.hatena.ne.jp/css/theme/venetia/venetia.css";
/* </system> */
/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */
/*--------------------------------------
  もくじ
--------------------------------------*/
ul.table-of-contents {
  font-size: 12px !important; /*文字サイズ*/
  border: double #f0eadb !important;
  padding: 1em 1.5em 1em 2.25em !important;
  color: #999 !important;
  display: inline-block;
}
ul.table-of-contents:before {
  content: "< 目次 >";
  display: block;
  text-align: center;
  margin: 1em 1em 1.7em;
  padding: 0 0 1.5em;
  font-weight: bold;
  font-size: 100% !important;
  border-bottom: 1px dashed lightgrey;
}
ul.table-of-contents a:after {
  display: none !important;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  color: #999 !important; /* リンク文字の色 */
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li a:hover {
  color: #cbb06e !important; /* リンクにマウスを重ねた時の色 */
}
ul.table-of-contents li {
  margin: 5px 0 10px 6px !important;
  line-height: 1.5;
  padding: 0;
  list-style-type: none !important;
}
ul.table-of-contents li:before {
  font-family: blogicon;
  content: "\f02d"; /*iconコードを指定*/
  position: absolute;
  left: 1.8em;
  font-size: 10px;
  color: #cbb06e; /*アイコンのカラー*/
}
ul.table-of-contents ul li,
ul.table-of-contents li ul {
  /* H1のみ表示させる */
  display: none !important;
}