@charset "UTF-8";
@import url(index.css);


.table_dl {
  display: table;
}
.table_dl dl {
  display: table-row;
}
.table_dl dt,
.table_dl dd {
  display: table-cell;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.table_dl dt {
  font-weight: bold;
  text-align: right;
  padding: 15px 20px 15px 0;
}
.table_dl dd {
  padding: 15px 0 15px 20px;
}

/*----------------------------- 本社概要 */
.abreast .table_dl {
}
.abreast .table_dl:first-of-type {
  float: left;
  width: 440px;
  border-right: 1px solid #DDD;
}
.abreast .table_dl:last-of-type {
  float: right;
  width: 560px;
}

/* map */
#map {
  padding: 30px 0;
}
#map iframe {
  width: 1058px;
  height: 450px;
  vertical-align: bottom;
  border: 1px solid #DDD;
}

/*----------------------------- 営業品目 */
#service {
  background: none;
  padding-top: 13px;
}


