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


#content ul {
	list-style-type: none;
	padding-left:0;	
	border-top:1px solid #eee;
}
#content ul li {
	margin0:10px 0;
	padding:10px 0;
	border-bottom:1px solid #eee;
	text-indent:0;
}

.news-cat {
	display:inline-block;
	color:#fff;
	width:5em;
	text-align:center;
	padding:2px;
	font-size:12px;
	margin-right:1em;}
.new {
	background:#F60;
}
.start {
	background:#C03;
}
.end {
	background:#666;
}
.date {
	display:inline-block;
	margin-right:1em;
	font-weight:bold;
}
@media (max-width: 768px) {
	body {
		padding-top:100px;
	}
}