/**************************************************************************************/
/* 2018/11/19　お知らせのタグ追加*/
/**************************************************************************************/
.news_tag {
	margin-right: 5px;
	padding: 1px 3px;
	font-size: 0.8em;
/*	border: solid 1px #fff;*/
}
.newsindex_item .new {
	background: #fb6e1a;
	color: #fff;
}
.newsindex_item .import {
	background: #d20404;
	color: #fff;
}
.newsindex_item .campaign {
	background: #fb386f;
	color: #fff;
}
.newsindex_item .rent {
	background: #0458bf;
	color: #fff;
}
.newsindex_item .sale {
	background: #35bf04;
	color: #fff;
}
