@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    ...
*/

/* ↓ここから下に追記してOK */

.comment-form-email,
.comment-form-url {
  display: none;
}

.post_content > * {
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  body { font-size: 12px; }
  p, a, li, td, th, caption { font-size: 12px; }
}

@media (min-width: 1024px) {
  .random-dmm-ad img {
    transform: scale(0.67);
    transform-origin: top left;
  }
}

body { outline: 5px solid red !important; }
