
/*アーカイブページの高さを設定*/
#archive_main_col {
  height: 2100px;
}

/*アーカイブページカテゴリーの色設定*/
#post_list li .meta .category .information {
  background-color: #03AF7E !important;
}

.category .information {
    background-color: #000 !important;
}

#post_list li .meta .category .blog {
  background-color: #BDBDBD;
}

/*ウィジットエリア（カレンダー）*/
.calendar_wrap.wp-block-calendar caption {
  text-align: center;
}

.calendar_wrap.wp-block-calendar th {
  background-color: white;
  font-weight: bold;
}

.wp-block-calendar tbody td {
  border: 0;
}
