
/* 大手探偵スクールとの違い */
#differ {
  background-color: #EFEFEF;
  margin: 90px 0px 0px 0px;
}

/* 主な事業内容 */
#service {
  background-color: #EFEFEF;
  padding: 90px 0px 90px 0px;
}

/* 代表挨拶 */
#greet_bk {
  background-color: #AED2EA;
}
#greet {
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  width: 1050px;
  height: 852px;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  padding: 0px 40px 0px 70px;
  margin: 0 auto;
}
#greet_title {
  text-align: center;
  padding: 60px 0px 50px 0px;
}
#greet_sign {
  text-align: right;
  padding: 10px 0px 0px 0px;
}


