@charset "utf-8";
body,td,th {
	font-family: "微軟正黑體";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
.font_white {
	color: #ffffff;
	text-decoration: none;
}
.bg {
	position: fixed;
	/*background-image: url(https://farm8.staticflickr.com/7752/17978073149_2e4fd64fb2_o.jpg);*/
	
	background-image: url(/images/into18.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.right {
	float: right;
	height: 28px;
	font-size: 15px;
	color: #828282;
	padding-top: 20px;
	padding-right: 50px;
	position: fixed;
	top: 20px;
	right: 50px;
}

.main {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 2;
	text-align: center;
	left: 52%;
	top: 50%;
}
.yes {
	font-size: 30px;
	line-height: 80px;
	color: #FFF;
	background-color: #2F7FBC;
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	margin-right: 20px;
	text-align: center;
}
.yes a:hover {
	background-color: #18578A;
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 80px;
}
.no {
	font-size: 30px;
	line-height: 80px;
	color: #FFF;
	background-color: #FE7E37;
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	text-align: center;
}
.no a:hover {
	background-color: #FFBC37;
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 80px;
}


.foot1 {
	font-size: 12px;
	line-height: 26px;
	color: #BCBCBC;
	text-decoration: none;
	float: left;
	height: 26px;
	width: 100%;
	position: fixed;
	bottom: 60px;
	text-align: center;
}
.foot2 {
	font-size: 36px;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	float: left;
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
}
