/*** ESSENTIAL STYLES ***/

A:link {color: gray}/*標籤顏色設定*/
A:visited{color: gray}/*滑鼠停在上面時*/
A:active{color: gray}/*點擊時*/
A:hover{color:red}
A{text-decoration:none}/*不要有底線*/

  body {
  color:#666666;
    background-color: #FFFFFF;/*背面顏色*/
	white-space:1200px;
	margin:0px;  }

.botton{
	float: left;
	align: center;
	margin-top:0px;
	width: 100%;
}

.botton1 a:hover{
color: #fc3a63; /* 當滑鼠經過時，超連結文字顏色變成桃紅色 */
position: relative; /* 當滑鼠經過超連結時，超連結往右下位移1像素 */
top: 2px;
left: 2px;
text-decoration: none;
}
.botton1 img{
margin-right:200px;

}
.table{
width:1000px;
height:300px;


}

.footer{
	float: left;
	background-color: #F4F4F4;/*底部顏色*/
	width: 100%;
	text-align: center;
	height: 150px;
	margin-bottom: 0px;
	color: black;
	/*position:fixed;
	bottom: 0px;*/
}
.fofo{
	margin:0 auto;
	width:700px;
	margin-top: 10px;
	/*opacity: 0.7;透明度*/
}
.fo1{
	float: left;
	width: 45%;
	height:84px;
	margin-top:12px;
}
.fo1 img{
	width: 110px;
	position: relative;
	left: 40px;
	top:35px;
}
.fo2{
	float: left;
	width: 49%;
	margin-top: 12px;
	border-left: 1px gray solid;
	line-height: 28px;
	opacity: 0.7;
}
.focopy{
	margin:0 auto;
	width:700px;
	color:rgba(51,51,51,0.4);
	float: left;
	margin-top: 10px;
	font-size: 14px;
}
.botton1{
	background-color:#F4F4F4; color: #666666; position: relative;
}
.botton2 font{
	background-color: #fff;
}

.botton2 a:hover{
	color: #000; /* 當滑鼠經過時，超連結文字顏色變色 */
	position: relative; /* 當滑鼠經過超連結時，超連結往右下位移1像素 */
	top: 2px;
	left: 2px;
	text-decoration: none;
	/*border:1px #000 solid;*/
	}
	/*top*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    color: white;
    cursor: pointer;
	opacity: 0.7;
}
/**/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	
	z-index: 1000;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*bootstrap.css*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}


@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/*style.css*/


/*連結第一層選擇時的樣式*/
.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  padding: 2.4em 1.3em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
  font-weight: 400;
  text-transform: uppercase;
}
/*連結第一層選擇時的樣式*/
.sf-menu a:hover, .sf-menu a:focus, .sf-menu a.active {
background:#333333; !important;/*改色*/
  color: #fff !important;
}
/*連結第一層樣式*/
.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}
/*連結第二層樣式*/
.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}
/*MENU位子*/
#fh5co-menu-wrap {
  position: relative;
   1;
  display: block;
  float: right;
}

/*改變第二層選單是靠左還是靠右*/
#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color:#480300!important;/*00ADB5*/
  background: none !important;
}

.fh5co-portfolio-section {
  padding-top: 7em;
}