@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
#toc_container {
  border: 1px solid #ccc;
}
#toc_container .toc_title {
  width: 94%;
  margin: 0 auto;
}
#toc_container .toc_title:before {
  content: "▼ ";
  display: inline;
}
#toc_container .toc_list {
  width: 94%;
  margin: 0 auto;
}
#toc_container .toc_list ul, #toc_container .toc_list li {
  margin-left: 0;
}
#toc_container .toc_list li {
  list-style: none;
  border-top: 1px dotted #cccccc;
}
@media only screen and (max-width: 767px) {
  #toc_container {
    font-size: 14px;
    padding-top: 12px;
  }
  #toc_container .toc_title {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #toc_container .toc_list li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #toc_container .toc_list li ul {
    padding-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  #toc_container {
    font-size: 16px;
    padding-top: 20px;
  }
  #toc_container .toc_title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #toc_container .toc_list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #toc_container .toc_list li ul {
    padding-top: 20px;
  }
}
.postContent {
  word-break: break-all;
  font-size: 16px;
  line-height: 200%;
  /* 自動生成されるpタグの除去 */
}
.postContent a {
  text-decoration: underline !important;
  font-size: 1em;
}
.postContent dfn,
.postContent cite,
.postContent em,
.postContent i {
  font-style: italic;
}
.postContent * {
  line-height: 200%;
}
.postContent strong, .postContent strong * {
  font-weight: bold;
}
.postContent img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.postContent h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 18px 0 18px 0;
  border-top: solid 3px #888888;
  border-bottom: solid 3px #888888;
}
.postContent h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 10px;
  background: #F7F7F7;
}
.postContent h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
}
.postContent h4 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h5 {
  font-size: 16px;
  font-weight: bold;
}
.postContent h6 {
  font-size: 16px;
  font-weight: bold;
}
.postContent ul, .postContent ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.postContent ol, .postContent ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.postContent div.photo_left {
  width: 100%;
  text-align: left;
}
.postContent div.photo_center {
  width: 100%;
  text-align: center;
}
.postContent div.photo_right {
  width: 100%;
  text-align: right;
}
.postContent div.photo_fleft {
  float: left;
  padding: 0px 10px 0px 0px;
}
.postContent div.photo_fright {
  float: right;
  padding: 0px 0px 0px 10px;
}
.postContent iframe {
  max-width: 100%;
  /*height:auto;*/
}
.postContent .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.postContent .alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
.postContent p:empty {
  display: none;
}
.postContent video {
  max-width: 100%;
  height: auto;
}
.postContent hr {
  background: #000000;
  height: 1px;
  margin: 10px 0;
}/*# sourceMappingURL=post_style.css.map */