@charset "utf-8";
/*顏色*/
.c_w{
	color: #fff!important;
}
.c_bk{
	color: #000!important;
}
/*邊框*/
.border_w{
	border: 1px solid #fff!important;
}
.border_bk{
	border: 1px solid #000!important;
}

/*背景*/
.bg_w{
	background-color: #fff!important;
}
.bg_bk{
	background-color: #000!important;
}
/*加粗*/
.txt_strong{
	font-weight: bold!important;
}

/*第三種字體大小*/
.tag-header-s{
	font-size: .5em;
}