@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {font-family: 'Open Sans', Arial, sans-serif;}
.table_wrap {display: block;width: auto;}
.table_wrap table {margin: 0 auto; width: 943px;border-collapse: collapse;}
.table_wrap table td, .table_wrap table th {border: 2px #000 solid;text-align: center;}
.table_wrap table th {background: #2caae7;color: #fff;}
.table_wrap table th * {color: #fff;}
.fs-10, .fs-10 * {font-size: 10pt;}
.fs-12, .fs-12 * {font-size: 12pt;}
.fs-14, .fs-14 * {font-size: 14pt;}
.fs-16, .fs-16 * {font-size: 16pt;}
.fs-24, .fs-24 * {font-size: 24pt;}
.pl-30 {padding-left: 30px;}
.pl-60 {padding-left: 60px;}
.strong {font-weight: bold;}
.ta-center {text-align: center;}
.ta-left {text-align: left;}
.text-blue, .text-blue * {color: #2caae7;}
.bg-blue {background: #2caae7;color: #fff;}
.bg-blue * {color: #fff;}
.underline {text-decoration: underline;}
.w-100 {max-width: 943px;width: 100%;margin: 0 auto;}
@media (max-width: 991px) {
	.table_wrap {overflow-x: auto;}
}
