@charset "utf-8";

/*==共同區==*/
@media only screen and (min-width: 320px) and (max-width:768px) {
.Privacy-Title {
	font-family: 18;
	line-height: 24px;
	font-weight: bold;
	color: #FF6666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	background-image: url(../img/About/About-icon-02.jpg);
	background-repeat: no-repeat;
	padding-left: 4%;
	height: 30px;
	margin-bottom: 10px;
}

.Left-BG {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	/*margin-bottom: 30px;*/
	padding-top: 15px;
	height: auto;
	float: left;
	z-index: 999;
	top: -12em;
	position: relative;
}
.Main-Left {
	width: 100%;
	top: 20px;
	padding-bottom: 25px;
}


.Left-Logo {
	
	text-align: center;
}
.Left-Logo img{
	width: 25%;
}

.Left-Button-Top{
	display:none;
	}


.Left-Menu{
	display:none;}

	
.top-menu {
		position: relative;
		min-height: 30px;

	}	
	
.top-menu ul {
	width: 100%;
	padding: 11px 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	z-index: 9999;
	}
.top-menu li {
		display: none; /* hide all <li> items */
		margin: 0;
		color: #000;
		font-size:14px;
		
	}
.top-menu li a{
		color: #333;
	}
.top-menu .current {
		display: block; /* show only current <li> item */
	}
.top-menu a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
.top-menu .current a {
		background: none;
		color: #000;
		font-family:"微軟正黑體";
	}

/* on nav hover */
.top-menu ul:hover {
		color: #000;
		background-image: none;
	}
.top-menu ul:hover li {
		color: #000;
		display: block;
		margin: 0 0 5px;
	}
.top-menu ul:hover .current {
		background: url(images/check.png) no-repeat 10px 7px;
	}


/*nav*/
.nav {
		position: relative;
		min-height: 40px;
		background-color: #D79393;
	}	
	.nav ul {
		width: 100%;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/menu.png) no-repeat 11px 11px;
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
		color: #666;
	}
	.nav .current a {
		background: none;
		color: #fff;
		display:block;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0;
		background-color: #FFFFFF;
	}
	.nav ul:hover .current {
		background: url(../images/menu.png) no-repeat 10px 8px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}


.Right-content {
	width: 100%;
	min-height: auto;
}

.Title-1 {
	font-size: 34px;
	line-height: 40px;
}

/*From 表單設定*/

.Signup-From{
	width: 96%;
	min-height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 2% 2% 60px 2% ;
	}

.From-Text{
	width: 100%;
	margin: 10px 0 10px 0;

	}


.From-Text2{
	width: 100%;
	}

.From-Text21{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	}
	
.From-button {
	padding-right: 8px;
	padding-left: 8px;
	height: 30px;
	margin-right: 10px;
}


.Text1 {
	width: 35%;
	float: left;
	margin-right: 3%;
}
.Text2 {
	width: 50%;
	float: left;
}
.Text3 {
	width: 90%;
	float: left;
}
.Text4 {
	width: 8%;
	float: left;
}

.text-box{
	width: 180%;
	height: 60px;
	}

/*Member*/
.Member-Login-Left {
	width: 100%;
}

.Member-Login-Right {
	display: none;
}

.Member-Table {

	height: 420px;
}

.Login-Left {
	width: 100%;
	margin-left:2%;
}

.Login-Box {
	float: left;
	width: 210px;
	}

.Login-img {
	width: 95%;
	}

.Login-Button {
	width: 200px;
	height: 60px;
}

/*留言板*/

.Message-From{
		padding: 2% 2% 5% 2% ;
		border: none;
	}

.Massage-Add{
	margin: 0 3% 0 0;
	padding: 2% 5% 2% 10%;
	}
.Massage-MyBoard{
	margin: 0 3% 0 0;
	padding: 2% 5% 2% 10%;
	}

/*活動相簿*/

.Activity-list ul li{
	width:100%;
	margin: 0 0 10% 0;
	}

/*Foot*/

.Foot-Wrap {
	width: 100%;
	padding-bottom: 20px;
	position: relative;
	z-index: 99999;
}
.Foot-Left {
	width: 100%;
	height: 100px;
	padding-top: 20px;

}

.Foot-text {
	width: 90%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 2%;
	padding-right: 4.5%;
	padding-left: 5%;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
.Foot-text a{
	color: #FFFFFF;
}

.Foot-Wrap .Foot-Right {
	width: 90%;
	height: 90px;
	padding: 20px 0 0 4%;

}
.Foot-Wrap .Foot-Right span {
	font-size: 15px;
	color: #FFFFFF;
	margin-right: 3%;

}

.Left-ButtonDown{
	height: 50px;
	background-color: #fff;
	}

.Left-Button {
	margin-bottom: 1px;
	background-color: #666;
	background-image: url(../img/Index-Button.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 95%;
	padding-left: 5%;
}

.Left-Button a{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
}

/*Number*/

.Number-All {
	width: 100%;
	margin-top: 20px;
}

.Number-prev, .Number-next {
	width: 40%;
	height: 35px;
	text-align:center;
	line-height: 35px;
}

.Number-text {
	display: none;
}

.scroll_top{
	width: 34px;
	padding-top: 10px;
	height: 26px;
	position: fixed;
	display: none;
	font-size: 12px;
	z-index: 1;
	right: 10px;
	bottom: 300px;
	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;
}

}
