body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft JhengHei", sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center center;		
}

map *:focus{
outline:none;
} 


.header {
	text-align: center;
}



.container {
	width: 1000px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

.container2 {
	width: 1000px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container3 {
	width: 1000px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		background-color: #FFFFFF;
}


.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #3fb6a1;
	text-align: center;
}

.footer a:link {
	text-decoration: none;
		color: #FFFFFF;}

.footer a:active {
		text-decoration: none;
		color: #FFFFFF;}

.footer a:visited {
		text-decoration: none;
		color: #FFFFFF;}
 
.footer a:hover{
		text-decoration: none;
		color: #FFFFFF;}


.img100 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.img100 img {
	width: 100%;
	height: auto;
}

.img101 {

}

.img101 img {
	width: auto;
	height: auto;
}

.from {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	overflow:hidden;
}

.wd01 {
	font-size: 35px;
	line-height: 50px;
	color: #666666;
}

.wd02 {
	color: #FF0000;
}

.broder {
	width: 100%;
	border: 1px solid #CCCCCC;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.broder2 {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.box1 {
	float: left;
	width: 47%;
	margin-right: 3%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 10px;
}

.box2 {
	float: left;
	width: 97%;
	margin-right: 3%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 10px;
}

.button_3-1 {
	border: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 40px!important;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #3fb6a1;
	padding-right: 60px !important;
	padding-left: 60px !important;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px!important;
	padding-bottom: 5px!important;
	height: 40px!important;
	margin-top: 20px;
}



@media (max-width: 1024px){
.container{
    width: 100%;
}
.container2{
    width: 100%;
}

.container3{
    width: 100%;
}


}

@media (max-width: 600px){
.img101 img {
	width: 90%;
	height: auto;
}

}