@charset "utf-8";
*{
	padding: 0px;
	margin: 0px;
}
body{
	width: 100%;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "微軟正黑體 Light";
	background-image: url(./images/bg-body.png);
}
#headText{
	font-size: 20px;
	/*text-align: center;*/
}
input{
	height: 2.2em;
}
.btn1{
	width:120px;
}
.pdList{
	width:200px;
	/*height:240px;*/
	height:220px;
	text-align: center;
	border:solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.pdList img{
	max-width:100%;
	max-height:100%;
}
.pdList a{
	display: block;
	width:190px;
	height:190px;
	line-height:180px;
	margin-left: auto;
	margin-right: auto;
}
.pdClassDiv ul{
	list-style:none;
}
.pdClassDiv ul li ul li{
	margin-left:10px; 
}
.pdClassDiv h3{
	font-size: 20px;
}
.pdClassDiv h4{
	font-size: 16px;
}
#footer{
	background-color: #A49889;
	color:#fff;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
#footer p{
	margin: 0px;
	line-height:20px;
	
}
#footerEnd{
	background-color: #2F2F2F;
	color: #fff;
	line-height: 32px;
}
#footerEnd #company{
	color:#fff;
}
#content{
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#productPic{
	margin-bottom: 10px;
}
#useText{
	margin-top: 10px;
}
#useText h3{
	font-size: 20px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pdClassDiv{
	border: solid 1px #ccc;
	line-height: 20px;
	font-size: 18px;
	margin-top:5px;
	margin-bottom: 5px;
	padding: 5px; 
	background-color: #ddd;
	width: 100%;
	/*border-radius:10px;*/
}
.pdClassDiv1{
	margin-top:5px;
	margin-bottom: 5px;
	padding: 5px; 
}
.error{
	color: #f00;
}
.pageLink{
	display: inline-block;
	width:26px;
	text-align: center;
}
nav .navbar-nav li a{
	color: rgba(0,0,0,.9) !important;
}
@media (max-width: 576px){
.pdList{
	width:120px;
	height:180px;
	text-align: center;
	border:solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.pdList a{
	display: block;
	width:120px;
	height:120px;
	line-height:120px;
	margin-left: auto;
	margin-right: auto;
}
}