﻿/* CSS Document */
/****************** Reset *****************
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,*/
div, ol, ul, li, span 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
}
.blackbar {
	width: 100%;
	height: 30px;
	position: fixed;
	top:0;
	background-color: #000;
	z-index: 999;
}
.box_blackbar_s {
	width: 100%;
	height: 30px;
	position: fixed;
	top:0;
	background-color: #000;
	z-index: 999;
}
.blackbar_s {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-family: "新細明體";
}
.linkbox_l {
	/*width: 300px;*/
	float: left;
	text-decoration: none;
	color: #fff;
}
.linkbox_l:hover {
	text-decoration: underline;
}
.linkbox_r {
	width: 365px;
	float: right;
	text-align:right;
}
.box_topnavi {
	/*width: 454px;*/
	width: 410px;
	height:30px;
	float: right;
	font-family:"新細明體";
}
/*-----------------------關鍵字-------------------------*/
.topnavi {
	/*width:290px;*/
	width: 70px;
	height:30px;
	font-size:13px;
	float:left;
	cursor:pointer;
	
}
.topnavi ul {
	width: 105px;
    list-style:none;
    float:left;
    margin-top:-1px;
}
.topnavi ul li {
	width: 70px;
	height:30px;
	text-indent: 10px;
	float: left;
	position: relative;
	text-align: left;
	z-index:5;
}
.topnavi ul li:hover {
	color:#000;
	background-color:#fff;
}
.topnavi ul li a {
    text-decoration:none;
    color:#292929;
    width:70px;
    padding-top:10px; 
    text-indent: 0px;  								  
}									  
.topnavi ul li a:hover{
	height:36px;
	color:#000;
	border-bottom:2px solid #e40177;
}
.topnavi ul li ul {
	display:none;
}
.topnavi ul li:hover ul {
	display:block;
	width:120px;
	height:170px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 10px;	
	border-left:1px solid #5c5c5c;
	border-right:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
    position:absolute;
    margin-left:-1px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.5); 
	background-color:#fff;
}
.topnavi ul li:hover ul li {
	width:105px;
}
.topnavi ul li:hover ul li a {
	display:block;
	width:95px;
    height:45px;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    padding:0px 10px 0px 0px;
    color:#000;
    line-height:45px;
    text-align:left;
}				   
.topnavi ul li:hover ul li a:hover {
	height:36px;
	border-bottom:2px solid #e40177;
}
.text_white {
	color: #fff !important;
	text-decoration: none;
}
.text_white:hover {
	text-decoration: underline;
}
.text_white_line {
	color: #fff;
	text-decoration: underline;
}
.text_white_line:hover {
	text-decoration: none;
}
.text_yellow {
	color: #fff000 !important;
	text-decoration: none;
}
.text_yellow:hover {
	text-decoration: underline;	
}
.s_mr20 {
	 margin-right: 20px;
}
.hs_left {
	float: left;
}