/* about.css */



article #catch {
  margin:0 0 25px 0;
}
article #catch img {
  max-width:960px;
}


article dl {
  display:inline-block;
}
article dl {
  position:relative;
  display:block;
  width:760px;
  margin:0 0 30px 0;
  border-top:dashed 1px #666;
}
article dl:after {
  clear:both;
  content:'.';
  display:block;
  visibility:hidden;
  width:100%;
  height:0;
}
* html>body article dl {
  display:inline-block;
}
article dl dt {
  float:left;
  width:160px;
  padding:5px 0 0 0;
  text-align:right;
  font-weight:bold;
}
article dl dd {
  padding:5px 0 5px 180px;
  border-bottom:dashed 1px #666;
}



article p.map {
  position:relative;
  display:block;
  width:760px;
  height:400px;
  margin:0 0 20px 0;
  border:solid 1px #999;
  overflow:visible;
}
article p.map iframe {
  position:absolute;
  z-index:1;
  left:0;
  top:0;
}
article p.map span.point {
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  display:block;
  width:100%;
  height:100%;
  background:url(../img/icon-point.gif) no-repeat center center;
  cursor:pointer;
}
article p.map a {
  position:absolute;
  z-index:3;
  right:0;
  bottom:-20px;
  height:20px;
  line-height:20px;
}
