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

.faq-button {
  position: fixed;
  bottom: 250px;
  right: 6px;
  z-index: 1000;
  float: left;
  width: 55px;
  height: 43px;
  /* background: url(../images/ask/pj_0002.png) top left no-repeat; */
  background-size: cover;
}

.faq-button .plus-button {
  right: 35px;
  width: 130px;
  height: 138px;
  position: absolute;
}

.faq-block {
  float: left;
  width: 353px;
  height: auto;
  /* border: 1px solid #eaeaea; */
}

@media (max-width: 1025px) {
  .faq-block {
    /* display: none !important; */
  }
  .faq-button {
    /* display: none !important; */
  }
}

.faq-block .faq-block-top {
  float: left;
  width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font: 24px/53px "rsu", Arial, sans-serif;
  color: #fff;
  /*background:#39b8ff;*/
  background: #f98d09;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.5);
}

.block-top-left {
  float: left;
  padding-left: 8px;
  width: 80%;
  height: auto;
}

.faq-row {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.block-top-right {
  /* float:left; */
  /* width: 11%; */
  /* left: 10px; */
  float: right;
  position: relative;
  height: auto;
}

.faq-block .faq-block-mid {
  float: left;
  width: 353px;
  height: auto;
  background: url(../images/faq/bg-faq.jpg) top left repeat-y;
}

.faq-block .faq-block-mid ul {
  float: left;
  width: 100%;
  height: auto;
}

.faq-block .faq-block-mid ul li {
  float: left;
  width: 100%;
  height: auto;
}

.faq-block .elephant-talk {
  float: left;
  width: 100%;
  height: auto;
}

.faq-block .e-pic {
  float: left;
  width: 53px;
  height: 53px;
}

.faq-block .e-name {
  float: left;
  padding-top: 20px;
  padding-left: 10px;
  width: 90px;
  height: 33px;
  font: 17px/20px "thaisanslite", Arial, sans-serif;
  color: #042947;
  font-weight: bold;
}

.faq-block .e-text {
  float: left;
  margin-left: 62px;
  width: 245px;
  height: auto;
}

.faq-block .e-text .e-sticker {
  float: left;
  width: 100%;
  height: auto;
}

.faq-block .e-text .e-balloon {
  float: left;
  padding: 10px;
  width: 88%;
  height: auto;
  font: 17px/20px "thaisanslite", Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #87a5c6;
  position: relative;
}

.faq-block .e-text .e-balloon .e-arrow {
  position: absolute;
  width: 14px;
  height: 16px;
  top: -1px;
  left: -9px;
}

.faq-block .e-time {
  float: left;
  margin-top: 30px;
  width: 38px;
  height: auto;
  font: 17px/20px "thaisanslite", Arial, sans-serif;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.faq-block .answer-talk {
  float: left;
  margin: 20px 0px;
  width: 100%;
  height: auto;
}

.faq-block .answer-talk .answer-balloon {
  float: right;
  margin-right: 20px;
  padding: 10px;
  width: 70%;
  height: auto;
  font: 17px/20px "thaisanslite", Arial, sans-serif;
  color: #000;
  background-color: #f98d09;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.faq-block .answer-talk .answer-balloon .a-arrow {
  position: absolute;
  width: 14px;
  height: 16px;
  top: -1px;
  right: -9px;
}

.faq-block .faq-block-bottom {
  float: left;
  width: 353px;
  height: 44px;
  background: url(../images/faq/bar.jpg) top left repeat-x;
}

.faq-textbox-left {
  float: left;
  width: 80%;
  height: 44px;
}

.faq-button-right {
  float: left;
  margin-top: 5px;
  width: 20%;
  text-align: center;
  height: 34px;
}

.faq-textbox {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  width: 260px;
  height: 33px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #9b9c9f;
  font-size: 14px;
  line-height: 33px;
}

.faq-button .plus-button img {
  position: absolute;
  top: 0px;
  width: 150px;
  -webkit-animation: 3s trian linear infinite;
  animation: 3s trian linear infinite;
}

@-webkit-keyframes trian {
  0% {
    top: 0px;
  }
  10% {
    top: 6px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 6px;
  }
  70% {
    top: 6px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 6px;
  }
  100% {
    top: 0px;
  }
}