
/*--------------------------------------
  グループ会社
---------------------------------------*/

#contents h4{
	clear: both;
}
div.detail{
	padding: 0 0 20px;
}
div.detail p{
	width: 287px;
	padding: 0 22px 15px 16px;
	float: left;


}
div.detail p strong{
	display: block;

	color: #1F6D2B;
}
div.detail p em{
	font-style: normal;
	font-weight: bold;
	color: #1F6D2B;
}
div.detail ul{
	width: 309px;
	margin: 0 0 15px 16px;
	float: left;
	list-style: none;
	border-left: solid 1px #1F6D2B;
}
*html body div.detail ul{
	margin: 0 0 15px 8px;
}
div.detail ul li{
	padding: 0 0 0 9px;

}
div.detail img{
	float: right;
}
div.detail img.name{
	float: none;
}
div.noPic p,
div.noPic ul{
	width: auto;
	float: none;
}

/*--------------------------------------
  clear
---------------------------------------*/

div.detail{
	min-height:1%;
}
div.detail:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html div.detail{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*div.detail:after{
	content:".";
}
