/*=======================行動公職王@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;
	background: url(../images/l_01x06.png);
    }
h1,h2,h3,h4,h5,h6{  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;  }



/*======================================== 共用字型 ========================================*/

h3{ font-size:20px; font-weight:bold; color:#ffea00; margin-bottom:10px;}

.fs01 {	text-decoration:underline;}
.fs02 { font-size:13px; }
.fc01 {	color:#ffea00;	}
.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: #0168b7;
	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:960px;
	margin:0px auto;
	padding:40px 0px 0px;
	}
.BOX01 {
	font-size:18px;
	color:#FFF;
	line-height:1.3m;
	text-align:justify;
	margin:410px 25px 0px;
	}
.BOX02 {
    margin:140px 40px 0px 170px;
	font-size:18px;
	line-height:1.4em;
}
.BOX02 a{
	color:#eb6100;
	}
.BOX02 a:hover{
	text-decoration:none;
	}
.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;
	}
	
