/* -------------------------- */
/* content */
/* -------------------------- */
.entry_body {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.entry_body h1 {
  margin-bottom: 25px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}

.entry_body h2 {
  margin-bottom: 25px;
  padding: 10px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.entry_body h3 {
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}

.entry_body h4 {
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}

.entry_body h5 {
  margin-bottom: 25px;
  padding-left: 15px;
  background-size: 10px auto;
  background-position: 0 3px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.entry_body img {
  max-width: 100%;
  height: auto !important;
}

.entry_body a {
  color: #000;
  text-decoration: underline;
}

.entry_body ul {
  padding-left: 16px;
}

.entry_body ul li {
  list-style-type: disc;
}

.entry_body ol {
  margin-top: 0;
  padding-left: 20px;
}

.entry_body ol li {
  list-style-type: decimal;
}

.entry_body iframe {
  max-width: 100%;
}

.entry_body .movie_box {
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.entry_body .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  width: 100% !important;
  height: 100% !important;
}

.entry_body .youtube-embed-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry_body table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}

.entry_body table th, .entry_body table td {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.entry_body table th {
  width: 20%;
  background-color: #f1f1f1;
}

.entry_body .tbrBorder {
  border-left: none;
}

.entry_body .tbrBorder th, .entry_body .tbrBorder td {
  border-right: none;
}

.entry_body .tbrBorder th {
  width: 25%;
  background-color: inherit;
}

@media screen and (min-width: 768px) {
  .entry_body {
    clear: both;
  }
}

@media screen and (min-width: 1280px) {
  .entry_body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .entry_body h1 {
    padding: 10px 20px;
    font-size: 2.6rem;
  }
  .entry_body h2 {
    font-size: 2.4rem;
  }
  .entry_body h3 {
    font-size: 2.2rem;
  }
  .entry_body h4 {
    font-size: 2rem;
  }
  .entry_body h5 {
    font-size: 1.8rem;
  }
  .entry_body ul,
  .entry_body ol {
    padding-left: 25px;
  }
  .entry_body .tbrBorder th {
    width: 13%;
  }
  .entry_body img {
    width: inherit;
    height: inherit;
  }
}

/*# sourceMappingURL=map/edit.css.map */
