@charset "utf-8";
/* CSS Document */




.txt{
	margin: 0 1em 1em;
}


.thum_list {
	margin-bottom: 20px;
}


.prize_month {
	margin: 0 1em;
	font-weight: bold;
}


.thum_items {
	display:inline-block;
	vertical-align:top;
	width: 200px;
	margin:30px 25px;
	text-align: center;
}


.thum_items .name {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.5em;
	line-height: 1.3em;
	
}


.thum_items .caption {
	font-size: 0.8em;
	line-height: 1.2em;
	
}



.thum_items .production {
	margin-top: 5px;
	font-size: 0.8em;
	color: #069;
	
}


















.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
