@charset "utf-8";
html{
	background:url(../img/lead_bg.png) repeat-x scroll 0 510px;
}
body{
	height: auto;
	background:url(../img/foot_bg.png) repeat-x scroll center bottom;
}
.txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
#lead{
	padding:40px 0;
	line-height: 2;
	font-size: 1.6rem;
	color:#333;
	height: 320px;
}
#lead b{
	font-size: 4rem;
}
#overview{
	width:600px;
	margin:0 auto 4em auto;
	position: relative;
}
h2,h3,h4{
	color: #b28247;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin: 2em auto;
	line-height: 1;
	height: 20px;
	background:url(../img/h_bg_nanbu.png) no-repeat left center;
	padding:10px 0 10px 50px;
	text-align: center;
}
h2 span,h3 span,h4 span{
	background:url(../img/h_bg_tsugaru.png) no-repeat right center;
	height: 20px;
	padding:10px 50px 10px 0;
}
#overview h2{
	width: 160px;
}

#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;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding:23px 0;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
	margin:5px;
	background:url(../img/bg_btn.png) no-repeat 0 0;
	height: 19px;
}
#forform:hover{
	opacity: 0.7;
	color:#ddd;
}
#judge{
	width: 100%;
	padding:2em 0;
	background-color: #ddd;
}
#judge div{
	width:500px;
	margin:0 auto;
}
#judge div:after{
	content:'';
	clear: both;
	display: block;
}
#judge h3{
	width: 130px;
	margin:1em auto 2em auto;
}

#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:#222;
	margin:2em auto;
}
#past{
	margin-top: 100px;
	position: relative;
}

#past h4{
	width:240px;
}
#past h5{
	background:url(../img/contesthead.png) no-repeat scroll 0 0;
	width:478px;
	height:59px;
	margin:20px auto 20px auto;
	font-size: 2rem;
	color:#b28247;
	padding: 35px 0 0 30px;
}
#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{
	float:left;
	width:300px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#past .essey .work2{
	width:600px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#past .essey .review{
	float:right;
	width:290px;
	font-size: 1.2rem;	
	line-height: 1.5;
}
#past .essey .review b{
	font-size: 1.4rem;
}
#editor{
	width:600px;
	margin:0 auto 4em auto;
	border:1px solid #ccc;
	border-radius: 3px;
	padding:20px 10px;
}
#editor h6{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}
#editor p{
	font-size:1.4rem;
	line-height: 1.5;
}


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


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

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



