@charset "utf-8";
/* CSS Document */

body{font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif; }
h1,h2,h3{
	font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	font-weight: 300;
}

h4,h5,h6,span, p{
	font-family:'Roboto Lt', 'Roboto Th',  'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	font-weight: 400;
}
a {
	/*color: #00a8ff;*/
	/*color:#000;*/
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-family: font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
	color:  #0070bf;
	/*text-decoration: underline;*/
}





html, body{margin:0; padding:0; height:100%;}
#out{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	}

.main_txet{
	display:block;
	position:absolute;
	width:600px;
	height:300px;
	left:50%;
	top:40%;
	margin-top:-150px;
	margin-left:-300px;
	}

.logo{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:3px;
	}


.error_text1{
	width:100%;
	text-align:center;
    font-family: "Roboto";
   font-weight: 300;
   color:#000000;
   font-size:46px;
   margin-bottom:20px;
	}

.error_text2{
	width:100%;
	text-align:center;
    font-weight: 100;
    color:#000000;
    font-size:20px;
    line-height:30px;
	margin-bottom:20px;
	}

.error_ch2{
	font-family:"微軟正黑體";
	}

.error_text2_eng{
	width:100%;
	text-align:center;
  font-weight: 100;
  color:#000000;
  font-size:18px;
  font-family:'Segoe UI';
	}
	

.error_text3{
	width:100%;
	text-align:center;
    font-weight: 100;
    color:#000000;
    font-size:16px;
	color:#00a8ff;
    line-height:30px;
	}
	
.error_text3 a{
	
	color:#00a8ff;
   
	}


@media all and ( max-width: 720px ) {
	.main_txet{
	display:block;
	position:absolute;
	width:95%;
	height:300px;
	left:2%;
	top:50%;
	margin-top:-150px;
	margin-left:0%;
	}

}
