@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#company{
	margin-bottom: 40px;
}
#content table th {
	width: 25%;
	vertical-align:middle;
}
#content table th,
#content table td {
	padding:4px 9px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#info {
	margin-bottom: 50px
}
#content .map {
  width: 100%;
	max-width: 640px;
	height: 400px;
  position: relative;
}
@media screen and (max-width: 680px) {
  #content .map {
    height: 250px;
  }
#content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}