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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent img {
  float: left;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  margin-right: 2em;
  width: 20em;
  height: 15em;
}
#pgContent ol {
  margin-left: 2em;
  float: left;
  width: 25em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
*:first-child+html #pgContent ol {
  list-style: inside;
  margin-left: 0;
}

