/* 全体レイアウト */
.section {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  color: #1a1a1a;
  background-color: #fff;
}

/* h1タイトル */
.section h1 {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: bold;
  border-left: 6px solid #555;
  padding-left: 12px;
}

/* h2見出し */
.section h2 {
  font-size: 20px;
  margin: 32px 0 12px;
  border-left: 4px solid #0077aa;
  padding-left: 10px;
  font-weight: bold;
  color: #003366;
}

/* h3見出し */
.section h3 {
  font-size: 18px;
  margin: 24px 0 8px;
  padding-left: 8px;
  border-left: 3px solid #888;
  font-weight: bold;
  color: #333;
}

/* 段落 */
.section p {
  margin: 0 0 16px;
  font-size: 15px;
}

/* リスト */
.section ul {
  margin: 0 0 16px 1.5em;
  padding: 0;
}
.section ul li {
  margin: 0 0 8px;
  font-size: 15px;
}

/* 強調 */
.section b {
  font-weight: bold;
  color: #c00;
}

/* リンク */
.section a {
  color: #006699;
  text-decoration: underline;
}
.section a:hover {
  text-decoration: none;
}

/* パンくず用（オプション） */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li::after {
  content: \" > \";
  padding: 0 6px;
  color: #999;
}
.breadcrumb li:last-child::after {
  content: \"\";
}



/*# sourceMappingURL=okuyami-word-manner.css.map */
