@charset "utf-8";
@import "../default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../../images/diving/h2_flow.png);
  }
  
div.section div.flow {
    width: 495px;
    height: 80px;
    margin: 10px 0 10px 22px;
	position: relative;
}

div.flow div.yajirusi {
 width: 30px;
 top: 10px;
 left: 0;
 position: absolute;
}

div.section div.flow div.comment{
    width: 480px;
    margin-left: 40px;
	padding: 8px 0 0 0;
}

div.section div.largebutton{
    margin: 0 0 20px 16px;

}