@charset "utf-8";

#pro-box {
	padding-bottom: 30px;
}

#pro-left {
	float: left;
	width: 40%;
}

#pro-pic {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pro-pic img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pro-right {
	float: right;
	width: 50%;
	line-height: 1.4;
}

#detial-model {
	min-height: 100px;
}

#link-buy-area {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 10px;
}
#link-buy-area-memo {
	line-height: 1.5;
	color: #333;
	padding-bottom: 10px;
}
/****連外購買******/
.buy-add {
	float: left;
	border: 1px solid #FFF;
	margin-right: 1%;
	display: block;
	width: 31.3%;
	margin-left: 1%;
}
.buy-add img{
	display: block;
	height: auto;
	width: 100%;
}
.buy-add:hover{
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;

}
/****購物車*****/
#buy-add {
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: #FFF;
	cursor: pointer;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;	
	
}

#buy-add:hover{
	color: #fd7e14;
	border-color: #fd7e14;
	-o-transition: background-color .30s linear;
	-webkit-transition: background-color .30s linear;
	-moz-transition: background-color .30s linear;
	transition: background-color .30s linear;
	background-color: #FFF;
}

/* list 您可能有興趣*/
.pro-list-box a {
	border: 1px solid #CCC;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.pro-list-box a:hover {
	border: 1px solid #FF9900;
}
.pro-pic {
	width: 100%;
	overflow: hidden;
}
.pro-pic img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.pro-box {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.pro-title {
	color: #6c361c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
}
.pro-price {
	color: #A11B2C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
	padding-bottom: 5px;
}

.test{}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {

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

}