@charset "UTF-8";
/* 投稿部分のCSS */
.post .clear {
  clear: both;
}
.post .postmetadata {
  clear: both;
}
.post hr {
  display: block;
}
.post img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.post img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.post .aligncenter, .post div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .alignright {
  float: right !important;
}
.post .alignleft {
  float: left !important;
}
.post acronym, .post abbr, .post span.caps {
  cursor: help !important;
}
.post acronym, .post abbr {
  border-bottom: 1px dashed #999;
}
.post blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
.post blockquote cite {
  margin: 5px 0 0;
  display: block;
}
.post .center {
  text-align: center !important;
}
.post .hidden {
  display: none;
}
.post .screen-reader-text {
  position: absolute;
  left: -1000em;
}
.post a img {
  border: none;
}
.post img {
  height: auto;
  width: auto;
  max-width: 100% !important;
}