@charset "utf-8";

/* --------------------------------------------------------------

Rule

----------------------------------------------------------------- */

#main section{
  margin-bottom:20px;
}

#main section h3{
  color:#337951;
  font-size:124%;
  border-left:3px solid #32915C;
  line-height:120%;
  margin-bottom:8px;
  padding-left:8px;
  padding-top:2px;
}

#main section dl {
  overflow:hidden;
  padding-left:10px;
  padding-top:14px;
  border-top:1px dotted #CCCCCC;
}

#main section dl dt{
  width:105px;
  float:left;
  padding-right:15px;
}

#main section dl dd{
  overflow:hidden;
  margin-bottom:8px;
  line-height:145%;
}

#main dl.fusoku{
  margin-top:30px;
  margin-bottom:35px;
}

#main dl.fusoku dt{
  margin-bottom:3px;
  color:#337951;
  font-size: 116%;
}

#main dl.fusoku dd{
  margin-bottom:15px;
}

#main p.text01{
  line-height:170%;
}


