@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:500,300");
body {
	font-family: "Roboto", Microsoft JhengHei, Helvetica, sans-serif;
	background-color: #FFF;
}

#body_box{
	position: relative;
	width: 100%;
	left: 0px; 
	padding: 10px; 
	text-align: center; 
	border-top: #666666 solid 1px; 
	left: 0px;
}

@media screen and (max-width: 1200px){
	.menu_text{
		cursor: pointer;
		padding:10px; 
		font-size: 30px;
		white-space:nowrap; 
		color: #666;
	}

	.menu_text:hover {
		color: #FF0004;
	}
	#body_box{
		font-size:30px;
	}
	
}
@media screen and (min-width: 1201px) {
	.menu_text{
		cursor: pointer;
		padding:10px; 
		font-size: 20px;
		white-space:nowrap; 
		color: #666;
	}

	.menu_text:hover {
		color: #FF0004;
	}
	#body_box{
		font-size: 20px;
	}
	
}

#body_note{
	word-break: break-all;
	text-align: left;
	width: 500px;
	font-size: 16px;
}

.news_block{
	border-bottom:1px solid #BBBBBB; 
	width:810px; 
	cursor: pointer;
	display: inline-block;
	width: 600px;


}

.sta_inf{
	font-family:Arial, 微軟正黑體;
	font-size:14px;
	line-height: 23px;
	
}

.td_ago{
	font-size:20px;
	font-weight:bold;
	padding:10px;
}

.td_rem{
	line-height: 28px; 
	font-size:20px; 
	font-weight:bold; 
	padding:10px; 
	color:red;
}

.td_list{
	font-size:20px; 
	font-weight:bold;
	padding:10px;
}

.td_teamtitle{
	font-weight:bold; 
	font-size:16px; 
	color:#0000EE;
}

.tr_listtitle{	 
	color:#FFFFFF;
	text-align:center;
}

ul.p1 {
	line-height: 1.55em;
	
	list-style-type:none; 
	list-style-position: outside;
	
	text-indent: -2em;
}

#apply_inf tr:nth-child(even) {background: #FFFFF;}
#apply_inf tr:nth-child(odd) {background: #F2F2F2;}
#apply_inf td{border:#CCC 1px solid;}

#apply_inf{
	border:#CCC 1px solid;	
}

#static0, #static1, #static2, #static3 
{
	border:#CCC 1px solid;
	font-weight: bolder;
	
} 

#static3 {color:#008000;}
#static2 {color:#00ACE5;}
#static1 {color:#FF5858;}
#static0 {color:#CC0099;}
#error_massage_box{
	font-size:12px;
	color:#f00;
}