/* 文字サイズ(中) */
.font_x-small {
	font-size: 78%;
}

.font_small {
	font-size: 85%;
}

.font_medium {
	font-size: 100%;
}

.font_large {
	font-size: 115%;
}

.font_x-large {
	font-size: 129%;
}

