@charset "utf-8";
@import "common/0-import.css";
@import "thickbox.css";
@import "staffdetails.css";
/*------------------------------------------------------------
	STAFF紹介　オール電化アドバイザー
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 10px;
}

#conts .box {
	margin: 0 43px 0 48px;
	overflow: hidden;
	line-height: 1.5;
	text-align: left;
}

#conts .box .S_box {
	padding: 1px 0 8px;
	width: 305px;
	float: left;
	background: url(../img/staff/box_back.gif) no-repeat right bottom;
}

#conts .box .R_box {
	padding: 1px 0 8px;
	margin-left: 5px;
	width: 305px;
	float: left;
	background: url(../img/staff/box_back.gif) no-repeat -43px bottom;
}

#conts .box p.ml160 {
	padding: 8px 0 15px 0;
	margin-left: 160px;
	font-size: 18px;
	font-weight: bold;
	color: #215398;
}

#conts .box p {
	margin: 0 8px 0 162px;
	font-size: 10px;
}

#conts .box p.mt70 {
	margin-top: 68px;
}

#conts .box p.mt55 {
	margin-top: 55px;
}

.clear {
	clear: both;
}

