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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 2.5em;
  color: #464646;
}
#pgContent dl {
  margin-bottom: 1em;
  background: #cfd0b7;
  float: left;
  margin-right: 1em;
  width: 20em;
  padding: 1em;
  padding-right: 0;
  border: solid 3px #9c9d85;
}
#pgContent dt {
  color: #001278;
  font-size: 1.2em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
#pgContent dd {
  color: #000;
  font-size: 1.1em;
}
