/*
Theme Name:89design
Theme URL :
Description :
Author:Kazuyuki Ogawa
Version :1.0.0
*/
.main-column a {
  color: #006fff;
}
.main-column a:hover {
  text-decoration: underline;
  color: #ff5e00;
}
.main-column h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.main-column h4 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.main-column ul {
  display: block !important;
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 30px !important;
}
.main-column li {
  margin-bottom: 10px;
}
.main-column p {
  margin-bottom: 30px !important;
  line-height: 30px;
}
.main-column .wp-block-code {
  background: #282c34;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.main-column .wp-block-code code {
  line-height: 25px;
}
.main-column .cp_embed_wrapper {
  margin-bottom: 30px;
}