@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
.animal_area {
	margin: auto;
	float: none;
	clear: none;
}
.animal_area ul {
	width: 100%;
	margin-top: auto;
	float: none;
	clear: none;
	display: flex;
	flex-wrap: wrap;
}
.animal_area ul li {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 30px;
	border-left: 1px solid hsla(0,0%,85%,1.00);
	border-right: 1px solid hsla(0,0%,85%,1.00);
	border-bottom: 3px solid hsla(132,43%,58%,1.00);
	border-top: 1px solid hsla(0,0%,85%,1.00);
	padding-bottom: 20px;
}
.animal_pic img {
	width: 100%;
	height: auto;
}
.animal_pic {
	width: 100%;
	line-height: 0px;
}
.animal_title {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.animal_info {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #7B7B7B;
	text-align: left;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 60px;
	/*行數*/
	    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 480px) {
.animal_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
}
.animal_area ul li {
	width: 45.5%;
	margin-left: 2%;
	margin-right: 2%;
}
}

@media only screen and (min-width: 768px) {
	.animal_area ul li {
	width: 29%;
}
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1160px) {
}
