/*
 * メイン写真
 */
div.mainphoto {
	float:left;
	margin-right:4px;
}
.mainphoto img {
	border:solid 1px;
}

/*
 * 育成状況
 */
.plantstatus .oneitem {
	float:left;
	width:24%;
	margin-right:4px;
}
.plantstatus .oneitem img {
	width:100%;
	border:solid 1px;
}

/*
 * 部位写真
 */
.partphoto .oneitem {
	float:left;
	width:24%;
	margin-right:4px;
}
.partphoto .oneitem img {
	width:100%;
	border:solid 1px;
	margin-bottom:4px;
}

/*
 * 植栽例
 */
.plantex .oneitem {
	float:left;
	width:24%;
	margin-right:4px;
}
.plantex .oneitem img {
	width:100%;
	border:solid 1px;
	margin-bottom:4px;
}

/*
 * 関連品種
 */
.related .oneitem {
	float:left;
	width:24%;
	margin-right:4px;
	padding-bottom:4px;
}
.related .oneitem img {
	width:120px;
	height:90px;
	border:solid 1px;
	margin-bottom:2px;
}
