/****************************************
  ./nakahara_css/diaryview.css
  created 2026.4.8   updated 2026.4.8
****************************************/

.diaryview-date,
.caption {
  color: #888 !important;
  font-size: 0.8em !important;
  margin-bottom: 30px;
}

.diary-content {
  margin-bottom: 30px;
}

/* ===========================
   基本テキスト設定
=========================== */
/*.diary-content p {
    font-size: 1.1em;
    line-height: 1.9;
    color: #333;
    margin-bottom: 20px;
}*/

/* ===========================
   写真（共通）
=========================== */
.diary-img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px 0 5px 0 !important;
    display: block;
}

/* ===========================
   キャプション
=========================== */
.caption {
    margin-top: -5px;
}

/* ===========================
   小見出し（青文字）
=========================== */
.section-title {
    color: #279AC8;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

/* ===========================
   情報ボックス（ブルー背景）
=========================== */
.info-box {
    margin: 30px 0 20px 0;
    padding: 15px 15px 5px 0;
    background: #279AC8;
    border:none;
    border-radius: 8px;
    color: #fff;
    list-style: none;
    line-height: 1.9;
}

.info-box li {
    margin-bottom: 10px;
    margin-left: 20px;
}

/* ===========================
   絵文字アイコン（統一サイズ）
=========================== */
.emoji {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: 0 10px 0 0 !important;
}

.diaryview-to-list {
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 30px;
}

.diaryview-to-list a {
  display: inline-block;
  background: rgba(39, 154, 200, 1);
  color: #fff;
  padding: 12px 40px; border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
