@charset "UTF-8";
/*-------------------------------------
投稿用のスタイル
-------------------------------------*/
.postContent {
  display: inline-block;
  width: 100%;
  padding: 60px 0 0;
  word-break: break-all;
  font-size: 16px;
}
.postContent a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-size: 1em;
  color: #3C71D4;
}
.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;
}
.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 {
  padding-bottom: 10px;
}
.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 video {
  max-width: 100%;
  height: auto;
}
.postContent p {
  padding-bottom: 10px;
}
.postContent .wp-block-columns p {
  padding-bottom: 0px;
}
.postContent .alignleft,
.postContent img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.postContent .alignright,
.postContent img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.postContent .aligncenter,
.postContent img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postContent img.alignleft,
.postContent img.alignright,
.postContent img.aligncenter {
  margin-bottom: 12px;
}
.postContent .wp-caption {
  border: none;
  background: #fff;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.postContent .wp-caption img {
  margin: 5px;
}
.postContent p.wp-caption-text {
  margin: 0 0 4px;
  color: #666;
  font-size: 12px;
}/*# sourceMappingURL=post_style.css.map */