@charset "UTF-8";

/* ****************************************************

ejhp_about.css

***************************************************** */

.aR{
	text-align: right;
}
.aC{
	text-align: center !important;
}
.underLine{
	text-decoration: underline;
}
.col420{
	width: 420px;
	float: left;
}
.aboutDlList01 dt,
.aboutDlList01 dd{
	display: block;
	float: left;
}
.aboutDlList01 dt{
	width: 100px;
}
.aboutDlList01 dd{
	width:320px;
}
.aboutDlList01 dd span.ddInner{
	display: block;
	margin-top: 15px;
}


/* ======== clearFix ======== */

.aboutDlList01:after{
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.aboutDlList01{
	zoom: 1;
}