/*	===============================================================
	● CKEditor CSSファイル
	---------------------------------------------------------------
	Release 2026.03.02                               Powerd by TDR
	=============================================================== */

	.news_article_detail_head {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 20px;
	}
	.p-news_article_update {
		display: inline-block;
    	width: 85px;
		color:#ccc;
	}
	.cate1, .cate2, .cate3 {
		width:65px;
    	padding: 0 1em;
		text-align: center;
		display: inline-block;
		background: #3286a7;
		color: #fff;
		border-radius: 10px;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.6;
	}
	.cate1 { background-color: #f1d73e; }
	.cate2 { background-color: #f16292; }
	.cate3 { background-color: #25da6a; }
	#ck_post {
		font-size: 16px;
		line-height:2;
	}