@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	経営理念
------------------------------------------------------------*/

#conts {
	/* color: #666548; */
}

#conts .inner {
	padding: 10px 25px 0 25px;
}

#conts h2 {
	margin: 20px 0 20px;
}

#conts h3 {
	margin: 40px 0 0px;
}

#conts h4 {
	margin: 50px 0 50px;
	text-align: center;
}


#conts p {
	margin: 0 0 23px 0;
	line-height: 20px;
}

#conts .box {
	position: relative;
}

	* html #conts .box {
		zoom: 100%;
	}

	*+html #conts .box {
		zoom: 100%;
	}

#conts .box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts .box .pd_top {
	padding: 10px 0 0;
}

#conts .box .photo01 {
	float: right;
	margin-left: 25px;
}

#conts .box .photo02 {
	position: absolute;
	bottom: 15px;
	left: 5px;
}

#conts dl {
	margin: 0 0 20px 160px;
	padding: 0 0 20px;
	background: url(../img/mind/line.gif) no-repeat left bottom;
}

	* html #conts dl {
		zoom: 100%;
	}

	*+html #conts dl {
		zoom: 100%;
	}

#conts dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts dl dt {
	float: left;
}

#conts dl dd {
	padding: 0 0 0 45px;

	line-height: 1.7;
	
}

