@charset "utf-8";
@import url("../../css/import.css");
@import url("ir_contents.css");
/* -----------------------------------------------------------
CSS Information

 ! File name:      summary.css
 ! Style Info:     会社概要/沿革ページ(summary.html)
----------------------------------------------------------- */

/*	.company_info(会社概要)
----------------------------------------------------*/
dl.company_info {
	margin: 26px 0;
}


dl.company_info dt {
	width: 141px;
	padding-right: 33px;
	float: left;
	text-align: right;
}


/* Hides from IE-mac \*/ 
dl.company_info dt {
	clear: both;
}


/* End hide from IE-mac */


dl.company_info dd {
	width: 545px;
	margin-bottom: 14px;
	padding-left: 30px;
	float: left;
	border-left: 1px solid #D2D2D2;
}


*:first-child + html dl.company_info dd {
	float: none;
}


/*	.history(沿革)
----------------------------------------------------*/
#enkaku {
	margin: 26px 0;
}


#enkaku dl#first {
	margin-bottom: 0;
}


#enkaku dl {
	margin-bottom: 14px;
}


#enkaku dl dt {
	width: 141px;
	padding-right: 33px;
	float: left;
	text-align: right;
}


#enkaku dl dd {
	width: 545px;
	padding-left: 30px;
	float: left;
	border-left: 1px solid #D2D2D2;
}



