/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 05:41:42 */
.kh-event-images {
  margin: 0;
  padding: 0;
  line-height: 0;   /* 行ボックスをゼロ化 */
  font-size: 0;     /* インライン間の隙間を消す保険 */
}

.kh-event-images img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  width: 100%;
  height: auto;
}

.kh-event-images a {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;   /* aタグ内の行ボックスを消す */
}

.kh-event-images p {
  margin: 0 !important;
  line-height: 0 !important;
}

