@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* table
--------------------------------------------------------------------*/
#content table {
  margin-bottom:65px;
}

#content table th {
  width: 169px;
  font-weight:normal;
  background:#FFE6E6;
  padding: 3px 0 0 10px;
}

#content table td {
  padding: 3px 10px 3px 9px;
}

#content table td span{
  color:#F86680;
  font-weight:bold;
}

#content .map{
  height: 380px;
  margin-bottom:58px;
}