@charset "utf-8";


/*potted_flowers*/
.boxres_potted_flowers {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 9px;
}
.boxres_potted_flowers img {
	width: 30%;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.boxres_potted_flowers p {
	font-size: 117%;
}
@media (max-width: 586px) {
.boxres_potted_flowers {
	width: 98.3%;
	margin-right: auto;
	margin-left: auto;
}
.boxres_potted_flowers img {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 7px;
}
.boxres_potted_flowers p {
	padding-bottom: 20px;
}
}

/*leaves*/
.boxres_leaves {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 9px;
}
.boxres_leaves img {
	width: 30%;
	float: right;
	padding-bottom: 30px;
	padding-left: 20px;
}
.boxres_leaves p {
	font-size: 117%;
}
@media (max-width: 586px) {
.boxres_leaves {
	width: 98.3%;
	margin-right: auto;
	margin-left: auto;
}
.boxres_leaves img {
	width: 100%;
	float: none;
	padding-bottom: 7px;
	padding-left: 0px;
}
.boxres_leaves p {
	padding-bottom: 20px;
}
}

/*orchid*/
.boxres_orchid {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 9px;
}
.boxres_orchid img {
	width: 30%;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.boxres_orchid p {
	font-size: 117%;
}
@media (max-width: 586px) {
.boxres_orchid {
	width: 98.3%;
	margin-right: auto;
	margin-left: auto;
}
.boxres_orchid img {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 7px;
}
.boxres_orchid p {
	padding-bottom: 20px;
}
}