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

/*----------------------------------------------------
	経営理念/経営ビジョン commitment.html
----------------------------------------------------*/

/*	経営理念
----------------------------------------------------*/
p.rinen {
	margin: 25px 0 38px 8px;
}


/*	経営ビジョン
----------------------------------------------------*/
dl#vision {
	width: 663px;
}


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

/* End hide from IE-mac */

dl#vision dt {
	width: 29px;
	padding-right: 18px;
	float: left;
	clear: both;
	text-align: right;
}


dl#vision dd {
	width: 550px;
	margin-bottom: 14px;
	margin-left: 55px;
	padding: 3px 0 1em 15px;
	float: right;
	border-left: 1px solid #aaa;
}


	
/* Hides from IE-mac \*/ 
dl#vision dd {float: none;}
/* End hide from IE-mac */

*:first-child + html dl#vision dd {
	float: none;
}


.space {
	margin-top: 20px;
}


