@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////
  edge
/////////////////////////////////////////////////////////////////// */
#globalNavi ul li:nth-child(1) a { background-position: 0 -60px;}

#contents > ul li {
  margin-top: 50px;
  min-height: 187px;
  height: auto !important;
  height: 187px;
  padding: 0 0 0 330px;
  background: url(../edge/images/img1.jpg) 0 0 no-repeat    ;
}
#contents > ul li:nth-child(1) { background-image: url(../edge/images/img1.jpg);}
#contents > ul li:nth-child(2) { background-image: url(../edge/images/img2.jpg);}
#contents > ul li:nth-child(3) { background-image: url(../edge/images/img3.jpg);}

#contents > ul li h2 {
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: solid 3px #32b16c;
}

