/* アットウィキが裏で数字やリストを小さくしている設定をすべて102%に強制統一 */
body, div, span, p, a, li, dt, dd, td, th, h1, h2, h3, h4, h5, h6,
.num, .number, .count, .digits, [class*="num"], [id*="num"],
ol li, ul li, .list, .plugin_list {
font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Kosugi Maru", sans-serif !important;
font-size: 102% !important;
font-weight: 500 !important;
}

/* 【大見出し（ゆめカフェとは？ の部分）】文字は紫、背景はさらに薄い紫（単色）、角が丸い */
h2.atwiki-heading-h2, .atwiki-heading-h2, .post h2, .entry h2, h2[id^="id_"] {
   color: #tttttt !important;      /* 文字：柔らかい紫 */
   background: #cda16f !important; /* 背景：さらに薄い紫 */
   border-left: 5px solid #e0b04a !important;  /* 左側の線：優しい薄紫 */
   border-bottom: none !important; /* 下線はなし */
   border-radius: 15px !important; /* 角を丸くする */
   padding: 10px 15px !important;  /* 内側の余白 */
   font-size: 30px !important;     /* 文字の大きさ：30px */
}

/* 【中見出し（概要 の部分）】文字は薄いピンク、背景は白、左側の棒と下に薄いピンクのアンダーライン */
h3.atwiki-heading-h3, .atwiki-heading-h3, .post h3, .entry h3, h3[id^="id_"] {
   color: #e0b04a !important;      /* 文字：優しい薄めのピンク */
   background: #ffffff !important; /* 背景：白 */
   border-left: 5px solid #e0b04a !important;   /* 左側の棒：ふんわり薄いピンク */
   border-bottom: 3px solid #e0b04a !important; /* 下のアンダーライン：ふんわり薄いピンク */
   border-top: none !important;    /* 上の線を消す */
   border-right: none !important;  /* 右の線を消す */
   border-radius: 0px !important;  /* 角丸なし */
   padding: 5px 0px 5px 10px !important; /* 左側の余白 */
   font-size: 20px !important;     /* 文字の大きさ：20px */
}

/* 【小見出し（日付の部分）】文字の色を薄い水色にする */
h4.atwiki-heading-h4, .atwiki-heading-h4, .post h4, .entry h4, h4[id^="id_"] {
   color: #cda16f !important;      /* 文字：薄い水色 */
   background: none !important;    /* 背景なし */
   border: none !important;        /* 線なし */
   padding: 0 !important;          /* 余白なし */
   font-size: 18px !important;     /* 文字の大きさ：18px */
}

/* 【リンクの色】文字を少し淡い薄紫にする */
a, .post a, .entry a, #sidebar a, #sidebar2 a, #menu a {
   color: #cda16f !important;      /* 文字：少し淡くて優しい薄紫 */
   text-decoration: none;          
}
a:hover, .post a:hover, .entry a:hover {
   color: #e0b04a !important;      
}

/* 水平線（区切り線）の色を優しい薄紫色にする */
hr {
   border: none !important;                 /* 元の線を消す */
   border-bottom: 2px solid #c89932 !important; /* 新しい薄紫色の線（太さ2px） */
   margin: 10px 0 !important;               /* 上下のすき間（余白） */
   height: 0 !important;
}