@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css?210712new);



/* table
--------------------------------------------------------------------*/
#content table{
  margin-bottom:43px;
}

#content table th{
  width:169px;
  background:#F8F7F1;
  font-weight:normal;
  padding: 4px 0 1px 9px;
}

#content table td{
  line-height:1.6;
  padding: 4px 0 1px 9px;
}

#content .map{
  height: 380px;
  margin-bottom:15px;
}

#content p.no1{
  margin-bottom:33px;
}

@media screen and (max-width: 960px) {
	#content table th {
		width: 30%;
	}
}