@charset "utf-8";
@import url(pro.css);
/*@import url(../../../tplate-10/css/pro/pro_detial.css);*/
#content-area {
	padding-top: 25px;
	padding-bottom: 0;
	min-height: auto;
}

#pro-box {
	padding-bottom: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#pro-left {
	float: left;
	width: 40%;
}
#pro-pic {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}
#pro-pic img {
	max-width: 100%;
	height: auto;
	position: absolute;
	width: 100%;
	top: -10%;
}

#pro-right {
	float: right;
	width: 55%;
	font-size: 18px;
	line-height: 1.4;
	padding-top: 5%;
}

.pro-price {
	color: #DE0023;
	font-size: 18px;
	white-space: nowrap;
	width: 100%;
}

.about-table,.about-table2 {
	background-color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border-spacing: 3px;
	padding: 3px;
	border: 0;
}
.about-table2 td {
	font-size:18px;
}

.about-table tr td  {
	padding: 10px;
}
.about-table tr:nth-child(odd) {
	background-color: #C7132F;
	color: #FFF;
}
.about-table tr:nth-child(even) {
	background-color: #A20018;
	color: #FFF;
}
.about-table tr td:nth-child(1)  {
	width: 20%;
	white-space: nowrap;
}
.about-table tr td:nth-child(2)  {
	background-color: #EDEDED;
	color: #000;
}

#show-pic-box {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}
.show-pic {
	float: left;
	width: 25%;
	margin-right: 2%;
}
.show-pic a img{
	width: 100%;
	height: auto;
}

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

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

	#pro-box {
		padding-bottom: 10px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#pro-left {
		float: none;
		width: 100%;
	}
		
	#pro-right {
		float: none;
		width: 100%;
		line-height: 1.4;
	}

	.about-table,.about-table2 {
		width: 95%;
	}

	.about-table tr td:nth-child(1)  {
		width: 35%;
	}

}
