@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	事務所紹介
------------------------------------------------------------*/

#conts {
	color: #666548;
}

#conts h2 {
	margin: 20px 0;
	background:url(../img/office/line.gif) no-repeat left center;
}

#conts p {
	margin: 20px 0 15px 0;
	line-height: 1.4;
	clear: both;
}
	
	*html #conts p {
		margin: 5px 0 20px 0;
	}
	
	*+html #conts p {
		margin: 5px 0 20px 0;
	}
	
#conts ul{
	width: 100%;
	margin: 15px 0 0;
}

#conts ul li{
	width: 100px;
	float: left;
	padding: 0 6px 10px 0;
}

#conts ul .li01 {
	width:95px;
	padding-right: 0;
}