/***** 全体スタイル *****/
.content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  padding: 24px 16px;
  line-height: 1.8;
}

/***** タイトル・見出し *****/
.page-title {
  font-size: 2rem;
  color: #ffffff;
  background-color: #990000;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 32px;
}

.section h2 {
  font-size: 1.8rem;
  color: #990000;
  border-bottom: 3px solid #990000;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

/***** セクション *****/
.section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/***** リスト（文化・文例） *****/
.culture-list, .example-messages {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 0;
}

.culture-list li, .example-messages li {
  margin-bottom: 10px;
}

/***** テーブル（長寿祝い）用コンテナ *****/
.celebration-table {
  overflow-x: auto;
  margin-top: 16px;
}

/***** 文例リンク *****/
.section a {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}



/*# sourceMappingURL=keirou-no-hi.css.map */
