@charset "utf-8";
html{
	background:url(../img/head_bg.png) repeat-x scroll 0 89px;
}
body{
	height: auto;
	background:url(../img/foot_bg.png) repeat-x scroll center bottom;
}
.txt{
	font-size: 1.4rem;
	line-height: 1.5;
}

#lead{
	margin:40px auto;
	line-height: 2;
	font-size: 1.6rem;
	color:#333;
}
#overview{
	width:600px;
	margin:0 auto 4em auto;
}

#overview h2,h3{
	color: #b28247;
	font-size: 2rem;
	text-align:center;
	letter-spacing: 0.2em;
	margin: 2em auto;
}
#overview dl{
	font-size: 1.6rem;
	line-height: 1.5;
}
#overview dl:after{
	display: block;
	content:'';
	clear:both;
}
#overview dt{
	width: 100px;
	float: left;
	clear:right;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#overview dd{
	width:400px;
	float: left;
	border-left: 2px solid #c9a063;
	padding-left:1em; 
	margin-bottom: 1.5em;
}
#overview dd ul{
	margin-left: 1em;
}
#overview dd ul li{
	margin-bottom: 1em;
}


#forform{
	display: block;
	padding:10px;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
	margin:5px;
}
#forform:hover{
	opacity: 0.7;
	color:#ddd;
}
#judge{
	width:500px;
	margin:0 auto 4em auto;
}
#judge:after{
	content:'';
	clear: both;
	display: block;
}
#judge figure{
	width: 200px;
	float: left;
	text-align: center;
	padding:0 25px;
}
#judge figcaption{
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}
#judge figcaption b{
	font-size: 1.5rem;
	display: block;
	margin:0.5em 0;
	text-align: center;
}
#wait{
	font-size: 2.1rem;
	color:#b28247;
	margin:2em auto;
}
#past{
	margin-top: 100px;
	position: relative;
}

#past h4{
	color: #333;
	font-size: 1.8rem;
	text-align:center;
	letter-spacing: 0.2em;
	margin: 2em auto;
}
#past h5{
	background:url(../img/contesthead.png) no-repeat scroll 0 0;
	width:478px;
	height:59px;
	margin:20px auto 20px auto;
	font-size: 2.4rem;
	color:#b28247;
	padding: 35px 0 0 30px;
}
#past ul{
	width:440px;
	margin:0 auto;
}
#past ul li{
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 1em;
	list-style-type: none;
	background:url(../img/contest_li.png) no-repeat 0 5px;
	padding-left: 20px;
}
#past ul li i{
	font-weight:normal;
	font-size: 1.4rem;
	font-family: sans-serif;
	font-style: normal;
}
#past ul li a{
	text-decoration:none;
	color:#333;
	transition: 0.2s;
}	
#past ul li a:hover{
	color:#aaa;
}
#past ul li span{
	font-size:1.4rem;
	margin-left: 1em;
	font-weight:normal;
}
#past ul li strong{
	display: block;
	font-size: 1.4rem;
	color:#b28247;
	margin-bottom: 1em;
}
#past ul#second{
	position: relative;
	left:-2em;
}
#past ul#second li{
	background:none;
}
#past ul#second li ul li{
	background:url(../img/contest_li.png) no-repeat 0 0;
	padding-left: 20px;
}

#past .essey{
	width:600px;
	margin:0 auto 4em auto;
	padding-top: 2em;
}
#past .essey:after{
	clear:both;
	content:'';
	display: block;
}
#past .essey h6{
	color:#b28247;
	font-size: 2rem;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
#past .essey h6 i{
	font-style: normal;
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
#past .essey .work{
	width:600px;
	font-size: 1.4rem;
	line-height: 1.8;
}

aside{
	background-color: #ddd;
	margin-top: 100px;
}
aside ul{
	width:600px !important;
	margin:0 auto;
	padding:30px 0;
	height: 70px;
}
aside ul:after{
	display: block;
	clear:both;
	content: '';
}

aside ul li{
	background:none !important;
	padding-left: 0 !important;;
	width:170px;
	float:left;
	list-style-type: none;
	margin-right: 20px;
}

aside ul li:nth-child(3n){
	margin-right: 0;
}



