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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1.5em;
  color: #464646;
}
#pgContent ul {
  
  float: right;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent img {
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  width: 21.5em;
  height: 15.8em;
  margin-bottom: 2em;
}
#pgContent img + p {
  clear: both;
}
#pgContent a {
  color: #740f10;
}