@charset "UTF-8";

/*-------------------------
__map_style
-------------------------*/

.map{
  position: relative;
  width: 1050px;
  margin: 0 auto 40px;
  padding: 60px 0 0 0;
}

.map a.btn{
  position: absolute;
  right: 0;
  top: 60px;
  padding: 7px 10px 7px 15px;
  border: 1px solid #000;
  line-height: 1;
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.map a.btn:after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 5px;
  border-top: 2px solid #e53300;
  border-right: 2px solid #e53300;
  transform: rotate(45deg);
  vertical-align: middle;
}
.map a.btn:hover{
  background: #eee;
}

.map h2,
.other_area h2{
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.map h2:after,
.other_area h2:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 185px;
  margin: 0 0 0 -92px;
  border-bottom: 2px solid #d71d21;
}

.map_wrap{
  width: 1050px;
  margin: 0 auto;
}
.asp_map_view_inner{
  border: 3px solid #000 !important;
}
.asp_map_list_note{
  margin: 40px 0 0 0;
}

.other_area{
  padding: 25px 0 40px;
  background: #f2f2f2;
}
.other_area ul{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}
.other_area ul li{
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
.other_area ul li a{
  display: block;
  padding: 7px 10px;
  background: #fff;
  color: #2d2a2a;
  text-decoration: none;
  line-height: 1;
}

.main_search{
  margin-top: 80px;
  margin-bottom: 100px;
}




/**/
