@charset "UTF-8";
/* list.css */

#Contents h2 {
	margin-bottom:20px;
}
#FeatureList ul {
	list-style-type:none;
}
#FeatureList .contestSet {
	clear:both;
	border:solid 3px #FFFFFF;
	padding:15px 20px;
	overflow:hidden;
}
#FeatureList .listOdd .odd {
	border:solid 3px #F7F6F4;
}
#FeatureList .contestSet:hover {
	border:solid 3px #45B6DF;
}
#FeatureList h3 {
	margin-bottom:15px;
	line-height:1.5em;
	font-size:14px;
	font-weight:bold;
}
#FeatureList h3.new {
	padding-left:50px;
	background:url(../images/format/IconNew.png) no-repeat left top;
}
#FeatureList h3.pickup {
	padding-left:70px;
	background:url(../images/format/IconPickUp.png) no-repeat left top;
}
#FeatureList .detail {
	width:580px;
	float:left;
}
#FeatureList .iconCat {
	width:130px;
	float:right;
}
#FeatureList .detailAbout {
	width:454px;
	float:left;
}
#FeatureList .thumb {
	width:106px;
	float:right;
}
#FeatureList .thumb a {
	display:block;
	width:100px;
	height:80px;
	line-height: 80px;
	border:solid 3px #CCCCCC;
	background:url(../images/format/DefaultThumb.png) no-repeat;
	background-position: center center;
}
#FeatureList .thumb a img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
#FeatureList dl {
	width:175px;
	float:left;
}
#FeatureList .prize {
	width:260px;
	float:right;
	margin-top:5px;
}
.wp-pagenavi {
	clear:both;
	padding-top:30px;
	list-style-type:none;
	text-align:center;
}
/*
.wp-pagenavi li {
	display:-moz-inline-box;  
    display:inline-block;  
	/display: inline;  
	width:25px;
	height:24px;
	margin-right:5px;
	/zoom:1;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	display:block;
	width:19px;
	height:17px;
	padding:7px 0 0 6px;
	background:url(../images/format/BgPager.png) no-repeat;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}*/
.wp-pagenavi a,
.wp-pagenavi .current {
	display:-moz-inline-box;
    display:inline-block;
	/display: inline;
	margin-right:5px;
	width:19px;
	height:17px;
	padding:7px 0 0 6px;
	/zoom:1;
	background:url(../images/format/BgPager.png) no-repeat;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background-position:0 -24px;
}
.sponsorship {
	clear:both;
	padding-top:13px;
}