html{
	width: 100%;
	height: 100%;
	background: #eee;
}
body{
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-family: "Helvetica Neue",  sans-serif;
	color: #4e4e4e;
}
.btnBox{
	text-align: center;
	padding: 1% 0 5%;
}
.icon_new{
	padding-left: 2%;
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.newsCategory{
	float: left;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 90px;
	padding: 0;
	margin: 1% 0 0;
	font-size: 1.2rem;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.newsCategory:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
}
.newsCategory.is-news,.newsCategory.is-news:after{
	background: #EF9C00;
}
.newsCategory.is-event,.newsCategory.is-event:after{
	background: #53e122;
}
.newsCategory.is-campaign,.newsCategory.is-campaign:after{
	background: #28d2e3;
}
.newsCategory.is-important,.newsCategory.is-important:after{
		background: #fc288a;
}
@media screen and (min-width: 641px) {
	body{
	font-size: 180%;
	}
}
