@import "base.css";


/*ここにエントリーで使用するフォントを記入すること*/
/* グリーン */
.t-green01-s {
	font-size: 72%;
	color: #99CC00;
	line-height: 1.2;
}
.t-green01-m {
	font-size: 93%;
	color: #99CC00;
	line-height: 1.3;
}
.t-green01-l {
	font-size: 100%;
	color: #99CC00;
	line-height: 1.4;
}
.t-green01-ll {
	font-size: 114%;
	color: #99CC00;
	line-height: 1.5;
}
.t-green01-lll {
	font-size: 128%;
	color: #99CC00;
	line-height: 1.6;
}

/* レッド */
.t-red01-s {
	font-size: 72%;
	color: #EB5F5F;
	line-height: 1.2;
}
.t-red01-m {
	font-size: 93%;
	color: #EB5F5F;
	line-height: 1.3;
}
.t-red01-l {
	font-size: 100%;
	color: #EB5F5F;
	line-height: 1.4;
}
.t-red01-ll {
	font-size: 114%;
	color: #EB5F5F;
	line-height: 1.5;
}
.t-red01-lll {
	font-size: 128%;
	color: #EB5F5F;
	line-height: 1.6;
}

.t-red02-s {
	font-size: 72%;
	color: #FF0000;
	line-height: 1.2;
}
.t-red02-m {
	font-size: 93%;
	color: #FF0000;
	line-height: 1.3;
}
.t-red02-l {
	font-size: 100%;
	color: #FF0000;
	line-height: 1.4;
}
.t-red02-ll {
	font-size: 114%;
	color: #FF0000;
	line-height: 1.5;
}
.t-red02-lll {
	font-size: 128%;
	color: #FF0000;
	line-height: 1.6;
}

/* オレンジ */
.t-orange01-s {
	font-size: 72%;
	color: #FF9933;
	line-height: 1.2;
}
.t-orange01-m {
	font-size: 93%;
	color: #FF9933;
	line-height: 1.3;
}
.t-orange01-l {
	font-size: 100%;
	color: #FF9933;
	line-height: 1.4;
}
.t-orange01-ll {
	font-size: 114%;
	color: #FF9933;
	line-height: 1.5;
}
.t-orange01-lll {
	font-size: 128%;
	color: #FF9933;
	line-height: 1.6;
}

.t-orange02-s {
	font-size: 72%;
	color: #FF6600;
	line-height: 1.2;
}
.t-orange02-m {
	font-size: 93%;
	color: #FF6600;
	line-height: 1.3;
}
.t-orange02-l {
	font-size: 100%;
	color: #FF6600;
	line-height: 1.4;
}
.t-orange02-ll {
	font-size: 114%;
	color: #FF6600;
	line-height: 1.5;
}
.t-orange02-lll {
	font-size: 128%;
	color: #FF6600;
	line-height: 1.6;
}