/* index.css */



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

article #information {
  position:relative;
  padding:15px 15px 15px 15px;
  border:solid 2px #666;
}
article #information h2 {
  position:absolute;
  left:-8px;
  top:-30px;
  height:auto;
  margin:0;
  padding:12px 5px;
  line-height:20px;
  font-size:2.5em;
  font-style:italic;
  font-weight:bold;
  font-family:'Playfair Display',serif;
  color:#444;
  background:#fff;
  border:none;
  overflow:hidden;
}
article #information dl {
  display:block;
  width:730px;
  margin:0 -10px 0 0;
}
article #information dl dt {
  float:left;
  padding:5px 0 0 0;
  font-weight:bold;
}
article #information dl dd {
  padding:5px 0 5px 8em;
  border-bottom:dashed 1px #666;
}
