@charset "utf-8";

/*=====================================

	customize - カスタマイズ定義

=====================================*/

/*#####################################
	ニュースリストのラベル色設定
#####################################*/

/* 以下フォーマットでラベル色の追加が可能です
.news-list .category.【クラス名】	{ background-color: #【カラー設定（16進数）】; }
*/

.news-list .category.events			{ background-color: #37ba3a; }
.news-list .category.tournament		{ background-color: #4251e3; }
.news-list .category.information	{ background-color: #762eb9; }
.news-list .category.campaign		{ background-color: #4251e3; }
.news-list .category.bushimo		{ background-color: #e22a3e; }
.news-list .category.mobile			{ background-color: #e22a3e; }
.news-list .category.cardgame		{ background-color: #E79714; }
.news-list .category.mobile			{ background-color: #e22a3e; }
.news-list .category.music			{ background-color: #F5893F; }
.news-list .category.live			{ background-color: #CDB611; }
.news-list .category.radio			{ background-color: #28ACE4; }
.news-list .category.event			{ background-color: #37ba3a; }
.news-list .category.tournament		{ background-color: #4251e3; }
.news-list .category.anime			{ background-color: #DD3F8E; }
.news-list .category.tokusatsu		{ background-color: #2B6DE3; }
.news-list .category.media			{ background-color: #21B88B; }
.news-list .category.pickup			{ background-color: #FF663B; }
.news-list .category.news			{ background-color: #FF663B; }
.news-list .category.special		{ background-color: #ED1A7C; }
.news-list .category.information	{ background-color: #762eb9; }
.news-list .category.club			{ background-color: #dc50c7; }
.news-list .category.others			{ background-color: #666; }

/*#####################################
	ニュースリストのラベルフォント設定
#####################################*/

/* テキスト量の多いラベルをフォントサイズ「10px」にします */

.news-list .category				{ line-height: 20px; }

.news-list .category.cardgame		{ font-size: 12px; }
.news-list .category.mobile			{ font-size: 12px; }
.news-list .category.music			{ font-size: 12px; }
.news-list .category.live			{ font-size: 12px; }
.news-list .category.radio			{ font-size: 12px; }
.news-list .category.event			{ font-size: 12px; }
.news-list .category.tournament		{ font-size: 12px; }
.news-list .category.anime			{ font-size: 12px; }
.news-list .category.tokusatsu		{ font-size: 12px; }
.news-list .category.media			{ font-size: 12px; }
.news-list .category.pickup			{ font-size: 12px; }
.news-list .category.special		{ font-size: 12px; }
.news-list .category.information	{ font-size: 12px; }
.news-list .category.club			{ font-size: 12px; }
.news-list .category.others			{ font-size: 12px; }

/*#####################################
	カスタムクラス
#####################################*/

.text-center { text-align: center; }
