@charset "utf-8";
/* 大感謝祭用 */

.number_font {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 25px;
	font-weight: bold;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
	line-height: 1.3em;
}
.number_font_big {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	font-weight: bold;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
.number_font_m {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
.number_font_ms {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
.number_font_small {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 11px;
	color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
.under_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

