@charset "utf-8";

/*----------------------------------------------
会社紹介
-----------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
td {
  padding: 5px;
  border-bottom: dotted 1px #ccc;
  vertical-align: top;
}
.head {
  padding-left: 18px;
  width: 80px;
  background: url(../../images//point.gif) no-repeat 5px 10px;
}
.head .wrap_edit {
  width: 70px;
  overflow: hidden;
}
.body .wrap_edit {
  width: 215px;
  overflow: hidden;
}
.body_long .wrap_edit {
  width: 210px;
  overflow: hidden;
}
.company_pic img {
  width: 300px;
  height: 225px;
}
