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

#main #contents {
    *zoom: 1;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 36px;
    margin: 0 auto;
}

#main #contents #preface img {
    margin-bottom: 2em;
}

#main #contents #preface h2 {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 2.8em;
    font-weight: 300;
    text-align: center;
}

#main #contents .h2-contents h2 {
    background: url("../images/common/h2_bg.gif") no-repeat 0 0;
    color: #447688;
    font-size: 110%;
    font-weight: bold;
    line-height: 41px;
    padding-left: 1em;
    margin-bottom: 2em;
}

/* dl スタイル */
.tableDl dl {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.tableDl dl dt {
  width: 38%;
  display: table-cell;
  background-color: #8cb0bb;
  border-left: 1px solid #8cb0bb;
  border-bottom: 1px solid #8cb0bb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.tableDl dl dd {
  border-bottom: 1px solid #8cb0bb;
  display: table-cell;
  text-align: left;
  background-color: #fff;
  border-right: 1px solid #8cb0bb;
  border-bottom: 1px solid #8cb0bb;
  border-left: 1px solid #8cb0bb;
  margin: 0;
  padding: 0.6875rem;
  vertical-align: middle;
  line-height: 1.5;
}

.tableDl dl:first-of-type {
  border-top: 1px solid #8cb0bb;
}
.tableDl dl:last-of-type {
  margin-bottom: 1.5rem;
}
.tableDl dl:last-of-type dt {
  border-bottom-color: #8cb0bb;
}
.tableDl dl:last-of-type dd {
  border-bottom: 1px solid #8cb0bb;
}
.num {
	list-style: decimal;
	margin: 0 0 9px 17px;
}
.num li {
	padding: 0 0 0 5px;
}
