/*下拉menu的屬性*/
.dropdown-menu{position:relative;top:100%;left:0;z-index:1000;display:auto;height:100px;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}

.font_logo1{
font-size:1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
	color: #fff580;
}

.font_big{
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
	font-size:16px;
}

.color_yellow{
	color:#ffeb3f;
}

.color_white{
	color:#ffffff;
}

.bg-primary {
    background-color: #333;
	background-image: url('../images/news/bg_1.jpg'); /*第一區底圖*/

}

.bg-second {
	background-image: url('../images/news/bg_2.jpg'); /*第二區底圖*/
	background-position:center center;

}

.color_black{
	color: #111111;
}
.color_darkgrey{
	color: #333333;
}

.color_green{
	color: #607400;
}

.color_red{
	color: #882537;
}

.color_brown{
	color: #5b3c1d;
}

.color_price{
	color: #b91e3c;
	font-weight:800;
}

.notice
{
	font-size: 17px;
	color: #fff;
}

.rpExt {
    background-color: #44423e !important;
    text-align: left;
}

.alignleft{
	text-align:left;
}

A.nay:link {
	COLOR: #7b9a00; TEXT-DECORATION: none
}
A.nay:visited {
	COLOR: #7b9a00; TEXT-DECORATION: none
}
A.nay:hover {
	COLOR: #fea700; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=2);
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Moz + FF */
	opacity:0.5;
}

		.rPT {
			text-align: center;
			padding: 10px;
		}

		.rPT_item {
    background-color: rgba(255, 157, 0, 0.9);
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

		.rPT_p1, .rPT_p2, .rPT_p3 {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.65);   
			border-bottom: 1px solid #fff;
}

	
		.strongZ {
    color: rgba(247, 255, 5, 1);
    font-size: 18px;
}


