@charset "utf-8";

/* index.html
-------------------------------------------------------------------------------- */
.title_product {
  width: 510px;
  float: left;
  line-height: 37px;
  font-weight: bold;
  font-size: 18px;
}

.btn_select_model {
  background: url(/mobile/set/data/network/area/map/img/btn_select_model_on.jpg) no-repeat 0 0;
  width: 154px;
  float: right;
}

#area-title .iphone,
#area-title .hybrid,
#area-title .product {
  display: none;
}

/* index.php
-------------------------------------------------------------------------------- */
.hdg-l1 span {
  display: inline;
  margin: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* map-attention */
.biz-maparea-attention {
  max-width: 950px;
  padding: 32px 40px;
  background: #fff;
  border: solid 1px #3d3d3d;
}
.biz-maparea-attention-hdg,
.biz-maparea-attention-text {
  font-size: 110%;
  text-align: left;
}
.biz-maparea-attention-hdg {
  font-weight:  bold;
}
.biz-maparea-desc {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: left;
}
.biz-maparea-link {
  margin-top: 12px;
}