@charset "utf-8";
/* style-clear-layout.css — 消費站（線上申辦）版面/工具樣式，維持全域（不 scope）。
   由 style-clear-hf.css 拆出：reset 部分已 scope 到 .sonet-hf 避免污染整頁；
   本檔含 #wrap/#crumb/#notice/#subcontent/#maincontent/.cobrand/.adbox/.cf/.pc/.sp 等站台版面，
   申辦頁（如麵包屑 #crumb li float、雙欄 #subcontent/#maincontent）依賴之，故保持全域。 */

/* Clearfix Styles
----------------------------------------------- */
.cf{zoom:1;}
.cf:before, .cf:after{content:""; display:block;}
.cf:after{clear:both;}

/* font color
----------------------------------------------- */
.attention{color:#cc0000;}
.attention2{color:#cc6600;}

.btattention{color:#cc0000;}

/* General Styles
----------------------------------------------- */

/*=============================PC=============================*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

article { 
    padding: 10px 0px;
    line-height:1.2em; }

article p{
    text-align: justify;
    margin-bottom: 10px;
	line-height:170%;
}
#wrap{
	width: 1000px;
	margin: 0 auto;overflow:hidden;clear:both;
}


#notice{
	display: block;
	background-color: #fee6e6;
	width: 1000px;
	line-height: 2.188em;
	padding: 0 10px;
	margin:20px auto 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
#notice .close{
	float:right;
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
}
#notice .close:hover{top:6px;}

/*-----------暻萄�撅�------------*/
#crumb{
	width: 1000px;
	height: 30px;
    margin:10px auto 0px;
	padding-left: 10px;
	font-size: 0.8em;}

#crumb li{ 
	float: left;
	line-height: 1.875em;
	padding: 0 1px 0 0;
    }

#crumb li a{ color: #666;}
#crumb li a:visited{ color: #666;}
#crumb li a:hover{ color: #666;}
#crumb li a:active{ color: #666;}


#subcontent{
	width: 20%;
	float: left;
}

#maincontent{
	width: 100%;
	float:left;}

.cobrand{clear:both;
  text-align: right;
  margin: 10px auto 0;padding-right:5px;}
.cobrand span{line-height:2.813em;font-size:0.75em;color:#a7a6a6;vertical-align:middle;float:right;}
.cobrand img{float:right;margin-left:10px;height:45px;width:auto;}
.noshow{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.adbox{
	width: 100%;
	/*height: 90px;*/
	text-align: center;
	overflow: hidden; 
    padding-top: 30px;
}

.adbox a{
	display: inline-block;
	width: 100% !important;
	max-width: 900px;
	height: auto;
}

/*=============================mobile=============================*/

@media screen and (max-width: 736px){

	*{
		font-family: Arial, helvetica, "微軟正黑體", sans-serif;
		/*---------color: #252525;-----------*/
		font-size: 1em;
		letter-spacing: 0.4px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;}

	body{
		width: 100%;
		min-width: 320px;
	}
	a{ color: #314da5; text-decoration: none;}
	a:visited{ color: #660099;}
	a:hover{ color: #414da5;}
	a:active{ color: #dd4b39;}

	article { 
		padding: 10px 15px;
		}

	article p{
		text-align: justify;
		margin-bottom: 10px;}
	#wrap{
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		}

	#subcontent{
		display: none;
		width: 200px;
		float: none;
		}

	#maincontent{
		width: 100%;
		margin-left: 0px;}
	#notice{
        width: 100%;
	    
    }

	#crumb{
		width: 100%;
		height: 30px;
		font-size: 0.875em;}

	#crumb li{ 
		float: left;
		line-height: 1.875em;
		padding: 0 1px 0 0;}

	#crumb li a{}

	.adbox{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		padding: 10px 15px;
	}

	.adbox a img{
		width: 100%;
		height: auto;
	}
    
}


