@charset "UTF-8";



/* 【該当メニューの上線表示】 */
nav li a[href$="map.html"]{
  text-decoration: overline;
}


/* 【案内リスト】 */
#guide dt,#guide dd{
  margin-bottom: 1.2em;
}
#guide dt{
  color: #cccccc;
  width: auto;
  padding: 0px 8px;
  clear: left;
  float: left;
  background-image: url(../image/headerbg_hatissu.gif);
  background-size: 88px 88px;
}
#guide dd{
  max-width: 560px;
  padding-left: 55px;
  float: left;
  background-image: url(../image/dottedline_hatissu.gif);
  background-size: 55px 21px;
  background-repeat: no-repeat;
}
#guide dt:last-of-type,#guide dd:last-child{
  margin-bottom: 30px;
}
#guide + p{
  clear: left;
}
