body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.pst_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/pst_bg.png) center bottom repeat-x;
}
.pst_main{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.pst_main .text{
	width: 100%;
	float: left;
	padding: 50px 0 50px 0;

}
.pst_main .left{
	width: 575px;
	float: left;
}
.pst_main .right{
	width: 625px;
	float: left;
}
.pst_main .right .top{
	width: 100%;
	float: left;
	background: url(../images/pst_bg_r.png) right center no-repeat;
	padding: 10px 0;
}
.pst_main .right .top .btn{
	width: 220px;
	float: left;
}
.pst_main .right .top ul{
	width: 405px;
	float: left;
}
.pst_main .right .top li{
	width: 385px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/pst_list.png) left center no-repeat;
}
.pst_main .right .bot{
	float: left;
	width: 100%;
}
.pst_main.pst-2 .right .bot{
	float: left;
	width: 100%;
	height: 345px;
	overflow-y: scroll;
}
.pst_main .right .bot tr.bg{
	background: rgba(255,247,153,0.5);
}
.pst_main .right .bot table{
	border-left: 1px solid #ababab;
	border-top: 1px solid #ababab;
}
.pst_main .right .bot td{
	border-right: 1px solid #ababab;
	border-bottom: 1px dashed #a6937c;
	padding: 10px 15px;
}
.pst_main .right .bot td img{
	vertical-align: middle;
	margin-right: 5px;
}
.pst_main .right .bot td span{
	font-size: 30px;
	font-family: 'Century Gothic'
}
.pst_main .right .bot td span.memo{
	font-size: 14px;
	font-family: "微軟正黑體";
	line-height: 24px;
	color: #666;
}
.pst_main .right .bot td strong {
	color: #EB6100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pst_mainBg{
	min-width: 1000px;
}
.pst_main{
	width: 970px;
	padding: 0 15px;
}
.pst_main .text{
	width: 970px;
	padding: 30px 0 30px 0;
}
.pst_main .left{
	width: 470px;
}
.pst_main .left img{
	width: 100%;
	height: auto;
}
.pst_main .right{
	width: 500px;
}
.pst_main .right .top{
	width: 100%;
	float: left;
	background: none;
	padding: 10px 0;
}
.pst_main .right .top .btn{
	width: 210px;
	float: left;
}
.pst_main .right .top ul{
	width: 290px;
	float: left;
}
.pst_main .right .bot{
	width: 100%;
	float: left;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.pst_mainBg{
	min-width: 320px;
}
.pst_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.pst_main .text{
	width: 100%;
	height: auto;
	padding: 15px 0;
	background: none;
}
.pst_main .left{
	width: 100%;
}
.pst_main .right{
	width: 100%;
}
}
}
