/* ジャンル除外選択 */
.nav-form__select[name="notgenre"] {
  border: 1px solid #ed7568;
  color: #ed7568;
  background-image:
  linear-gradient(45deg, transparent 50%, #ed7568 50%),
  linear-gradient(135deg, #ed7568 50%, transparent 50%),
  linear-gradient(to right, #ffe5dc, #ffe5dc);
}

.notgenre-checkbox {
  display: inline-flex;
}
.notgenre-checkbox__checkbox {
  margin-right: 0.3rem;
}
.notgenre-checkbox__title {
  font-size: 0.9rem;
  margin-right: 1rem
}

/* メイン：コンテンツタイトル サブタイトル*/
.content-header__subtitle {
  display:block;
  font-size: 0.95rem;
}

/* 小説情報 : 更新日時（冒頭表示） */
.novelitem-update {
  display: flex;
  margin-bottom: 0.2rem;
}
.novelitem-update__update {
  font-weight: bold;
  font-size: 0.9rem;
  margin-right: 1.5rem;
}
.novelitem-update__update--oneday {
  color: red;
}
.novelitem-update__noveltype {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.novelitem-update__allno {
  font-size: 0.9rem;
}
