
/* 選ばれる理由 */
.reason_left {
  padding: 0px 7px 10px 7px;
}
.reason_right {
}

/* 区画 */
.type_left {
  padding: 0px 7px 10px 7px;
}
.type_right {
  text-align: center;
}
.type_center {
  text-align: center;
  margin: 10px 0px 0px 0px;
}

/* テーブル */
table.tbl_pc colgroup.col1 {
  width: 20%;
}
table.tbl_pc colgroup.col2 {
  width: 30%;
}
table.tbl_pc colgroup.col3 {
  width: 30%;
}

/* 地図 */
#map {
  width: 100%;
  height: 250px;
  margin: 15px 0px 0px 0px;
}
