@charset "utf-8";
@import "../default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../../images/diving/h2_shop.png);
  }  
  
div.section div.point {
    width: 555px;
    height: 150px;
    margin: 0 0 20px 0;
    position: relative;
}

div.point h4 {
    margin: 0 0 20px 0; 
}
  
div.point div.cut {
 width: 120px;
 position: absolute;
 top: 60px;
 left: 0;
}
 
div.section div.point div.comment{
    width: 420px;
    margin-left: 130px;
}

div.section div.largebutton{
    margin: 0 0 20px 16px;

}
 
 
