@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	font-family: '微軟正黑體';
}
#mbtx299 {
	text-align: center;
	margin: 0 auto;
	border: 0px;
	width: 100%;
	max-width: 1000px;
	background-color: #000;
}
#mbtx299 .step {
	background: url(https://asset.msi.com/event/mb/2017/tw_x299nier/images/bg01.jpg) no-repeat bottom;
	text-align: center;
	padding-top: 30px;
	max-height: 1300px;
}
#mbtx299 .step a {
	color: #FFF;
}
#mbtx299 .step p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 0px;
}
#mbtx299 .step h1 {
	color: #fe0000;
	font-size: 36px;
	background-color: rgba(255,0,0,0.2);
	border-radius: 10px;
	border: 2px solid #fe0000;
	padding: 20px;
	font-weight: 600;
	width: 50%;
	margin-left: 25%;
	text-decoration: none;
}
#mbtx299 .step a:hover {
	text-decoration: none;
	color: #F00;
}
#mbtx299 .step h1:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}
