@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#mainimg {
	background: url(../image/titlejpg.jpg);
	margin: 0 auto;
	text-align: center;
		-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#content  .company, #content  #company{
	overflow: hidden;
	margin-bottom: 80px;
}
#content  .company dl{
	overflow: hidden;
	 border-bottom: 1px dashed #C6AA9F;
}
#content  .company dl dt,#content  .company dl dd{
 padding: 15px 0 15px 0px;

}
#content  .company dl dt,#content  .company dl dd.none{
	float: left;
}
 #content  .company dl dt{
	width: 262px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width:830px;
	height: 400px;
	margin-bottom: 30px;
}

 #content .text{
 	margin-bottom: 80px;
 }

  #content table th{
  	width: 240px;
  }

   #content table {
   	/* margin-bottom: 80px; */
   }

 #content table th,
#content table td {
	border-top: 0px dashed #C6AA9F;
		border-bottom: 1px dashed #C6AA9F;
	padding: 14px 20px 13px 0px;
	vertical-align: top;
}