body{
	font-family: helvetica, 微軟正黑體;
	background-color: #000;
	background-position:center top;
	background-attachment:fixed;
	background-repeat:repeat;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	text-align:center;
}

img{
	border:0px;
}

ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul > li{
	margin:0px;
	padding:0px;
}
a{
	margin:0px;
	padding:0px;
}

.text_red{
	color: red;
}
/*--需要消失的手機版區塊--*/

.roc_menu_mb{
	display: none;
}



/*----menu----*/ 

.roc_menu{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.5) ;
	background: url(../images/menu_bg.jpg) repeat-x;

}


/*
.roc_menu img{
	width:25%;
}
*/


/*----kv----*/ 
.roc_kv{
	width:1000px;
	margin:0px auto;
	margin-top: 80px;
}
.roc_kv img{
	width:100%;
}
.btn_signup{
	margin:50px auto;
	text-align: center;
}

/*----徵選辦法----*/ 
.roc_part1{
	padding: 100px 0px;
	width: 100%;
	background: url(../images/bg1.jpg);
	
}
.roc_box{
	width:1000px;
	margin:0px auto;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
.roc_box a{
	color: #ff0000;
	text-decoration:none;
}
.roc_box a:hover{
	color: #fff100;
	text-decoration:none;
}
.jtr_box{
	padding-top:100px;
	width:1000px;
	margin:0px auto;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}

/*----徵選辦法----*/ 
.roc_part2{
	padding: 100px 0px;
	width: 100%;
	background: url(../images/bg2.jpg);
	background-size:cover;
}
.msg_box{
	width:1000px;
	margin:0px auto;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}
.game_text_box{
	padding-top:100px;
	width:1000px;
	margin:0px auto;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}
/*==如果不要捲軸效果 把這邊註解掉就好==*/
.msg_text_box{
	margin-top:50px;
	padding: 20px;
	border: 1px #5c0309 solid;
	background-color:rgba(0,0,0,0.7);
	height: 450px;
	overflow-x:hidden;
	overflow-y:auto;
}
.msg_text_box::-webkit-scrollbar { width: 12px; }
.msg_text_box::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; } 
.msg_text_box::-webkit-scrollbar-thumb {background:#5c0309; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } 
.msg_text_box::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); } 


/*==如果不要捲軸效果 end==*/

/*----徵選流程----*/ 
.roc_part3{
	padding: 100px 0px;
	width: 100%;
	background: url(../images/bg3.jpg);
	background-size:cover;
}
.process_box{
	width:1000px;
	margin:0px auto;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-align: left;
}
.process_text{
	margin:0px auto;
	width: 70%;
}
.process_text_title{
	background: url(../images/icon.jpg) no-repeat;
	background-position:10px 15px;
	background-color: #3b3739;
	padding-left: 60px;
	line-height: 300%;
	margin: 20px 0;
}

.process_table{
	border: 1px #fff solid;
	background: #000;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
}
.process_table tr,th,td{
	border: 0px;
}
.process_table th{
	background: #860303;
	padding: 10px 10px;
}
.process_table td{
	font-size: 16px;
	padding: 20px 15px;
}
.process_table_trbg_gary{
	background: #1b1b1b;
}


