body{
	font-family: Meiryo, Verdana, sans-serif;
	margin: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.box-in{
	width: 522px;
	height: 310px;
	-ms-overflow-x: auto;
	    overflow-x: auto;
}
./*box-in::-webkit-scrollbar{
	width: 14px;
	height: 91px;
}
.box-in::-webkit-scrollbar-track-piece{
	width: 14px;
	background: #eee;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.box-in::-webkit-scrollbar-thumb:vertical{
	width: 14px;
	height: 91px;
	background: #D88F30;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}*/
.box-in table{
	width: 476px!important;
}
.box-in table td{
	padding: 20px 0;
}
.news-list{
	list-style: none;
	padding: 0 30px 0 0;
	margin: 0;
	font-family: Meiryo, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
}
.news-list li{
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.news-list span{
	margin-bottom: 5px;
}
.news-list .title{
	width: 92px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	display: block;
	float: left;
}
.news-list .date{
	margin-left: 30px;
}
.news-list .comment{
	margin: 15px 0;
}
.campaign{
	background: #00CA98;
}
.announ{
	background: #3491F1;
}
.other{
	background: #DFB32C;
}