@charset "UTF-8";

/* CSS import */
@import "/css/reset.css";
@import "/css/common.css";

@import "/css/layout_sub_pc.css" print,screen and (min-width: 768px);
@import "/css/original_pc.css" print,screen and (min-width: 768px);
@import "/css/parts_pc.css" print,screen and (min-width: 768px);

@import "/css/layout_sub_sp.css" screen and (max-width: 767px) ;
@import "/css/original_sp.css" screen and (max-width: 767px) ;
@import "/css/parts_sp.css" screen and (max-width: 767px) ;

/* pd 20220616 */
#right .newsListType01 dl.list .category {
    width: 80px;
    margin-right: 10px;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 21px;
font-weight: 700;

}
  
@media screen and (min-width:768px) { 
#right .newsListType01 dl.list dt {
    float: left;
    margin-right: 10px;
}

#right .newsListType01 dl.list .category {
    width: 80px;
    margin-right: 14px;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 21px;
font-weight: 700;

}

#right .newsListType01 dl.list dd {
    padding: 0 0 13px 171px;
}
}

#right.news-detail .news-meta .category{
    width: 95px;
    margin-right: 14px;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 21px;
font-weight: 700;

}


 /* ##################### */