body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.simp_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/simp_bg_r.png) right bottom no-repeat;
}
.simp_main{
	width: 1200px;
	margin: 0 auto;
	min-height: 310px;
	padding: 30px 0 0 0;
	background: url(../images/simp_bg_l.png) left bottom no-repeat;
}
.btn, .btn a{
	background: #c5c5c5;
	padding: 5px 8px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover, .btn:hover a{
	background: #ff9f00;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.simp_mainBg{
	min-width: 1000px;
}
.simp_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.simp_mainBg{
	min-width: 320px;
}
.simp_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
	padding: 0;
}
}