@charset "utf-8";
/*
	共通 テキストCSS
*/



/* ----- フォントサイズ ----- */
.text_mini {
	font-size: 77%;
}
.text_small {
	font-size: 85%;
}
.text_std {
	font-size: 93%;
}
.text_large {
	font-size: 108%;
}



/* ----- 行間 ----- */
.text_height110 {
	line-height: 110%;
}
.text_height130 {
	line-height: 130%;
}
.text_height180 {
	line-height: 180%;
}
.text_color_red {
	color: #E8123C;
}



/* ----- 色 ----- */
.text_color_blue {
	color: #1145E8;
}
.text_color_pink {
	color: #FC73CA;
}
.text_color_orange {
	color: #FF7F00;
}
.text_color_brown {
	color: #B22D00;
}
.text_color_green {
	color: #008C00;
}
