/* --------------------------------------------------------
*about_box
-------------------------------------------------------- */
dl.about_box_01 {
  width: 890px;
  margin: 0 auto;
  background: url(../img/about/ph_01.jpg) no-repeat top right;
  min-height: 514px;
  margin-bottom: 40px;
}

dl.about_box_01 dt {
  width: 460px;
  padding: 45px 0 40px;
}

dl.about_box_01 dd {
  width: 460px;
}

dl.about_box_02 {
  text-align: center;
  margin-bottom: 15px;
}

div.tomato,
div.ebi,
div.konbu {
  width: 890px;
  margin: 0 auto 20px;
  position: relative;
  behavior: url(common/js/PIE.htc);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div.tomato {
  background: #f7d7d2;
}

div.tomato dl {
  background: url(../img/about/ph_02.jpg) no-repeat 510px 20px;
  min-height: 340px;
}

div.tomato dt {
  width: 450px;
  padding: 40px 0 20px 40px;
}

div.tomato dd {
  width: 450px;
  margin: 0 0 0 40px;
}

div.ebi {
  background: #f8eacc;
}

div.ebi dl {
  background: url(../img/about/ph_03.jpg) no-repeat 20px 20px;
  min-height: 340px;
}

div.ebi dt {
  width: 450px;
  margin: 0 0 0 430px;
  padding: 40px 0 20px 0;
}

div.ebi dd {
  width: 450px;
  margin: 0 0 0 430px;
}

div.konbu {
  background: #dce9d4;
}

div.konbu dl {
  background: url(../img/about/ph_04.jpg) no-repeat 510px 20px;
  min-height: 340px;
}

div.konbu dt {
  width: 450px;
  padding: 40px 0 20px 40px;
}

div.konbu dd {
  width: 450px;
  margin: 0 0 0 40px;
}

/* 140929 add */
div.about_box_03 {
  overflow: hidden;
  *zoom: 1;
  width: 890px;
  margin: 0 auto 20px;
}

div.butter {
  float: left;
  width: 435px;
  padding-bottom: 50px;
  background: url(../img/about/bg_box_butter_b.png) no-repeat center bottom;
}
div.butter dl {
  padding-bottom: 260px;
  background: url(../img/about/ph_06.jpg?v=2) no-repeat center bottom;
}
div.butter dl dt {
  padding: 40px 40px 20px;
  background: url(../img/about/bg_box_butter_t.png) no-repeat center 0;
}
div.butter dl dd {
  padding: 0 40px;
}

div.creamy {
  float: right;
  width: 435px;
  padding-bottom: 50px;
  background: url(../img/about/bg_box_creamy_b.png) no-repeat center bottom;
}
div.creamy dl {
  padding-bottom: 260px;
  background: url(../img/about/ph_05.jpg?v=2) no-repeat center bottom;
}
div.creamy dl dt {
  padding: 40px 40px 20px;
  background: url(../img/about/bg_box_creamy_t.png) no-repeat center 0;
}
div.creamy dl dd {
  padding: 0 40px;
}
