@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");

body, section, div, a{
	padding:0;
	margin:0;
}
img{
	border:none;
	width:90px;
	box-sizing:border-box;
	border: 1px solid #797979;
}
a{
	display:block;
	text-decoration:none;
	flex-basis:20%;
	justify-content:center;
	text-align:center;
	margin:0 0 2px;
}
section{
	font:12px/1.3 "M PLUS 1p", sans-serif;
	display:flex;
	box-sizing:border-box;
	flex-wrap:wrap;
	width:620px;
	height:400px;
	padding-top:5px;
	overflow:hidden;
	background-color: #fff3f3;
	border: 1px solid #e1e1e1;
}
.title{
	margin-bottom:2px;
	color:#000;
}
.date{
	font-size:0.9em;
	background-color: #F44336;
	border-radius:5px;
	padding: 0 10px;
	color:#FFF;
}