/*=============================
common
=============================*/
#container{
}
#contents{
}

/*=============================
areamain
=============================*/
#areamain{
  width: 100%;
  height: auto;
  position:relative;
  background:url(../images/stockbreeding/m1.jpg) center center no-repeat;
  background-size:cover;
}
#areamain .mainwrap{
  width: 1000px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}
#areamain .mainwrap .ttl1{
  width: 320px;
  height: 250px;
  position: absolute;
  background:url(../images/stockbreeding/tt1_bg.jpg) center top no-repeat;
  bottom: -220px;
  left: 0;
  text-align: center;
}
#areamain .mainwrap .ttl1 h1{
  font-size: 30px;
  border-bottom: solid 2px #EE6600;
  display: inline;
  text-align: center;
  top: 90px;
  padding-bottom: 4px;
  position: relative;
}


/*=============================
areatxt
=============================*/
#areatxt{
  width: 1000px;
  padding: 60px 0 117px 0;
  margin: 0 auto;
}
#areatxt .areatxtSub1{
  width: 624px;
  margin-left: 376px;
}
#areatxt h1{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
}
#areatxt p{
  font-size: 16px;
  line-height: 2.2em;
  padding: 10px 0 28px 0;
}



/*=============================
areabt
=============================*/
#areabt{
  width: 100%;
  position: relative;
}
#areabt .btSub{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#areabt .ttl1{
  width: 1000px;
  margin: 0 auto;
  height: 120px;
  background-color: #ffffff;
  position:absolute;
  top: 310px;
  text-align:center;
  z-index: 2;
}
#areabt .ttl1 h2{
  text-align: center;
  font-size: 16px;
  line-height: 2.2em;
  margin-top: 26px;
}
#areabt .ttl1 h2 span{
  font-size: 26px;
  font-weight: 600;
}
#areabt .bt1{
  width: 100%;
  height: 340px;
  position: relative;
  background:url(../images/stockbreeding/i1.jpg) center top no-repeat;
  background-size:cover;
  margin-bottom: 120px;
}
#areabt .bt2{
  width: 100%;
  height: 340px;
  position: relative;
  background:url(../images/stockbreeding/i2.jpg) center center no-repeat;
  background-size:cover;
  margin-bottom: 120px;
}


