@charset "utf-8";
body {
	font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

.thumbnail{
	width: 100%;
	height: auto;
	margin-bottom: 6px;
	border: 1px solid #CCC;
}

h3{
	font-size: 14px;
	font-weight: normal;
	font-family: 'HelveticaNeueW01-65Medi';
	margin: 0;
	padding-bottom: 4px;
	color: #333;
}
p{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #444;
}
a:link, a:visited, a:active {
	font-size:			14px;
	font-weight: 		normal;
	color: 				#444;
	text-decoration: 	none;
	line-height: 		20px;
}
a:hover{
	color: 				#7f8b01;
	text-decoration: 	underline;	
}
table{
	float: left;
	padding: 0 4% 3% 0;
	width: 33%;
}

.wrapper{
	width: 100%;
	max-width: 1100px;
}

@media (max-width: 700px){
	table{
	padding: 0 4% 4% 0;
		width: 50%;
	}
}

@media (max-width: 480px){
	table{
		float: none;
		padding: 0 0 4% 0;
		width: 100%;
	}
}