<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


#single .editer .txtBox {
background-color: #fbe8e8;
}
#single .editer .txtBox::after {
  border-right: #fbe8e8 solid 30px;
}

#single .editer.quest .imgBox {
  border-radius: 100%;
  overflow: visible;
}
#single .editer.quest .txtBox {
background-color: #e9f3fb;
}

#single .editer.quest .txtBox::after {
  border-right: #e9f3fb solid 30px;
}
#single .editer .imgBox {
border-radius: 50%;
overflow: hidden;
}
#single #secMessage a {
padding: 5px 0px;
  color: #034692;
  text-decoration: underline;
}


@media screen and (max-width: 959px) {

}
@media screen and (max-width: 599px) {
  #single .editer .txtBox::after {
    /*border-right: #fbe8e8 solid 30px;*/
    border-right: transparent solid 15px;
  border-bottom: #fbe8e8 solid 30px;
  }
  #single .editer.quest .txtBox::after {

  border-bottom: #e9f3fb solid 30px;
  border-left: transparent solid 15px;
  border-right: transparent solid 15px;
  }
  #single #secMessage a {
  padding: 5px 0px;
  color: #034692;
  text-decoration: underline;
  }
}
</pre></body></html>