@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* table
--------------------------------------------------------------------*/
#content table{
  margin-bottom:28px;
}

#content table th{
  width:154px;
  background:#E1F2E9;
  font-weight:normal;
  padding: 3px 0 0 14px;
}

#content table td{
  padding: 3px 0 2px 13px;
}

#content .end{
  padding: 1px;
  margin-bottom:30px;
  border: 1px solid #CCDDD2;
}


#content .map{
  height: 416px;
}







