@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
.postContent {
  word-break: break-all;
  font-size: 16px;
  padding: 20px 0;
}
.postContent a {
  text-decoration: underline !important;
  font-size: 1em;
}
.postContent a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.3s;
}
.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 !important;
  padding-bottom: 10px;
}
.postContent h1 {
  font-size: 24px;
  font-weight: bold;
}
.postContent h2 {
  font-size: 20px;
  font-weight: bold;
}
.postContent h3 {
  font-size: 18px;
  font-weight: bold;
}
.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 iframe {
  max-width: 100%;
  /*height:auto;*/
}
.postContent .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.postContent video {
  max-width: 100%;
  height: auto;
}
.postContent .wp-block-group {
  display: flex;
  justify-content: flex-start;
}
.postContent p {
  padding-bottom: 20px;
}
.postContent .wp-block-columns img {
  padding-bottom: 0;
}
.postContent .wp-block-columns .wp-element-caption {
  margin-top: 5px;
}/*# sourceMappingURL=post_style.css.map */