@charset "utf-8";
/*
Theme Name: prapcon_theme_v2
*/

/* img */
 
.aligncenter {
  display: block;
  margin: 2em auto;
  text-align:center;
}
.alignright { float: right;margin:0 0 1.5em 1.5em; }
.alignleft { float: left;margin:0 1.5em 1.5em 0; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.editor_contents figure,
.editor_contents ul,
.editor_contents ol,
.editor_contents dl,
/*.editor_contents table,*/
.editor_contents img,
.editor_contents div,
.editor_contents p {
  max-width:100%;
  height:auto;
}

.editor_contents iframe {
  max-width:100%;
 }


