@charset "utf-8";

/* =======================================

テキストCSS

Since: 201405 General Software
mod:

========================================== */

/* ------------------------------
テキストサイズ
------------------------------ */

.txt10px {
	font-size: 10px;
}

.txt11px {
	font-size: 11px;
}

.txt12px {
	font-size: 12px;
}

.txt13px{
	font-size: 13px;
}

.txt14px{
	font-size: 14px;
}

.txt16px {
	font-size: 16px;
}

.txt18px{
	font-size: 18px;
}

.txt24px{
	font-size: 24px;
}

/* ------------------------------
テキスト大中小
------------------------------ */

.txtMini{
	font-size: 10px;
}

.txtMiddle{
	font-size: 13px;
}

.txtLarge{
	font-size: 18px;
}

.txtMoreLarge{
	font-size: 24px;
}

/* ------------------------------
テキストカラー
------------------------------ */

.txtBlack{
	color: #333333;
}

.txtYellow{
	color:#FFFF00;
}


.txtRed {
	color: #cc0303;
}

.txtWhite{
	color: #FFFFFF;
}

.txtBrown {
	color: #993300;
}

.txtOrange {
	color: #FF6600;
}

.txtBlue{
	color: #0000FF;
}

.txtGreen{
	color: #469215;
}

.txtPink {
	color:#0066CC;
}
.txtPrice {
	color: #cc0303;
	font-weight: bold;
}


/* ------------------------------
テキストボールド
------------------------------ */
.txtBold{
	font-weight: bold;
}


/* ------------------------------
テキスト明朝
------------------------------ */
.txtSerif{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/* ------------------------------
テキストＭＩＸ（太字・黒字）
------------------------------ */
.txtBlackBold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* ------------------------------
テキストＭＩＸ（太字・赤字）
------------------------------ */
.txtRedBold {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
