@charset "UTF-8";
/*
Theme Name: EPRESS theme
Theme URI:
Description: EPRESS theme
Author: iflag
Author URI: http://www.iflag.co.jp/
Version: 1.5.0
*/

/*tinymce用css*/
#tinymce * {
  opacity: 1 !important;
}

#tinymce img {
  /* max-width: none; */
}

#tinymce img.wp-edited-image[width] {
  width: auto !important;
}
#tinymce img.wp-edited-image[height] {
  height: auto !important;
}
#tinymce section {
  margin-bottom: 10%;
}

#tinymce section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

@media (min-width: 768px) {
  #tinymce section {
    margin-bottom: 7%;
  }
  #tinymce section:last-child {
    margin-bottom: 9%;
  }
  #tinymce section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}
