@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
*/

/* サイトタイトルと記事タイトルの間のマージン */
#content {
padding-top: 0;
}

/* サイトタイトルを非表示 */
header {
    display: none;
}

/*--------------------------------------
 記事タイトルの装飾
--------------------------------------*/

.c-postTitle__ttl {
	background: #8224e3;
	color:#fff;
}

/*--------------------------------------
 記事タイトルのと本文1行目の隙間
--------------------------------------*/

.l-mainContent__inner>.post_content{
margin: 0
}


/* カテゴリー、タグ非表示 */

.p-articleMetas.-bottom{display:none;}
