/* cleverkitjp 共通フッター用スタイル */

.ck-footer {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid #ddd;
  background: transparent; /* 各ツールの背景になじませる */
}

.ck-footer a {
  color: inherit;
  text-decoration: underline;
}

.ck-ad {
  text-align: center;
  margin: 16px 0 40px;
}

/* =========================
   Common Footer (cleverkitjp)
   ========================= */

.ck-footer {
  text-align: center;
  padding: 20px 12px 10px;
  color: #555;
  font-size: 14px;
}

.ck-footer-link {
  margin-bottom: 6px;
}

.ck-footer-link a {
  color: #1f66c1;
  text-decoration: none;
}

.ck-footer-link a:hover {
  text-decoration: underline;
}

.ck-footer-copy {
  font-size: 12px;
  color: #888;
}

/* Ad area (fixed small banner) */
.ck-ad {
  text-align: center;
  padding: 10px 0 24px;
}

/* 上書き対策（他CSSに負けない） */
.ck-footer,
.ck-footer * {
  opacity: 1 !important;
  visibility: visible !important;
}
