@charset "UTF-8";
/* CSS Document */
body {
}
p {
	font-size:16px;
	line-height:26px;
	color:#000000;
}


/*
marquee
------------------ */
.marquee {
	display: block;
	padding:0px 0 0 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	/* optional */
    width: 100%;
	height: 26px;
}
.marquee li {
	margin:0px 10px 0px 10px;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	list-style:none;
	position: absolute;
    top: -999em;
	left: 50px;
	display: block;
	white-space:nowrap;
	/* optional */
	padding: 0px 0px 0px;
}
.marquee li span.date {
	font-size:15px;
	line-height:14px;
	font-weight:bold;
	color:#ffffff;
	margin-right:8px;
	padding:6px;
	background:#69B649;
	display:block;
	float:left;
	border-radius:2px;
	margin-top:4px;
}
.marquee li span.tit {
	font-weight: bold;
	color: #D53F05;
	padding-right: 7px;
}
.marquee li p {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:19px;
}
