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

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

#detial-center {
	background-image: url(../../images/pro_detial.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 77px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.content_table_main {
	background-color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
}

.content_table_main td {
	font-size: 18px;
	padding: 8px;
	text-align: center;
}
.content_table_main tr {
	color: #000;
}
.content_table_main tr:nth-child(odd) {
	/* [disabled]background-color: #000000; */
	/* [disabled]color: #FFF; */
}

.table_list_title th{
	font-size: 18px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	background-color: #000000;
	color: #FFF;
}
.list_td1{
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 8px;
	padding-bottom: 8px;
}
.list_td{
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding-top: 8px;
	padding-bottom: 8px;
}
#pro-right a img{
	display: block;
}
#pro-right a{
	display: block;
	border: 1px solid #FFF;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#pro-right a:hover{
	display: block;
	border: 1px solid #F90;
}

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

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

}
