@charset "utf-8";


@media only screen and (min-width: 960px)  {
.mob1{display:none;}
}

/* -------- index -------- */
.sub-menu{
	margin-top: -10px;
	background: url('images/dark-content6-bg.png');
}
.sub-menu  title{
	color:#000000;
}

.maT6{
	margin-top: 6px;

}
.maL10{
	margin-left: 10px;

}
/*--------company---------*/
.maL15{
	margin-left: 15px;
}
.maR15{
	margin-right: 15px;
}
.paLTR{
	padding: 10px 10px 0px 10px;
}
.paLBR{
	padding: 0px 10px 10px 10px;
}
.pa10{
	padding: 10px;
}

.paTB5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.paL10{
	padding-left: 10px;
}
.paLR10{
	padding-left: 10px;
	padding-right: 10px;
}
.textbar{
	height: 40px;
	background: url('images/dark-bar-bg.png');
}
.paT5{
	padding-top: 5px;
}
.paT10{
	padding-top: 10px;
}
.paT20{
	padding-top: 20px;
}
.paT25{
	padding-top: 25px;
}
.paTL2{
	padding-top: 4px;
	padding-left: 12px;
}
.paL15{
	padding-left: 15px;
}
.fl03 {
letter-spacing: 0.3em;
}
.fs11{
	font-size: 1.1em;
}
a.fs14{
	font-size: 1.4em;
}

.company> .content-with-sidebar1{ float:left; width:45%;	}
.company> .left-col-with-sidebar1{	width:45%; float:left;}
.company> #right-col{ width:45%; }


.fs16p{
	font-size: 16px;

}

.list_two img{
	align: middle;
}

.picfix img{
	width: 51px;
	height: 51px;
}

#squ{
	background-color: #666666;
	height: 100px;
	width: 50%;
	margin-left: -72px;
	padding-left: 10px;
	}
/*#squ:hover{
	background-color: #666666;
	height: 100px;
	width: 50%;
	margin-left: -52px;
	padding-left: 10px;
	cursor: pointer;
	opacity: 0.9;
	
}*/
.fonco p{
	color:#ffffff;
	padding-top:8px;
	

}
.videom a{
	color: #ffffff;
	font-size: 14px;
}
.videom p:hover{
	color:#ffffff;
	background-color: #f6ad3e;

}

.bu1 button, .bu2 button{
	height: 100px;	
	text-align: center;
	background-color: #666666;
	color:#ffffff;
	opacity: 0.6;


}
.bu1 button:hover, .bu2 button:hover{
	height: 100px;
	background-color: #f6ad3e;
	cursor: pointer;	
	text-align: center;


}

.footdark h5, .footdark p, .footdark a:link{
	color:#ffffff;
	font-size: 14px;
}
.footdark a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#sec-selector {
	
	border: 1px solid #CCCCCC;
}
.linedown{
	height:5px;
	border-bottom:2px solid #ffffff;
}

.bbtn {
	margin:18px 10px 0 0px;
	padding:3px;
	border:1px solid #999999;
	border-radius:5px;
}
.bbtn1 {
	margin:18px 20px 0 0px;
	padding:3px;
	border:1px solid #999999;
	border-radius:5px;
}

.mar2{
	
	padding:5px 0;
}

#news{
	z-index:99999;
	position:absolute;
	top:500%;
	left:45%;
	right:150px;
	/*background: url('@{ImagesDir}@{ThemePrefix}-content0-bg.png');*/
}

.CSSTableGenerator {

	margin:0px 3% 0px 1%;padding:0px;
	width:95%;
	/*box-shadow: 10px 10px 5px #888888;*/
	/*border:1px solid #999999;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	border:1px solid #999999;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	/*background-color:#ffffff;*/
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	/*font-size:10px;*/
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
	border:0px solid #999999;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
td.subtitlea{
	width: 25%;
	
}

td.subtitleb{
	background-color:#cccccc;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.image_frame2{
	position:relative;
	cursor:pointer;
	border:2px solid #ac9971;
}
.image_frame2 > a{
	display:block;
	padding:0;
	margin:0;
	font-size:0px; 
}
.dotline{
	clear:both; margin-top:25px; height:1px;
	border-bottom: 1px dotted #ac9971;
}
#rm2 img:hover{
	
	opacity: 0.8;
}
.hoverWrapperLink1{
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background-color:rgba(204, 204, 204, .7);
	z-index:9998;
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	right:5px;
	top:75px;
	left:bottom;
}

.hoverWrapperLink1{ bottom: 80px; background-image:url('images/light-blog-zoom.png');}

li {
	list-style: none;
}

/*rest1.php*/
.restfood {
	margin:0px 3% 0px 1%;padding:0px;
	width:95%;
	/*border:1px solid #999999;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.restfood table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	border:1px solid #999999;
}.restfood tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.restfood table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.restfood table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.restfood tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.restfood tr:hover td{
	
}
.restfood tr:nth-child(odd){ background-color:#ffffff; }
.restfood tr:nth-child(even)    { background-color:#ffffff; }.restfood td{
	vertical-align:middle;
	
	
	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.restfood tr:last-child td{
	border-width:0px 1px 0px 0px;
}.restfood tr td:last-child{
	border-width:0px 0px 1px 0px;
}.restfood tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/*.restfood tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.restfood tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}*/
.restfood tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.restfood tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
td.subtitle1{
	width: 25%;
	background-color:#cccccc;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	
	
}
/*推薦btn*/
.push{
	margin-left:10px;
	background: #d90000;
	padding:2px 6px 2px 6px;
	color: white;
	font-size: 14px;
}
