@charset "UTF-8";
/* privacy */
#privacy div.h2box {
  background-image: url(../img/privacy/privacy_thum.jpg);
}
#privacy div.contents {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
}
#privacy div.contents h3 {
  color: #42a0ab;
  margin: 1em 0;
  font-size: 1.4em;
}
#privacy div.contents p.txt {
  margin: 1em 0;
}
#privacy div.contents ul {
  margin: 1em;
}
#privacy div.contents ul li {
  margin: 1em 0;
}
#privacy div.contents p.date,
#privacy div.contents p.ceo {
  text-align: right;
}

/* sp用 */
@media screen and (max-width: 480px) {
  #privacy div.contents {
    width: auto;
    padding: 1em 1em 3em 1em;
  }
}/*# sourceMappingURL=privacy.css.map */