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

/************************************
** 投稿ページ
************************************/

/*** 記事のアイキャッチを小さくする ***/
.p-articleThumb{
		width: 70%;
		margin: 1.5em auto 1em;
	}

/*日付、パンくずリストの文字色変更 */

.p-articleMetas,
.p-breadcrumb{
color:#999999;
}

/*カテゴリーページ タイトル */
.c-postTitle__ttl {
font-size: 20px;
}

/* カテゴリー色*/
.c-categoryList__link hov-flash-up　{
	background-color:#F0E0FD;
}

