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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
  Text-align: justify;
}
#pgContent h4 {
  font-size: 1.5em;
  color: #0d4677;
  margin-bottom: 1.5em;
}
#pgContent .job h5 {
  font-size: 1.2em;
  color: #001278;
  margin-bottom: 0.5em;
}
#pgContent .job {
  margin-bottom: 1.2em;
}
#pgContent .job dl {
  margin-bottom: 1.2em;
}
#pgContent .job dl + dl {
  
}
#pgContent .job dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#pgContent .job dd {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  padding-left: 1.4em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat
}
#pgContent .job dl + dl dd {
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.5em no-repeat;
}
#pgContent .job dl + p {
  margin-bottom: 0;
}
#pgContent .job iframe {
  display: none;
}
#pgContent div.job:last-child {
  margin-bottom: 0;
}
