@charset "UTF-8";
#container {
  width: 100%;
}

/* タイトル
---------------------------*/
h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #DADADA;
  font-size: 1.7em;
  margin-bottom: 20px;
}

/* コンテンツ
---------------------------*/
div.process {
  margin: 20px 0 0;
}

div.process img {
  float: left;
}

div.process p.text {
  float: left;
  text-indent: -1em;
  font-size: 0.8em;
  line-height: 1.4;
  margin-left: 30px;
  width: 500px;
  word-break: normal;
}

.indent {
  text-indent: -1.1em;
  margin-left: 15px;
  display: block;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
.return {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 15px 0 5px;
  text-align: right;
}
