body .mceContentBody {
	font: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', 'Roboto', Helvetica, sans-serif;
}

blockquote {
  color: #757575;
  font-style: italic;
  margin: 0 1em 1.5em;
  padding: 1.5em;
  position: relative; }
  blockquote:after, blockquote:before {
    color: rgba(0, 0, 0, 0.12);
    font-family: serif;
    font-size: 400%;
    position: absolute; }
  blockquote:after {
    bottom: 0;
    content: '”';
    line-height: 0em;
    right: 0; }
  blockquote:before {
    content: '“';
    left: 0;
    line-height: .6em;
    top: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

img {
    max-width: 100%; }
ol, ul {
    list-style: disc;
    padding: 0 0 0 24px; }
table {
    margin: 16px 0; }
table, td {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse; }
tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03); }
th {
    color: #757575; }
td, th {
    padding: 6px 16px; }