@charset "UTF-8";
/* CSS Document */
/* ===============================================   ===============================================  */
@media screen and (min-width: 750px) {
  .termsBox {
    width: 1040px;
    margin: 70px auto;
  }
  .termsBox p.indent-1 {
    padding-left:2em;
    text-indent:-2em;
  }
  .termsBox a:link { color: #4747f0; }
  .termsBox a:visited { color: #4747f0; }
  .termsBox a:hover { color: red; text-decoration: underline; }
  .termsBox a:active { color: purple; }
}
@media screen and (max-width: 749px) {
  .termsBox {
    width: 98%;
    margin: 30px auto;
  }
  .termsBox p {
    width: 95%;
    margin: 0 auto;
    line-height: 1.6;
  }
  .termsBox p.indent-1 {
    padding-left:2em;
    text-indent:-2em;
  }
}
