@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-06-25
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-07-07
 * AboutThis    : a contents style ( for consept )
================================================== */

/* H1 - H6
-------------------------------------------- */
h3 {
  margin: 40px 0 30px 5px;
}


/* Flow
-------------------------------------------- */
/* ■サービスフロー */
div.flow {
  margin: 1em auto;
  padding: 5px 20px;
  border: solid 5px #0099cc;
}
div.flow h4 {
  margin: 0.5em 0;
}

img.center {
  display: block;
  margin: 0 auto;
} * html img.center {
    text-align: center;
  }