@charset "Shift_JIS";

/* カラー
---------------------------------------------------- */
.red{
	color: #FE0404;
}
.blue{
	color: #3333FF;
}
.lblue{
	color: #95B6DF;
}
.pink{
	color: #EC3764;
}
.pink2{
	color: #F8ABAD;
}
.orange{
	color: #F15A22;
}
.gry{
	color: #58595B;
}
.black{
	color: #231F20;
}
.gold{
	color: #524511;
}
.brown{
	color: #663300;
}
/* サイズ
---------------------------------------------------- */

.px10{
	font-size: 10px;
}
.px11{
	font-size: 11px;
}
.px12{
	font-size: 12px;
}
.px12st{
	font-size: 12px;
	font-weight: bold;
}
.px14{
	font-size: 14px;
}
.px14st{
	font-size: 14px;
	font-weight: bold;
}
.px16{
	font-size: 16px;
}
.px16st{
	font-size: 16px;
	font-weight: bold;
}
/* 複合
---------------------------------------------------- */
.px12orange{
	color: #F37021;
	font-size: 12px;
}
.px12gry{
	color: #58595B;
	font-size: 12px;
}
.px12blk{
	color: #231F20;
	font-size: 12px;
}

