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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent img {
  width: 12.5em;
  height: 12.5em;
  position: relative;
  top: 0.5em;
  margin-right: 1em;
  float: left;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.5em;
}
#pgContent ul {
  margin-bottom: 1.2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.4em no-repeat;
}
#pgContent h4 + ul li {
  padding-left: 1.2em;
  margin-bottom: 0.3em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent dl {
  float: left;
  width: 100%;
}
#pgContent dt {
  float: left;
  color: #001278;
  font-weight: bold;
  line-height: 1.7em;
  font-size: 1.2em;
  margin-right: 1em;
}
#pgContent dd {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
}
#pgContent dd span {
  
}
