@charset "UTF-8";

body.double div#main div.content {
  padding: 18px 28px 28px 28px;
  min-height: 654px
}
body.double div#main div.content p.title {
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 1em 0;
}
body.double div#main div.content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 1em 0 0 0;
}

div#main div.content dl {
  margin: 0 0 3em 0;
}
div#main div.content dt {
  margin: 0.3em 0 0 0;
  padding: 0.3em 0 0.3em 15px;
  font-size: 12px;
  font-weight: bold;
  background: url("../image/content/common/circle.gif") no-repeat left center;
}
div#main div.content dd {
  margin: 0;
}

div#sub div.section div.content {
  padding: 10px 10px 20px 10px;
  min-height: 649px
}
div#sub div.section div.content p {
  margin: 0.5em 0 1em 0;
}
div#sub div.section div.content p.tagline {
  font-weight: bold;
  font-size: 17px;
  margin: 18px 0 12px 0;
  text-align: center;
}
body.double div#sub div.section {
  margin-bottom: 0;
}
div#sub div.section div.content ul {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
div#sub div.section div.content ul li {
  padding: 0.3em 0 0.3em 15px;
  font-size: 12px;
  font-weight: bold;
  background: url("../image/content/common/circle_blue.gif") no-repeat left center;
}
div#sub div.section div.content ul li:hover {
  background: url("../image/content/common/circle_mark_blue.gif") no-repeat left center;
}
