/* unvisited link */
a:link { color: #F00; }

/* visited link */
a:visited { color: #F00; }

/* mouse over link */
a:hover { color: #FF0000; }

/* selected link */
a:active { color: #F00; }


.truehits {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.rule {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
}
.rule_game {
	font-family: 'KittithadaLight45Regular';
	font-size: 20px;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	overflow: hidden;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:50px;
	color: #000;
	width:800px;
}
.style3 {color: #FF0000;}
div.psl240pro_main {
	font-family: 'KittithadaLight45Regular';
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	width: 800px;
	position: relative;
	/*margin-left:20px;*/
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_main2 {
	font-family: 'KittithadaLight45Regular';
	font-size: 38px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	width: 800px;
	position: relative;
	/*margin-left:20px;*/
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_tachai {
	font-family: 'KittithadaLight45Regular';
	font-size: 23px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	width: 780px;
	position: relative;
	margin-left:20px;
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_tachai2 {
	font-family: 'KittithadaLight45Regular';
	font-size: 26px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	width: 780px;
	position: relative;
	font-weight:bold;
	margin-top:10px;
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_tachai_reg {
	font-family: 'KittithadaLight45Regular';
	font-size: 24px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	font-style: italic;
	margin-left:5px;
	/*width: 780px;*/
	position: relative;
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_tachai_reg2 {
	font-family: 'KittithadaLight45Regular';
	font-size: 19px;
	line-height: 1em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	/*width: 780px;*/
	margin-left:5px;
	position: relative;
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
div.psl240pro_ngai_reg2 {
	font-family: 'KittithadaLight45Regular';
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	overflow: hidden;
	color:#000;
	/*width: 780px;*/
	margin-top:38px;
	margin-left:35px;
	position: relative;
	/*text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.1em #000,0 0.1em 0.1em #000;*/
}
#new {
	color: #000;
}

/* Preview */
.preview{
    width: 400px;
    /*height: 100px;
    border: 1px solid black;
    margin: 0 auto;*/
    background: white;
}

.preview img{
    display: none;
}

.preview1{
    width: 100px;
    /*height: 100px;
    border: 1px solid black;
    margin: 0 auto;*/
    background: white;
}

.preview1 img{
    display: none;
}


.preview2{
    width: 100px;
    /*height: 100px;
    border: 1px solid black;
    margin: 0 auto;*/
    background: white;
}

.preview2 img{
    display: none;
}


.preview3{
    width: 100px;
    /*height: 100px;
    border: 1px solid black;
    margin: 0 auto;*/
    background: white;
}

.preview3 img{
    display: none;
}


/* Button */
.button{
    border: 0px;
    background-color: deepskyblue;
    color: white;
    padding: 5px 15px;
    margin-left: 10px;
}


ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

input[type="checkbox"][id^="fc"] {
  display: none;
}

label {
  border: 0px solid #fff;
  padding: 5px;
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -7px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 1;
}

label img {
  height: 200px;
  width: 200px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: red;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}



