@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; }

/* テーブル内で使う区切り線 */
table hr.easy-hr {
  border: 0;
  border-top: 1px dotted #b8b8b8;
  margin: 8px 0;
}

table hr.easy-hr-solid {
  border-top-style: solid;
}

table hr.easy-hr-dashed {
  border-top-style: dashed;
}
