@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 .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 ul {
  margin: 0;
}
#main #contents .h2-contents ul li {
  list-style-type: none;
}
#main #contents .h2-contents .box1 {
  width: 600px;
  margin: 0 auto;
  *zoom: 1;
}
#main #contents .h2-contents .box1:before,
#main #contents .h2-contents .box1:after {
  display: table;
  content: "";
}
#main #contents .h2-contents .box1:after {
  clear: both;
}
#main #contents .h2-contents .box1 dl {
  width: 300px;
}
#main #contents .h2-contents .box1 dl.fleft {
  float: left;
}
#main #contents .h2-contents .box1 dl.fright {
  float: right;
}
#main #contents .h2-contents .box1 dl dt {
  margin-bottom: 1em;
  color: #447688;
}
#main #contents .h2-contents .box1 dl dd ul li {
  line-height: 1.7;
}
#main #contents .h2-contents .box1 dl dd ul li span {
  margin-right: 4px;
  color: #447688;
}
#main #contents .h2-contents .box1 dl dd ul li a {
  color: #444;
}
