.txt_S{
	font-size:10px;
}

.txt_M{
	font-size:12px;
}

.txt_L{
	font-size:14px;
}

.txt_LL{
	font-size:16px;
}

.txt_X{
	font-size:18px;
}

.txt_line{
	text-decoration:underline;
}

.txt_red{
	color:#ff0000;
}

.txt_blue{
	color:#114d73;
}

.txt_marine{
	color: #3f9cd1;
}

.txt_rose{
	color: #df5568;
}

.txt_orange{
	color: #e95b00;
}

.txt_green{
	color: #31c17c;
}

.txt_left{
	text-align:left;
}

.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}



