#main-wrap {
  margin: 0 auto;
  padding: 0;
  color: #000;
  background: none;
  background-color: #fff;
}

.contents-wrap {
  max-width: 1000px;
  margin: 10px auto;
}

a {
  color: blue;
  text-decoration: underline;
}

h1 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 24px;
  margin: 0 auto 10px;
}

ul {
  margin-bottom: 15px;
  margin-left: 20px;
  list-style: disc;
}

ul li {
  line-height: 24px;
}

li + li {
  margin-top: 10px;
}

hr {
  margin: 40px 0;
}

.text-wrap {
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  color: #000;
  text-shadow: none;
}

.text-wrap + .text-wrap {
  margin-top: 60px;
}

#article-wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
}

#top1-wrap,
#top2-wrap {
  position: absolute;
  top: 0;
  font-size: 18px;
  line-height: 30px;
}

#top1-wrap {
  left: 0;
}

#top2-wrap {
  right: 0;
  text-align: right;
}

#support-info-wrap {
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #a4a4a4;
}

#copy-right-wrap {
  margin: 50px auto;
  text-align: center;
}

.text-red {
  color: red;
}

.text-underline {
  text-decoration: underline wavy red;
}

.ver-img {
  max-width: 500px;
}

.ver-img img {
  width: 100%;
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 16px;
  }

  ul li {
    line-height: 18px;
  }

  li + li {
    margin-top: 10px;
  }

  hr {
    margin: 20px 0;
  }

  #article-wrap {
    padding-top: 70px;
  }

  #copy-right-wrap {
    margin: 20px auto;
    font-size: 12px;
  }
}

/*.ac-parent {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#ac-open,
#ac-close {
  display: none;
}

.ac-parent-view {
  display: block !important;
}

.ac-child {
  display: none;
}*/

.details-btn {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.old-update-wrap + .old-update-wrap {
  margin-top: 30px;
}
