@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




/*=================*/
/** 投稿リストのタグ表示 **/
/*=================*/

/* アイコン非表示 */
.c-tagList:before {
    display: none;
}

/* タグ間の余白を調整 */
.p-postList__body .post-tags a {
    display: inline-block;
    margin-right: 5px; 
}

.p-postList__link {
    display: inline;
}

.post-tags {
    display: inline-block;
}

/* タグのデザイン調整 */
.it-tag a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #000; /* 背景色 */
    border-radius: 16px; /* 背景角丸 */
    padding: 2px 10px; /* 背景余白 */
    margin-top: 3px;
    font-size: 12px !important; /* 文字サイズ */
}