@charset "UTF-8";
/**
  * map-lp.css
  * 地図作成サービスLP専用CSS
  * PCレイアウト用
  */
#map_info_one {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/map_service/step1.jpg")
    no-repeat;
  width: 980px;
  height: 442px;
  position: relative;
  margin: 0 auto;
}
#map_info_one a {
  display: inline-block;
  position: absolute;
  text-indent: -9999px;
  width: 130px;
  height: 115px;
}
#map_info_one a.a {
  top: 84px;
  left: 231px;
}
#map_info_one a.b {
  top: 84px;
  left: 427px;
}
#map_info_one a.c {
  top: 84px;
  left: 620px;
}
#map_info_one a.d {
  top: 84px;
  left: 676px;
}
#map_info_one a.e {
  top: 84px;
  left: 814px;
}
#map_info_two {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/map_service/step2.jpg")
    no-repeat;
  width: 980px;
  height: 382px;
  position: relative;
  margin: 0 auto;
}
#map_info_two img {
  position: absolute;
  top: 288px;
  left: 239px;
}
#map_info_three {
  text-indent: -9999px;
  background: url("/user_data/packages/default/img/sub/map_service/step3.jpg")
    no-repeat;
  width: 980px;
  height: 398px;
  margin: 0 auto;
}
.map_info_outer {
  text-align: center;
}
.map_info_outer .view_detail_map {
  position: absolute;
  width: 388px;
  left: 50%;
  margin-left: -194px;
  background-color: #fff;
  top: 0px;
  display: none;
}
.map_info_outer a.start_map_contact {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 50px;
}