/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	MAINTENANCE
------------------------------------------------------------*/
#maintenance .contents {
  margin: 0 50px;
  border-top: 1px dotted #BBB;
}

#maintenance .contents:nth-of-type(1) {
  border: none;
}

#maintenance .contents:first-child {
  border: none;
}

#maintenance .contents .inner {
  margin: 0 auto;
  padding: 0 0 30px;
}

#maintenance .contents .inner .sub_title {
  width: 100%;
}

#maintenance .contents .inner .read {
  margin: 37px auto 30px;
  width: 560px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

#maintenance .contents .inner .read:after {
  content: '';
  display: block;
  clear: both;
}

#maintenance .contents .inner .maintenance_txt {
  margin-bottom: 25px;
}

#maintenance .contents .inner .maintenance_txt p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .05em;
}

#maintenance .contents .inner .maintenance_txt ul {
  margin: 5px 0;
}

#maintenance .contents .inner .maintenance_txt ul li {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .05em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#maintenance .contents .inner .maintenance_txt dl {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .05em;
}

#maintenance .contents .inner .maintenance_txt dl dt {
  font-weight: 600;
}

#maintenance .contents .inner .maintenance_txt .caution {
  margin-top: 10px;
}
/*# sourceMappingURL=maintenance.css.map */