@charset "UTF-8";
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.single .aligncenter {
  display: block;
  margin: 0 auto;
}
.single .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.single .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.single img[class*=wp-image-],
.single img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.single blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.single .wp-caption {
  max-width: 100%;
}
.single pre {
  white-space: pre-wrap;
}/*# sourceMappingURL=mytheme.css.map */