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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
#pgContent ul + p {
  margin-bottom: 0;
}
