@charset "utf-8";
/* CSS Document */
	.boxcontent {
	float: left;
	width: 315px;
	font-size: 80%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
.boxcontent a {
  color: #000;
  text-decoration: none;
  width: 305px;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin:5px;
}
.boxcontent a:hover {
  background: #ececec;
}

	
	.box1 {
	width: 650px;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
/*		border: 2px solid #333333;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding:5px;*/
	}
	div:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	div.box2 {
		clear: both;
	}
.cat {
	font-size: 72%;
	line-height: 200%;
	text-align: center;
	display: block;
	background-color: #f97e76;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

.figure {
	width: 56px;
	float: left;
	margin-right:5px;
	border:1px solid #CCC;
	padding:2px 2px 2px 2px;
}

.time {
	font-weight:bold;
}
