/*
Template: micata2
Theme Name: np-micata2
*/

* {
  font-family: -apple-system, Lato, "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.copyr {
  display: none;
}

.header .site-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}

.event-list {
  border-bottom: 2px dashed #E0E0E0;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: .75em;
  padding-bottom: .25em;
  position: relative;
}

.event-list__title {
  border-bottom: solid 3px #3F51B5;
  margin-bottom: 24px;
  padding-bottom: 5px;
}

.event-list li {
  list-style-type: none;
}

.event-list__date {
  color: #616161;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 1em;
  position: relative;
  top: 3px;
}

.event-list__content {
  float: left;
}

.event-list__category {
  background-color: #304FFE;
  color: #fff;
  font-size: 12px;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #666;
  top: -3px;
  width: 8em;
}

.event-list__category a {
  color: #fff;
  text-decoration: none;
}

/* 記事一覧 年月日タイトル */
.event-list__title--year,
.event-list__title--alpha {
  color: #78909C;
  font-size: 16px;
  font-weight: normal;
}

.event-list__title--alpha {
  float: right;
}

.event-list__title--month {
  color: #3F51B5;
  font-size: 20px;
  margin-left: .75em;
}

/* カテゴリーカラー */
.event-list__category--hibiya {
  background-color: #F88982;
}

.event-list__category--marunouchi {
  background-color: #64C653;
}

.event-list__category--kanda {
  background-color: #B988B7;
}

.event-list__category--akiba {
  background-color: #F29951;
}

.event-list__category--bancho {
  background-color: #F3E41A;
}

.event-list__category--huzimi {
  background-color: #6E77F8;
}
.event-list__category--kasumi {
  background-color: #76cec3;
}

/* サイドバナー */
.side-category {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.25);
  margin: 8px;
  padding: 16px;
}

.side-category li a {
  display: block;
  margin-bottom: 16px;
}

.side-category li:last-child a {
  margin-bottom: 0;
}

/* カテゴリーバナー */
.bn-cat {
  margin-bottom: 24px;
  margin-left: -2%;
}

.bn-cat li {
  float: left;
  list-style-type: none;
  margin-bottom: 2%;
  margin-left: 2%;
  width: -webkit-calc(100% / 3 - 2%);
  width: calc(100% / 3 - 2%);
}

/* 記事個別 */
.category-single {
  color: #fff;
  padding: 4px 8px;
}

.category-single a {
  color: #fff;
}

.freebox {
  overflow: hidden;
}

/*イベントページのサイドバー用メニュー見た目*/
.sidemenu li a{
  text-decoration: none;
}
.sidemenu{
font-size: 14px;
line-height: 16px;
}

/*===　下部固定バー　===*/
.bottom_bar_type5 { display: block !important; }

.bottom_bar_list a {
  text-decoration-line: none !important;
}
