@charset "utf-8";

/* index.css */

#works {
	background:#FFF;
	padding:20px 35px 35px 35px;
}
#works p.lead {
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
}
table.highestAward {
	margin-bottom:20px;
}
table.highestAward p.bold span {
	font-size:126%;
	display:block;
}

.lineV {
	width:1px;
	background:url(../img/item_dot02.gif) repeat-y;
}
.lineH {
	height:1px;
	background:url(../img/item_dot01.gif) repeat-x bottom;
}
.workColumn {
	padding:20px;
	vertical-align:top;
}
.workColumn h3.credit {
	font-weight:bold;
	margin-bottom:5px;
}
.workColumn h3.credit span {
	font-size:126%;
	display:block;
}
.workColumn .thumbnail {
	width:330px;
	margin:0 auto 5px;
}
.workColumn .thumbnail .prize {
	float:left;
	width:77px;
}
.workColumn .thumbnail .photo {
	float:right;
	width:250px;
	text-align:center;
}


table p.comment .tits {
	display:block;
	text-decoration:underline !important;
}


/* clearfix */


.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/

.clear {
	clear: both;
}




