@charset "Shift_JIS";

/*******************************************************
yakkan/style.css
*******************************************************/
/*yakkan*/

.section {
  overflow: hidden;
  margin-bottom: 20px;
}

.section.stated {
  margin-left: 20px;
}

.section h2 {
  padding: 5px 10px;
  background: #cce4d5;
  font-size: 22px;
  font-weight: bold;
  color: #00782d;
}
.section.red h2 {
  color: #f00;
}
.section.stated h2 {
  background: none;
  border-bottom: 2px dotted #348B54;
  font-size: 18px;
  color: #f00
}
.section.stated h2.blackText {
  color: #000;
}
.section.stated h2:before {
  margin-right: 5px;
  content: "";
  font-size: 25px;
  color: #00782d;
}

.section p {
  margin: 10px 0;
  padding: 0 15px 0 1em;
}
.section > p:first-of-type {
  text-indent: 1em;
}
.section p.date {
  text-align: right;
}

.section ol {
  margin: 10px 0 10px 2em;
  padding: 0 15px 0 1em;
  list-style-position: outside;
  list-style-type: decimal;
}
.section ol li {
  margin-bottom: 10px;
}

.section ol.plan,
.indentArea .plan li > ol {
  margin-left: 0;
  list-style: none;
}

.section ol li ol.plan {
  padding: 0;
}

.section ul.corpList {
  margin-top: 10px;
}
.section ul.corpList li {
  margin-bottom: 5px;
}

.red {
  color: #f00;
}

.section .toTop {
  margin-bottom: 0;
  text-indent: 0;
}

.indentArea,
.indentArea .plan {
  margin-left: 1em;
}

.indentArea .plan li > ul {
  margin: 20px 0 0 1em;
}
