@charset "utf-8";
@import "../../common/css/1-default.css";

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
@import "../../common/css/2-layout.css";
/*------------------------------------------------------------
	弁護士紹介
------------------------------------------------------------*/

#conts {
	width: 590px;	
	margin: 0 auto;
}

#conts h2 {
	margin: 10px 0;
}

#conts p {
	margin: 0 20px;
	padding: 0 0 0 115px;
	border-top: 1px solid #d9dbc0;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
}	

#conts p.pl5 {
	padding-left: 5px;
}

#conts p.none {
	border-top: none;
}

#conts .box {
	height: 100%;
	padding: 40px 0 20px;
	background:url(../img/profile/pro-bigbox_bg.jpg) repeat-y;
	position: relative;
}
	
#conts .box span {
	font-weight:bold;
	padding-right:15px;
	font-size:16px;
	float:left;
}	
	
#conts .box .green {
	color: #2c7102;
}

#conts .book {
	position: relative;
	zoom: 100%;
}
	
#conts .photo {
	position: absolute;
	top: 10px;
	left: 180px;
}
