@charset "utf-8";

/* =======================================

	E2 WEBSITE ContentsElements

======================================= */

/* ------------------------------------

	company	--会社概要--

------------------------------------ */
#company {
	width: 900px;
	font-size: 110%;
	padding-bottom: 80px;
}

#company h3 {
	width: 161px;
	height: 30px;
	background: transparent url(../img/ttl_company.gif) no-repeat top left;
	text-indent: -9999px;
}

#company .content{
	width: 360px;
	float:left;
	display: inline;
	padding-top: 25px;
}
#company .customer{
	width: 270px;
	float:left;
	display: inline;
	padding-top: 25px;
	position: relative;
}

#company .content h4 {
	background: transparent url(../img/ttl_outline.gif) no-repeat top left;
	width: 40px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#company .content h4.work{
	background: transparent url(../img/ttl_work.gif) no-repeat top left;
	width: 85px;
	height: 18px;
	text-indent: -9999px;
	margin: 20px 0 10px 0;
}

#company .content h4.plan{
	background: transparent url(../img/ttl_plan.jpg) no-repeat top left;
	width: 360px;
	height: 18px;
	text-indent: -9999px;
	margin: 20px 0 10px 0;
	position: relative;
}

#company .content p {
	margin: 0 0 10px 0;
	line-height: 170%;
}

#company .content p.date {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 100%;
	text-indent: 0;
	position: absolute;
	bottom: 0;
	left: 193px;
	font-weight: normal;
}

#company .content p .adobe_banner {
	margin: 5px 0 0 0;
}

#company .customer h4 {
	background: transparent url(../img/ttl_custom.gif) no-repeat top left;
	width: 104px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;

}

#company .content table th {
	padding: 2px 1em 2px 0;
	white-space: nowrap;
	line-height:160%;
}

#company .content table td {
	padding: 2px 1px 2px 0;
	white-space: nowrap;
	line-height:160%;
}

#company .content table td img{
	margin:10px 0;
}


#company .content ul,
#company .customer ul {
	margin-bottom: 10px;
	line-height: 180%;
}

#company .customer ul {
	padding-top: 28px;
}


/*---company clearfix---*/

#company:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#company {
	display: inline-block;
}
