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

.bold {
font-weight:bold;
}

.white_10 {
	font-size: 10px;
	color: #FAFAFA;
}
.white_12 {
	font-size: 12px;
	color: #FAFAFA;
}
.black_24 {
	font-size: 24px;
	color: #3c281e;
}
.black_18 {
	font-size: 18px;
	color: #3c281e;
}
.black_10 {
	font-size: 10px;
	color: #3c281e;
	line-height:16px;
}
.black_12 {
	font-size:12px;
	color: #3c281e;
}
.black_14 {
	font-size: 14px;
	color: #3c281e;
	line-height:21px;
}
.black_16 {
	font-size: 16px;
	color: #3c281e;
	line-height:24px;
}
.white {
	color: #FAFAFA;
}
.pink {
	color: #fa5a78;
}
.pink_24 {
	color: #fa5a78;
	font-size:24px;
	line-height:36px;
}
.orange {
	color: #ffc841;
}
.black {
	color: #3c281e;
}
.blue {
	color: #3296c8;
}
.red {
	color: #CC0000;	
}
.bg_y{
	background-color:#fad264;
	padding:5px;
	margin:5px;
	}
.under_line{
	text-decoration:underline;
	}