
.css-menu {
	width:100%;
	font-family:'Open Sans',sans-serif;
}
.css-menu > ul{
	
}
.css-menu > ul > li{
	float:left;
	min-height:40px;
}
.css-menu > ul > li a {
	display:inline-block;
	width:100%;
	padding: 10px 15px 10px 15px;
	text-align:center;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-family: "微軟正黑體";
	font-weight: 900;
	white-space: nowrap;
}
.css-menu > ul > li:hover > a,
.css-menu > ul > li.active > a{
	color:#671e1e ;
	background-color:#f3da84;
	-webkit-transition: background-color 0.9s;
	transition: background-color 0.9s;
}



/*手機版 MENU*/
.header_phone .topup {
	display:inline-block;
	margin-top:10px;
	padding:5px 5px 8px;
	float:left;
	width: 10%;
	
	background:#edcc52;
	color:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:3px;
	text-align: center;
	cursor:pointer;
}
.header_phone .block_logo {
	float: left;
    width: 90%;
	height: 50px;
	line-height: 50px;
}
.header_phone .nav {
	display:none ;
	position:relative;
	width:100%;
	float:left;
}
	
.nav li{background-color:#F0FAFB;font-size:15px}
.nav li a{display:block;color:#000;background-color:#FFF;text-decoration:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#C16565;font-size:16px;padding:12px 15px}
.nav li a:hover{background-color:#edcc52;color:#FFF}
.nav li:hover ul{display:block;float:none;margin-top:0;margin-right:0;margin-left:0;background-color:#E2F3F5;padding:0}
.nav li:hover ul li{background:transparent}
.nav li:hover ul li a{padding-left:30px;color:#FFF;background-color:#7BC9D6}
.nav li:hover ul li a:hover{background-color:#6AC1D0}

.nav .memu_floor_close,
.nav .memu_floor_open {
	line-height: 15px;
}
.nav .memu_floor_close {
	display:none;
}
.nav .memu_floor {
	display:none;
}
.nav .memu_floor > a {
	padding-left:30px;
}


/* #logo_mantra 咒語點擊的效果  */
.mantra_href {
	display: inline-block;
	height: 90px;
    width: 100%;
}	
.mantra_href .mantra_pic {
	position: static;
    background-image: url('/images/tbmantra/mantra_1.png');
    width: 100%;
	max-width: 369px;
    height: 90px;
    background-size: auto 90px ;
	background-repeat: no-repeat ;
}
.mantra_href .mantra_bg{
	display:none;
	position: absolute;
	top:0px;
	left:15px;
    width: 369px;
    height:90px;
	
	background-image: url("/images/tbmantra/shine.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
	overflow:hidden;
}
.mantra_href:hover .mantra_pic {
    background-image: url("/images/tbmantra/mantra_2.png");
}

/*20190227*/
.css-menu {
	padding-bottom: 5px ;
}
.css-menu .item_menu > a {
	display: inline-block;
    width: 100%;
    padding: 10px 5px 10px 5px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #c93c13;
    font-family: "微軟正黑體";
    font-weight: 900;
    white-space: nowrap;
    text-shadow: 0.1em 0.1em #dadada;
}
.css-menu .item_menu:hover > a,
.css-menu .item_menu.active > a{
	color: #671e1e;
    background-color: #f3da84;
	-webkit-transition: background-color 0.9s;
	transition: background-color 0.9s;
}