@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h4 {
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 40px;
}
#company table th {
	width: 159px;
	font-weight: bold;
	color: #8B5F4B;
}
#company table th,
#company table td {
	padding: 8px 10px 6px;
}

/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 630px;
	height: 390px;
	border: #DBDAD4 5px solid;
}

#content .access {
	margin: 16px 0 33px 0;
}
#content .access .icon01 {
	color: #20B6B9;
}
#content .access .icon02 {
	color: #FFE45E;
}
#content .access .icon03 {
	color: #EA6C92;
}
/*-------------------------------------------------------------------
	.intro
-------------------------------------------------------------------*/
#content .intro {
	overflow: hidden;
	/zoom: 1;
	clear: both;
}
#content .intro .image {
	width: 250px;
	padding: 5px 0 30px;
}
#content .imgleft .image {
	padding-right: 2px;
}
#content .intro .image li {
	padding: 4px;
	border: #CCC 1px dashed;
}
#content .intro .image span {
	width: 240px;
	height: 240px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#content .intro .text {
	margin-bottom: 8px;
}
#content .intro .text p {
	padding-bottom: 25px;
}
