/* =========================================================
   asuka_fix.css（明日香：フッターを泉/吉井と同じ見た目に寄せる完成版）
   対象：bk1803578（上段）, bk1803579（下段）
   ========================================================= */

/* 背景 */
#bk1803578,
#bk1803579{
  background: #80706a !important;
}

/* 中身を1000pxで中央寄せ */
#area-footer #bk1803578 > div,
#area-footer #bk1803579 > div{
  width: 1000px !important;
  margin: 0 auto !important;
}

/* padding（上段/下段） */
#bk1803578 div.lhm{
  padding: 50px !important;
}
#bk1803579 div.lhm{
  padding: 50px 0 !important;
}

/* 文字：泉/吉井と同じ（サイズ＆行間） */
#bk1803578,
#bk1803579{
  font-size: 12.4px !important;
  line-height: 1.8 !important;
}

/* 段落・リスト：余白を統一 */
#bk1803578 p, #bk1803579 p,
#bk1803578 li, #bk1803579 li{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.8 !important;
}
#bk1803578 ul, #bk1803579 ul{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* リンク：色固定＋下線完全OFF */
#bk1803578 a,
#bk1803579 a{
  color: #e1d5cf !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
#bk1803578 a:hover,
#bk1803579 a:hover,
#bk1803578 a:visited,
#bk1803579 a:visited,
#bk1803578 a:active,
#bk1803579 a:active{
  color: #e1d5cf !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
#bk1803578 a *,
#bk1803579 a *{
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Distロゴ位置：泉/吉井と同じ */
#bk1803579 p.ac{
  margin-top: 16px !important;
}