@charset "utf-8";

@media only screen and (min-width: 769px) {
.Left-BG {
	background-color: rgba(255, 255, 255, 0.6);
	width: 18%;
	top: 0px;
	margin-bottom: 30px;
	margin-right: 2%;
	height: auto;
	float: left;
	position:relative;
}
.Main-Left {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

.Left-Logo {
	text-align: center;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0);
}
.Left-Logo img{
	width: 85%;
}

.top-menu{
	display:none;}
	
.Left-Menu {
	display:block;
	}
.Left-Menu {
	margin-bottom: 30px;
}

.Left-Menu ul li {
	color: #333333;
	line-height: 32px;
	font-size: 16px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-left: 12%;
}

.Left-Menu ul li a{
	color: #333333;
}
.Left-Menu ul li a:hover{
	color: #FF2626;
}

/* nav */
.nav {
	position: relative;
	margin: 0;
	top: 0;
	height: 45px;
}
.nav ul {
	width:auto;
	margin: 0;
	padding: 0;
	background: none;
	}
.nav li {
	display: block;
	width: auto;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	margin:  12px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
.nav a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.nav  a:hover {
	color: #d0d0d0;
}


.nav .current a {
	display:none;
}




/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
	display: block;
	margin:  12px 0 0 0;
	color: #d0d0d0;
	background-color: transparent;
	}	
	.nav ul:hover .current {
		background:none;
	}



.Right-content {
	width: 75%;
	min-height: 558px;
}

.Number-All {
	width: 100%;
	margin-top: 20px;
	margin-left: 30%;
}


.Left-Button-Top{
	display: block;
	}
.Left-ButtonDown{
	display:none;
	}

.Title-1 {
	font-size: 48px;
	line-height: 50px;
}


/*From 表單設定*/

.Signup-From{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
	padding-left: 2%;
	}
	
	
.From-Text{
	width: 100%;
	margin: 10px 0 10px 0;

	}

.From-Text2{
	width: 30%;
	}

.From-Text21{
	width: 100%;
	text-align: center;
	}
	
.From-button {
	padding-right: 8px;
	padding-left: 8px;
	height: 30px;
	margin-right: 10px;
}


.Text1 {
	width: 12.5%;
	float: left;
	margin-right: 3%;
}
.Text2 {
	width: 33%;
	float: left;
}
.Text3 {
	width: 80%;
	float: left;
}

/*Member*/
.Member-Login-Left {
	width: 46%;
}

.Member-Login-Right {
	display: block;
}

.Member-Table {
	height: 315px;
}

.Login-Left {
	width: 66%;
	margin-left:2%;
}

.Login-Box {
	float: left;
	width: 120px;
	}

.Login-img {
	width: 95%;
	}

.Login-Button {
	width: 90px;

}


/*留言板*/
.Message-From{
	border: 5px solid #EEE;
	padding: 2% 2% 30px;
	}

.Massage-Add{
	margin: 0 3% 0 0;
	padding: 0.8% 2.5% 0.8% 4.2%;
	}
.Massage-MyBoard{
	margin: 0 3% 0 0;
	padding: 0.8% 2.5% 0.8% 4.2%;
	}

/*活動相簿*/

.Activity-list ul li{
	width:29%;
	margin: 0 3.32% 5% 0;
	}


/*Foot*/

.Foot-Wrap {
	width: 100%;
	padding-bottom: 20px;
	position: relative;
	z-index: 99999;
	height: 53px;
	top: 0px;
	bottom: 0px;
	
}

.Foot-Left {
	width: 50%;
	height: 45px;
	padding-left: 2%;
	padding-top: 26px;
	background-color: rgba(0, 0, 0, 0);
	float: left;
}

.Foot-Wrap .Foot-Right {
	padding: 12px 0 0 4%;
}


.Foot-text {
	width: 10%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4%;
	border-bottom-style: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.Foot-text a{
	color: #FFFFFF;
}

.Foot-Wrap .Foot-Right {
	float: right;
	width: 40%;
	height: 45px;

}
.Foot-Wrap .Foot-Right span {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	margin-right: 1%;	
}

.Foot-Wrap .Foot-Right img {
	margin-top: 0px;
}

.scroll_top{
	width: 34px;
	padding-top: 10px;
	height: 26px;
	position: fixed;
	display: none;
	font-size: 12px;
	z-index: 1;
	right: 10px;
	bottom: 75px;
	background: #666;
	display: none;
	text-align: center;
	color: #FFF;
}
.scroll_top:hover{
  background: #F36;
}

.scroll_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: none;
}

}