@charset "utf-8";

/* =======================================

テキスト用CSS

Since: 201304 
mod: 

========================================== */

/* ------------------------------
　テキストサイズ
------------------------------ */

.txt10px {
	font-size: 10px;
}

.txt12px {
	font-size: 12px;
}

.txt13px{
	font-size: 13px;
}

.txt14px{
	font-size: 14px;
}

.txt16px {
	font-size: 16px;
}

.txt18px{
	font-size: 18px;
}

.txt20px{
	font-size: 20px;
}

.txt24px{
	font-size: 24px;
}

.txt21px{
	font-size: 20px;
	line-height:22px;
}

/* ------------------------------
テキスト大中小
------------------------------ */

.txtMini{
	font-size: 10px;
}

.txtMiddle{
	font-size: 13px;
}

.txtLarge{
	font-size: 18px;
}

.txtMoreLarge{
	font-size: 24px;
}

/* ------------------------------
テキストカラー
------------------------------ */

.txtBlack{
	color: #333333;
}

.txtYellow{
	color:#FFFF00;
}


.txtRed {
	color: #cc0000;
}

.txtWhite{
	color: #FFFFFF;
}

.txtBrown {
	color: #993300;
}

.txtOrange {
	color: #FF6600;
}

.txtBlue{
	color: #118ec6;
}

.txtGreen{
	color: #009933;
}

.txtPink {
	color:#0066CC;
}


/* ------------------------------
　テキストボールド
------------------------------ */
.txtBold{
	font-weight: bold;
}


/* ------------------------------
テキスト明朝
------------------------------ */
.txtSerif{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

