@charset "UTF-8";

/* プレゼント
------------------------------------------------------------------*/
div#presentArea {
  margin-bottom: 10px;
  background: url(../img/special/hakutsuru/present_heading.gif) no-repeat center top;
  padding-top: 100px;
}
div#presentContents {
  background: url(../img/special/hakutsuru/present_footer.gif) no-repeat center bottom;
  padding-bottom: 50px;
}
div#present {
  margin: 0 auto;
  width: 834px;
}
  div#present div.infoArea {
    
  }
    div#present div.infoArea img.photo {
      float: left;
    }
    div#present div.infoArea p.text {
      float: left;
      margin-bottom: 1.5em;
      width: 430px;
      font-size: 14px;
    }
    div#present div.infoArea img.support {
      float: right;
    }

  div#present div.recipeArea {
    margin: 0 auto 20px;
    width: 685px;
    height: 200px;
    padding: 25px 30px 25px 36px;
    overflow: hidden;
    zoom: 1;
  }
    div#present div.ume {
      background: url(../img/special/hakutsuru/recipe_ume_bg.gif) no-repeat center top;
      
    }
    div#present div.yamada {
      background: url(../img/special/hakutsuru/recipe_yamada_bg.gif) no-repeat center top;
    }
  div#present div.recipe01 {
    float: left;
    width: 330px;
  }
  div#present div.recipe02 {
    float: right;
    width: 330px;
  }

div.pdfPrint {
    width: 920px;
    height: 38px;
    background: url(../img/special/hakutsuru/pdf_print_bg.gif) no-repeat left top;
    text-align: right;
  }
    div.pdfPrint img {
      margin-right: 70px;
    }