@charset "utf-8";

/* /////////////////////////////////////////////////////////
  土質改良技術
///////////////////////////////////////////////////////// */

/*=================================
  glovalNavi
==================================*/
#glovalNavi li:nth-child(3) a { background-position: -216px -40px;}

/*=================================
  recycle
==================================*/
#technology {
  width: 640px;
  line-height: 1.5;
}

#technology p {
  margin-bottom: 27px;
}

/*=================================
  activities
==================================*/
#activities {
  width: 640px;
  margin-bottom: 50px;
}

#activities .headline {
  background: url(../technology/images/pagetitle.gif) no-repeat;
}

#activities ul li {
  margin-bottom: 30px;
}

#activities ul li div {
  width: 310px;
  float: right;
}

#activities ul li div h3 {
  color: #FFF;
  font-size: 110%;
  font-weight: bolder;
  text-align: center;
  background: #EB6100;
  line-height: 30px;
  margin-bottom: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 17px;
}

#activities ul li div p {
  margin-bottom: 0;
}

#activities ul li figure {
  width: 310px;
  float: left;
}

/*=================================
  address
==================================*/
#address {
  width: 640px;
  margin-bottom: 50px;
}

#address .headline {
  background: url(../technology/images/title2.gif) no-repeat;
  margin-bottom: 30px;
}


/*
#address dl {
  width: 640px;
  height: 0;
  padding-top: 492px;
  background: url(../technology/images/address-map.gif) no-repeat;
  display: block;
  overflow: hidden;
}
*/

#membership ul li {
  width: 640px;
  padding: 16px;
  border-bottom: 1px dashed #000;
}
  #membership ul li .left,
  #membership ul li .right {
    width: 50%;
  }
  #membership ul li .left {float: left;}
  #membership ul li .right {float: right;}
  
  #membership ul li h3,
  #membership ul li h3 {
    margin-bottom: 3px;
    color: #6A3906;
    font-weight: bolder;
  }
    #membership ul li h3 a {
      color: #327D00;
      outline: none;
    }
    #membership ul li h3 a:hover {
      color: #327D00;
      font-weight: bolder;
      outline: none;
    }
  
  #membership ul li p {
    margin: 0.25em 0 0 0;
    line-height: 1.7;
  }

