@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Kanit");
body {
  background-image: url(img/tall.jpg);
  background-repeat: repeat-x;
  background-color: #c2da90;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.font_nosizeb {
  font-family: "Kanit", sans-serif;
}

.font_all {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
}
.font_14b {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
}
.font_12b {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
}
.font_12w {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  color: #fff;
}
.font_14w {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: #fff;
}
.form_textbox {
  border: 0px;
  border-bottom: 1px dotted #000000;
  background: none;
}
.form_textbox_green {
  border: 0px;
  border-bottom: 1px dotted #000000;
  background-color: #edfaf2;
}
.form_list {
  border: 0px;
  border-bottom: 1px dotted #000000;
  background: #edfaf2;
}
.form_radio {
  padding-top: 2px;
  color: #3c6;
}
.border_tb_green {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #048829;
  border-right-color: #048829;
  border-bottom-color: #048829;
  border-left-color: #048829;
}
.border_tb_blue {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #0c0077;
  border-right-color: #0c0077;
  border-bottom-color: #0c0077;
  border-left-color: #0c0077;
}
.border_tb_bottom {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000;
}
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 15%;
  padding: 5px;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(
    168deg,
    rgb(127 206 236) 0,
    rgba(97, 196, 25, 0.2) 50%,
    rgb(129 255 141) 100%
  );
  background: -moz-linear-gradient(
    168deg,
    rgb(127 206 236) 0,
    rgba(97, 196, 25, 0.2) 50%,
    rgb(129 255 141) 100%
  );
  background: linear-gradient(
    168deg,
    rgb(127 206 236) 0,
    rgba(97, 196, 25, 0.2) 50%,
    rgb(129 255 141) 100%
  );
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
