@charset "utf-8";


/* ---------------- ◆ [会社概要用CSS　開始] ◆ ---------------- */

p.company1 {
	width: 650px;
	height: 43px;
	text-indent: -9999px;
	background: transparent url("../img/titlebar_company1.jpg") no-repeat left 0px;
}
p.company2 {
	width: 650px;
	height: 43px;
	text-indent: -9999px;
	padding: 10px 0 0;
	background: transparent url("../img/titlebar_company2.jpg") no-repeat left 10px;
}
p.company3 {
	width: 650px;
	height: 43px;
	text-indent: -9999px;
	background: transparent url("../img/titlebar_company3.jpg") no-repeat left 0px;
}
span.outline {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background: #eeeeee;
}
span.outline dl {
	display: inline;
}
span.outline dl dt {
	width: 202px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}
span.outline dl dd {
	width: 344px;
	float: left;
	padding: 15px 30px 15px 30px;
	background: #ffffff;
	border-left: 1px dashed #cccccc;
	border-top: 1px solid #cccccc;
}
span.outline dl dt.start {
	border-top: 0px none;
}
span.outline dl dd.start {
	border-top: 0px none;
}
span.googlemap {
	width: 570px;
	display: block;
	text-align: right;
	margin: 0 auto;
	padding: 25px 0 5px;
}
