@charset "UTF-8";
.cmshtml {
  /* ==================================================

■basic settings

================================================== */
  /* ==================================================
	■basic settings
================================================== */
  /*a:hover {
	opacity: 0.7;
}*/
}

.cmshtml * {
  margin: 0;
  padding: 0;
}

.cmsbody {
  word-wrap: break-word;
  word-break: break-all;
}

.cmshtml h1, .cmshtml h2, .cmshtml h3, .cmshtml h4, .cmshtml h5, .cmshtml h6 {
  font-family: 'JetBrains Mono','Zen Maru Gothic', sans-serif;
  font-weight: normal;
}

.cmshtml a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.cmshtml img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cmshtml ul, .cmshtml .ul {
  list-style: none;
  padding-left: 0;
}

.cmshtml table {
  border-collapse: collapse;
  border-spacing: 0;
}
