.contestListBox {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 5px 5px 10px;
}
.contestListBox .contestListThumb {
	float: left;
	width: 75px;
	text-align: left;
}
.contestListBox .contestListThumb img {
	border: 1px solid #ccc;
}
.contestListBox .contestListMain {
	line-height: 120%;
	float: left;
	width: 185px;
}

.contestListMain h3 {
	margin: 0 0 0.1em 0;
	padding: 0;
	font-size: 75%;
	border: none;
	line-height: 120%;
}
.contestListMain h3 em {
	margin: 0 0 0 0.2em;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
.contestListMain p {
	margin: 0;
	padding: 0;
}



/* clearfix */
.contestListBox:after
 {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.contestListBox
 {  
	display: inline-block;  
	zoom: 100%;  
}
