@charset "utf-8";
@font-face {
  font-family: 'circularregular';
    src: url('../fonts/circular.eot');
    src: url('../fonts/circular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/circular.woff') format('woff'),
		 url('../fonts/circular.woff2') format('woff2'),
         url('../fonts/circular.ttf') format('truetype'),
         url('../fonts/circular.svg#circularregular') format('svg');
     font-weight: normal;
 	 font-style: normal;
}@font-face {
  font-family: 'CSPraJadbold';
    src: url('../fonts/CSPraJadbold.eot');
    src: url('../fonts/CSPraJadbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CSPraJadbold.woff') format('woff'),
		 url('../fonts/CSPraJadbold.woff2') format('woff2'),
         url('../fonts/CSPraJadbold.ttf') format('truetype'),
         url('../fonts/CSPraJadbold.svg#CSPraJadbold') format('svg');
     font-weight: normal;
 	 font-style: normal;
}body {
	font-family: 'CSPraJadbold';
	font-size:18px;
	font-weight:normal;
}
/* CSS Document */
.cleaner_h5 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.h5 { height: 5px }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.text30{
	font-size:30px;	
}
.content-wrapper {
  min-height: calc(100vh - 56px);
  padding-top: 1rem;
}.content-wrapper {
  overflow-x: hidden;
  background: white;
}
body.sticky-footer .content-wrapper {
  min-height: calc(100vh - 56px - 56px);
}.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 3px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}footer {
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  border:0px solid #06F;
}.footer-copyright{
	min-height:50px;
	background:#E9ECEF;
	color:#999;
	border:0px solid #09C;
	}
.footer-copyright p{
	margin-top:15px;
}.container{
	border:0px solid #903;	
}#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/******ตาราง******/
.table-a{
	text-align: left;
	border-collapse: collapse;
}
.table-a th
{
	font-size:16px;
	font-weight: bold;
	padding:5px;
	text-align:center;
	background: #343A40;
	color: #fff;
}
.table-a td
{
	border-bottom: 1px dashed #CC9933;
	padding: 2px 5px;
	font-size:16px;

}.input{
	font-size:16px;
	border: 1px solid #CCC;
	background: #ffffff;
	margin: 0px;
	color: #333;
	padding:5px;
}.input:focus{
	font-size:16px;
	border: 1px solid #ff8000;
	background-color: #FFFFFF;
	margin: 0px;
	color: #333;
}



