@charset "utf-8";
/*********************************************************************
 *
 *  </css/style.css>
 *
*********************************************************************/

/* font */
/* --------------------------------------------------------------------------- */
/* font-weight */
.b {
	font-weight: bold !important;
}
/* text-align */
/* --------------------------------------------------------------------------- */
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}
/* list-style-type */
/* --------------------------------------------------------------------------- */
ul.listDisc {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
ul.listDecimal {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
/* nowrap */
/* --------------------------------------------------------------------------- */
.nowrap {
	white-space:nowrap;
}
@media print, screen and (min-width: 768px) {
/* font-size */
.fs10 {
	font-size: 72% !important;
}
.fs11 {
	font-size: 79% !important;
}
.fs12 {
	font-size: 86% !important;
}
.fs13 {
	font-size: 93% !important;
}
.fs14 {
	font-size: 100% !important;
}
.fs15 {
	font-size: 108% !important;
}
.fs16 {
	font-size: 115% !important;
}
.fs17 {
	font-size: 122% !important;
}
.fs18 {
	font-size: 129% !important;
}
.fs19 {
	font-size: 136% !important;
}
.fs20 {
	font-size: 143% !important;
}
.fs21 {
	font-size: 150% !important;
}
.fs22 {
	font-size: 158% !important;
}
.fs23 {
	font-size: 165% !important;
}
.fs24 {
	font-size: 172% !important;
}
.fs25 {
	font-size: 179% !important;
}
.fs26 {
	font-size: 186% !important;
}
}
/* min-width: 768px */
@media screen and (max-width: 767px) {

}
/* min-width: 768px */