﻿
/* 施工の流れイメージ */
div#constructImage
{
  width: 410px;
  float: left;
}
div#constructImage img
{
  display: block;
  margin-left: 0;
  margin-right: auto;
}
div#constructImage p
{
  font-size: 90%;
  line-height: 110%;
}

/* 各ステップのテキスト */
div#constructStep
{
  width: auto;
  margin: 0 0 0 410px;
}
div#constructStep dt
{
  border-bottom: dotted 2px #999999;
  font-size: 92%;
  font-weight: bold;
}
div#constructStep dd
{
  font-size: 90%;
  margin-bottom:0.50em;
}

