@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	    font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul{
	    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul li{
	    list-style: none;
}


.Rights {
	width: 100%;
	margin: 20px auto;
	text-align:center;
}

.by {
	width: 100%;
	text-align: center;
}
.computer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	height: 100%;
	   display:block;

}


.response {
  display:none;
}




@media (max-width: 767px) {
.by {
	margin-bottom: 50px;
}
.computer {
    width: 100%;
	display:none;
}

.response {
  display:block;
}
}  