/*カスタム投稿共通のスタイル*/
#category_sort_button a,
.desc .post_content,
.blog_list a.category,
.name,
.job_area,
.date,
.title,
.mouse_stalker_target{
    color:#333333;
}
#category_sort_button .item::after{
    background: #333333;
}

.name{
  font-size: 20px;
}

#menu-menu .title{
  color:#FFFFFF;
}

body.tax-occupation_tag .staff_list_type1 .item,
body.tax-occupation_tag .staff_list_type2 .item {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important; /* ふわっと浮く動きの待機状態も解除 */
    transition: none !important; /* チラつき防止 */
}