@charset "utf-8";

h2{
  margin-bottom:18px;
  float:left;
  }

/*////////////////////////////////////////////////
事業部紹介（一覧）
////////////////////////////////////////////////*/

.words ul{
  list-style-type:none;
  line-height:180%;
}
.words li{
  width:960px;
  height:35px;
  padding:10px 0 0 10px;
  font-size:16px;
  background:url(../images/list_red.gif) left no-repeat;
  background-position:12px 12px;
  background-color:#F9F8F5;
  text-indent:32px;
  margin-bottom:10px;
  display:block;
}

/*////////////////////////////////////////////////
事業部紹介（詳細）
////////////////////////////////////////////////*/
.words dt{
  width:960px;
  height:32px;
  padding:12px 0 0 12px;
  background-color:#F9F8F5;
  font-size:16px;
  font-weight:bold;
  vertical-align:central;
  margin-bottom:20px;
}
.words dd{
  padding:0 10px;
  font-size:14px;
  line-height:1.6em;
}
.back{
  margin-top:15px;
  float:right;
}