@charset "utf-8";
/* CSS Document */

/* Text Style */
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-left {
	text-align: left;
}
.font-right {
	text-align: right;
}
.font-main {
	color: #fccd1b;
}
.font-sub {
	color: #7c7c7c;
	font-size: 13px;
	font-style: italic;
	font-weight: 100;
	margin: 0;
	margin-bottom: 7px;
	margin-top: -5px;
	padding: 0;
}
.font-desc {
	color: #808080;
}
.text-shadow {
	text-shadow: 0 1px 0 #ffffff;
}
