@charset "utf-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#main h1 {
  border: 1px solid #ddd;
  color: #999;
  font-family: "FOT-スーラ Pro M";
  font-weight: normal;
  font-size: 20px;
  width: 718px;
  height: 49px;
  line-height: 49px;
  text-indent: 3em;
  background: #ffffff url(../images/common/h1.gif) no-repeat 0 0;
  margin-bottom: 10px;
}
#main #contents {
  *zoom: 1;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px 36px;
  margin: 0 auto;
}
#main #contents:before,
#main #contents:after {
  display: table;
  content: "";
}
#main #contents:after {
  clear: both;
}
#main #contents #summary {
  margin-bottom: 2em;
}
#main #contents #summary p {
  width: 96%;
  margin: 0 auto;
}
#main #contents .h2-contents {
  *zoom: 1;
}
#main #contents .h2-contents:before,
#main #contents .h2-contents:after {
  display: table;
  content: "";
}
#main #contents .h2-contents:after {
  clear: both;
}
#main #contents .h2-contents h2 {
  background: url("../images/common/h2_bg.gif") no-repeat 0 0;
  color: #5C8272;
  font-size: 110%;
  font-weight: bold;
  line-height: 41px;
  padding-left: 1em;
  margin-bottom: 2em;
}
#main #contents .h2-contents#h2_1 div ol {
  width: 90%;
  margin: 0 auto;
}
#main #contents .h2-contents#h2_1 div ol li {
  margin-bottom: 1em;
}
#main #contents .h2-contents#h2_2 .sub-contents div {
  margin-bottom: 2em;
}
#main #contents .h2-contents#h2_2 .sub-contents div ul li {
  line-height: 2;
}
