@charset "utf-8";
@import url(rent.css);
@import url(../../../tplate-10/css/pro/pro_list.css);

#form-btm-buy div {
	background-image: url(../../images/pro_pic.png);
}

#pro-list li {
	width: 31.3%;
	height: auto;
	margin-left: 1%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px;
}

#pro-list li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

#pro-list li a:hover .pro-pic {
	border: 1px solid #FF9900;
}
.pro-pic {
	width: 100%;
	float: left;
	height: 0px;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.pro-pic img {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	height: auto;
	width: 100%;
}

.pro-title {
	font-size: 20px;
	color: #004494;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.pro-box {
	padding-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.pro-box table {
	width: 100%;
	background-color: #D2D2D2;
	border-spacing:1px;
	padding: 0;
	border: 0;	
}

.pro-box table tr {
	background-color: #FFF;
}

.pro-box table tr td {
	/* [disabled]white-space: nowrap; */
	padding: 5px;
	font-weight: bold;
}

.pro-title {
	font-size: 18px;
	color: #003293;
	font-weight: bold;
	text-overflow : ellipsis;
	white-space: nowrap;
	width: 10%;
}
.pro-title-show {
	overflow: hidden;
	display: block;
	height: 33px;
}
.pro-title-show1 {
	overflow: hidden;
	display: block;
	height: 60px;
	text-align: left;
}

.pro-price {
	color: #DE0023;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	width: 100%;
	height: auto;
}
.pro-desc-show {
	overflow: hidden;
	display: block;
	height: 63px;
}
.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#pro-list li {
		width: 94%;
		margin-left: 3%;
		float: none;
		margin-right: 3%;
		margin-bottom: 50px;
	}

}
