/*=======================行動公職王@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-color: #2494E3;
	
    }
h1,h2,h3,h4,h5,h6{  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;  }



/*======================================== 共用字型 ========================================*/

h1{ font-size:28px; line-height:1.3em; margin-bottom:15px; color:#a24997; text-decoration:underline;}
h2{ font-size:24px; line-height:1.3em; margin-bottom:5px; color:#4ba139;}
h4{ font-size:15px; line-height:3.2em; color:#eee; float:right; text-align:right; width:50%; display:block; margin:0px; padding:0px;}
h3{ font-size:20px; font-weight:bold; color:#ffea00; margin-bottom:10px;}


.fs01 {	text-decoration:underline;}
.fs02 { font-size:13px; }
.fs03 { font-size:16px; line-height:1.5em; text-align:justify;}
.fs04 { font-size:18px; line-height:1.4em;}
.fc01 { color: #FFFFFF;}
.fc02 {	color:#fff;	}
.fc03 {
	color: #E50E83;
}

.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: #fff;text-decoration: underline;}
.bL a:hover { text-decoration:none;}
.cL a{ color: #000;text-decoration: underline;}
.cL a:hover { text-decoration:none;}
.dL a{ color: #a24a98;text-decoration: underline;}
.dL a:hover { text-decoration:none;}

.tb-sty01 {
	border-collapse: collapse;
	font-size: 15px;
}
.tb-sty01 td{border:1px solid #999; border-collapse: collapse; padding:6px;}

.bg-color01 {
	background-color: #FFFFFF;
}
.bg-color02 {background:#eeeeee;}

/*======================================== 上方標題 ========================================*/

.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;
	width:900px;
	margin:0px auto;
	padding:40px 0px 0px;
	}
.BOX01 {
	background:#cc3300;
	font-size:15px;
	line-height:1.3m;
	border-radius:20px;
	margin:0px 30px 30px;
	padding:20px 35px 30px;
	}
.BOX02 {
	font-size:15px;
	line-height:1.6em;
}
.BOX02 a{
	color:#006e87;
	}
.BOX02 a:hover{
	text-decoration:none;
	}
.BOX03 {
	background:#fff;
	font-size:15px;
	line-height:1.3m;
	border-radius:20px;
	margin:0px 30px 20px;
	padding:20px 35px ;
	}
.BOX03 a{
	color:#006e87;
	}
.BOX03 a:hover{
	text-decoration:none;
	}
.EXP dl{
	clear:both;
	margin:0px 80px;
	}
.EXP dt {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
	}
.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;
	}
	
