
/* 「オーサーズカフェ」記事タイトル authcafe*/
.top-event__item__wrap--authcafe::before {
  background-image: url(../img/event__icon--author.png)
}
/* 「市民と大学の連携」記事タイトル 記事のカテゴリには存在しない*/
/* .top-event__item__wrap--exsupport::before {
  background-image: url(../img/event__icon--exsupport.png)
} */
/* 「市民・大学交流会」記事タイトル meetup*/
/* .top-event__item__wrap--meetup::before {
  background-image: url(../img/event__icon--meetup.png)
} */
/* 「さがみはら地域づくり大学」記事タイトル 記事のカテゴリには存在しない*/
/* .top-event__item__wrap--srdc::before {
  background-image: url(../img/event__icon--srdc.png)
} */
/* 「ユニコムサミット」記事タイトル summit*/ 
/* .top-event__item__wrap--summit::before {
  background-image: url(../img/event__icon--summit.png)
} */
/* 「大学／地域イベントの案内」記事タイトル local*/
/* .top-event__item__wrap--local::before {
  background-image: url(../img/event__icon--local.png)
} */
/* 「まちづくりモデル事業」記事タイトル model*/
/* .top-event__item__wrap--model::before {
  background-image: url(../img/event__icon--model.png)
} */

/* 「まちづくりフェスタ」記事タイトル festa*/
/* .top-event__item__wrap--festa::before {
  background-image: url(../img/event__icon--festa.png)
} */

/* usersevent */
/* gakuseiplanner */
/* kakojigyo */
/* news */
/* newsrelease */
.top-event__item__wrap--usersevent::before {
  background-image: url(../img/event__icon--other.png)
}
.top-event__item__wrap--gakuseiplanner::before {
  background-image: url(../img/event__icon--other.png)
}
.top-event__item__wrap--kakojigyo::before {
  background-image: url(../img/event__icon--other.png)
}
.top-event__item__wrap--news::before {
  background-image: url(../img/event__icon--other.png)
}
.top-event__item__wrap--challenge-shop::before {
  background-image: url(../img/event__icon--challenge.png);
}
.top-event__item__wrap--newsrelease::before {
  background-image: url(../img/event__icon--other.png)
}
.top-event__item__wrap--schedule::before {
  background-image: url(../img/event__icon--other.png)
}

.list-item__wrap--authcafe::before {
  background-image: url(../img/event__icon--author.png)
}
.list-item__wrap--usersevent::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--gakuseiplanner::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--kakojigyo::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--news::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--newsrelease::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--schedule::before {
  background-image: url(../img/event__icon--other.png)
}
.list-item__wrap--challenge-shop::before {
  background-image: url(../img/event__icon--challenge.png);
}


#INNER-NAV dt {
    display: none;
}

#INNER-NAV a.disable {
    margin-bottom: 1px;
}

.kiji h1,.kiji h2,.kiji h3,.kiji h4,.kiji p{margin-bottom: 20px;
}

.kiji img {
  margin: 10px;
  display:inline;
}

a.disable2 {
    border-bottom: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: white;
    padding-left: 8px;
}