/* --- フォントサイズ --- */

/* @group font_px */

.tx10 {
	font-size: 10px;
}
.tx10_gray {
	font-size: 10px;
	color: gray;
}
.tx10white {
	font-size: 10px;
	color: #FFFFFF;
}
.tx10_new {
	font-size: 10px;
	color: #FF6600;
}
.tx11 {
	font-size: 11px;
}
.tx11_gray {
	font-size: 11px;
	color: gray;
}

.tx11white {
	font-size: 11px;
	color: #FFFFFF;
}

.tx11_new {
	font-size: 11px;
	color: #FF6600;
}
.tx12 {
	font-size: 12px;
}

.tx12_gray {
	font-size: 12px;
	color: gray;

.tx12_dark {
	font-size: 12px;
}

.tx12white {
	font-size: 12px;
	color: white;
}
.tx12_new {
	font-size: 12px;
	color: #FF6600;
}
.tx13 {
	font-size: 13px;
}

.tx13_gray {
	font-size: 13px;
	color: #666666;
}
.tx13white {
	font-size: 13px;
	color: #FFFFFF;
}

.tx14 {
	font-size: 14px;
}

.tx14_gray {
	font-size: 14px;
	color: #666666;
}
.tx14white {
	font-size: 14px;
	color: #FFFFFF;
}



/* @end */

/* @group font_pt */

.tx09pt {
	font-size: 9pt;
}
.tx09pt_gray {
	font-size: 9pt;
	color: gray;
}
.tx09ptwhite {
	font-size: 9pt;
	color: #FFFFFF;
}

.tx10pt {
	font-size: 10pt;
}
.tx10pt_gray {
	font-size: 10pt;
	color: gray;
}
.tx10pt_white {
	font-size: 10pt;
	color: #FFFFFF;
}
.tx10pt_new {
	font-size: 10pt;
	color: #FF6600;
}
.tx11pt {
	font-size: 11pt;
}
.tx11pt_gray {
	font-size: 11pt;
	color: gray;
}

.tx11pt_white {
	font-size: 11pt;
	color: #FFFFFF;
}

.tx11pt_new {
	font-size: 11pt;
	color: #FF6600;
}
.tx12pt {
	font-size: 12pt;
}

.tx12pt_gray {
	font-size: 12pt;
	color: gray;
}
.tx12pt_white {
	font-size: 12pt;
	color: #FFFFFF;
}
.tx12pt_new {
	font-size: 12pt;
	color: #FF6600;
}
.tx13pt {
	font-size: 13pt;
}

.tx13pt_gray {
	font-size: 13pt;
	color: #666666;
}
.tx13pt_white {
	font-size: 13pt;
	color: #FFFFFF;
}

.tx14pt {
	font-size: 14pt;
}

.tx14pt_gray {
	font-size: 14pt;
	color: #666666;
}
.tx14pt_white {
	font-size: 14pt;
	color: #FFFFFF;
}

.tx16pt {
	font-size: 16pt;
}

.tx16pt_gray {
	font-size: 16pt;
	color: #666666;
}
.tx16pt_white {
	font-size: 16pt;
	color: #FFFFFF;
}

.tx21pt {
	font-size: 21pt;
}

.tx21pt_gray {
	font-size: 21pt;
	color: #666666;
}
.tx21pt_white {
	font-size: 21pt;
	color: #FFFFFF;
}



/* @end */

/* @group ems */

.ems_01 {
	line-height: 1.5em;
}

.ems_02 {
	line-height: 2em;
}

.ems_03 {
	line-height: 3em;
}



/* @end */

/* --- ボーダー --- */
.border {
	border: 1px solid black;
}
.border_top {
	border-top: 1px solid black;
}
.border_under {
	border-bottom: 1px solid black;
}
.border_new {
	border: 1px solid red;
}
