/*=======================行動公職王@media screen and ( max-width:736px) {=========================*/


*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	}
html{
	-webkit-text-size-adjust:none;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
    }
h1,h2,h3,h4,h5,h6{  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;  }



/*======================================== 共用字型 ========================================*/

.fs01 {	text-decoration:underline;}
.fs02 { font-size:13px; }
.fc01 {	color:#C00;	}
.fc02 {	color:#fff;	}
.fc03 {	color:#f30;	}

.aL a{ display:inline-block; padding:5px 8px; text-align:center; background-color:#C00; -webkit-border-radius:8px; border-radius:8px; color:#FFF; text-decoration:none; }
.bL a{
	color: #557d00;
	text-decoration: none;
}

.tb-sty01 {border-collapse: collapse;}
.tb-sty01 td{border:1px solid #ffe466;border-collapse: collapse; padding:6px;}

/*======================================== 上方標題 ========================================*/

.top {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #2a2f39;
	width: 100%;
	text-align: center;
	color: #FFF;
	height: 40px;
	font: 13px/40px Arial, Helvetica, sans-serif;
	}
.top a{ color:#FFF; text-decoration:none;}
.top a:hover{ position:relative; top:1px; left:1px; }
	
	
/*======================================== 桌機版型 ========================================*/

body { background: url(../images/bg.gif) repeat-x;}
.CONTENT{
	clear:both;
	max-width:1000px;
	margin:0px auto 0px;
	padding:40px 0px 0px;
	}
.BANNER {
	clear:both;	
	height:440px;
	background-image:url(../images/banner-bg.gif);
	}
.BANNER-left img{
	float:left;
	}
.BANNER-right img{
	float:left;
	}
.MAIN{
	clear:both;
	background-color:#ffe466;
	overflow:hidden;
	}
.MAIN .box01 {
	clear:both;
	padding:20px 50px;
	}
.MAIN .box01 .left img{
	float:left;
	width:510px;
	}
.MAIN .box01 .right img{
	float:right;
	width:390px;
	}
.MAIN .box02{
	clear:both;
	padding:10px 70px 0px;
	}
.MAIN .box02 h3{
	-webkit-border-radius:10px;
	border-radius:10px;
	width:100%;
	height:40px;
	background-color:#2a2f39;
	text-align:center;
	}
.MAIN .box02 p{
	margin:30px 20px;
	font-size:18px;
	line-height:1.4em;
	}
.MAIN .box03{
	clear:both;
	padding:0px 70px;
	}
.MAIN .box03 h3{
	-webkit-border-radius:10px;
	border-radius:10px;
	width:100%;
	height:40px;
	background-color:#2a2f39;
	text-align:center;
	}
.MAIN .box03 h2{
	margin:20px ;
	line-height:1.3em;
	}
.MAIN .box03 h4{
	clear:both;
	margin:20px ;
	line-height:1.3em;
	font-size:30px;
	margin:20px;
	}
.MAIN .box03 .info{
	margin:20px ;
	overflow:hidden;
	}
.MAIN .box03 .left img{
	width:400px;
	float:left;
	}
.MAIN .box03 .right img{
	width:400px;
	float:right;
	}
.MAIN .box04{
	clear:both;
	padding:0px 70px 10px;
	overflow:hidden;
	}
.MAIN .box04 h3{
	-webkit-border-radius:10px;
	border-radius:10px;
	width:100%;
	height:40px;
	background-color:#2a2f39;
	text-align:center;
	}
.MAIN .box04 h2{
	font-size:22px;
	}
.MAIN .box04 p{
	margin:15px 0px;
	line-height:1.5em;
	font-size:16px;
	}
.MAIN .box04 .info {
	clear:both;
	margin:20px 0px;	
	}
.MAIN .box04 .left {
	float:left;
	width:620px;
	}
.MAIN .box04 .right img {
	float:right;
	}

.EXP dl{
	clear:both;
    background:#FC0;
	padding:25px ;
	margin:30px 40px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
	}
.EXP dt {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#557d00;
	}
.EXP dd{
	font-size:16px;
	line-height:1.5em;
	}
.EXP dd a{
	color:#0066cc;
	font-weight:bold;
	}
.EXP dd a:hover{
	text-decoration:none;
	}
.SELL{
	clear:both;
	background:#FFF;
	text-align:center;
	padding-bottom:10px;
	}
.SELL img{
	margin:15px 0px 0px;
	}
