@charset "utf-8";
/* CSS Document */

/* kanit-200 - latin */
@font-face {
 
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/kanit-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-regular - latin */
@font-face {
 
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kanit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-600 - latin */
@font-face {
  
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/kanit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-700 - latin */
@font-face {
  
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/kanit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-800 - latin */
@font-face {
 
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/kanit-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	padding: 0;
    margin: 0;
    min-width: 100%;
    height: 100%;
    background-color: #f5e07a;
	font-size: 18px;
	line-height: 1.8rem;
	font-family: 'Kanit';
	color: #666666;

}


#sl_right {
	text-align: center;
	width: 85%;
	background-color: #FFFFFF;
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
	margin: auto;
	margin-top: 75px;
	border: solid 1px #cccccc;
}

h1, h3 { font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
}

p {
	padding: 0px 30px 5px 30px; 
}

span{
	font-size: 26px;
}

sup {font-size: 1.2rem;}

strong {
	font-size:1.5rem;
}

a {color:#666666;}
/*
ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
/*}

li { 
  padding-left: 16px; 
}

li:before {
  content: "»"; /* Insert content that looks like bullets */
 /* padding-right: 8px;
  color: #00adb1; /* Or a color you prefer */
}