@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;
}
@charset "utf-8";
/*
#main h1 {
  height: 0;
  overflow: hidden;
  display: block;
  background: #ffffff url(../images/hope/h1.gif) no-repeat 0 0;
  border: 1px solid #ddd;
  padding-top: 49px;
  margin-bottom: 0.3em;
}
*/
#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 #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 {
  *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: #447688;
  font-size: 110%;
  font-weight: bold;
  line-height: 41px;
  padding-left: 1em;
  margin-bottom: 2em;
}
#main #contents .h2-contents .sub-contents ul,
#main #contents .h2-contents .sub-contents ol {
  margin: 0 0 2em 2.5em;
}
#main #contents .h2-contents#h2_2 .sub-contents ol li {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
}
