@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 16px;
}
/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .box {
	margin-bottom: 28px;
}
#content .box p{
	margin-bottom: 25px;
}
#content .box p.spa{
	margin-bottom: 15px;
}
#content .box p.none{
	margin-bottom: 0;
}


/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 20px;
}
#company table th {
	width: 160px;
}
#company table th,
#company table td {
	padding: 3px 9px 1px;
}
#company table td span{
	font-size:0.86em;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 400px;
	margin-bottom: 18px;
}

/*-------------------------------------------------------------------
	.end
-------------------------------------------------------------------*/
#content .end{
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom: 30px;
}
#content .end dl{
	float:left;
	width:198px;
	border: 1px solid #5F312A;
}
#content .end dl.spa{
	width:418px;
	margin-right:20px;
	padding-bottom: 26px;
}
#content .end dl dt{
	background:#5F312A;
	color:#fff;
	font-weight:bold;
	line-height:1.6;
	padding: 2px 0 0 11px;
}
#content .end dl dd{
	padding: 5px 0 3px 10px;
}








