/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/* カテゴリー、出演者、メーカー、シリーズの前の「#」を強制的に消す */
.post_taxonomy a::before, 
.single .post_taxonomy a::before,
.meta-tag::before,
.arc_title::before {
    content: "" !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* リンクの見た目を整える（お好みで調整してください） */
.post_taxonomy a {
    text-decoration: none !important;
    padding: 2px 5px !important;
}