/* CSS Document */
#news_detail {
	margin:0px auto 100px;
}
#n_list {
	position:absolute;
	top:5px;
	right:10px;
}
#n_list a {
	color:#fff;
	text-decoration:none;
}
#n_list a span {
	color:#474747;
	font-weight:bold;
	padding:0 0 0 3px;
}

#n_detail_box {
	width:100%;
	margin:10px auto 0;
	background-color:#000;
}
#n_detail_img {
	width:100%;
}
#n_detail_text {
	width:100%;
	padding:15px;
	box-sizing:border-box;
	float:left;
	color:#fff;
}
#n_detail_text h3 {
	font-weight: normal;
	margin:5px 0 10px;
}
#n_date {
	width:83px;
	height:20px;
	background-color:#919191;
	border-radius:5px;
	line-height:20px;
	text-align:center;
}
