@charset "utf-8";
.txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
header{
	position: relative;
	width:1000px;
	height: 370px;
}
#logo{
	position: relative;
		width:940px;
		margin:0 auto;
		padding:20px 30px;
}
#logo img{
	width: 240px;
}
.txright{
	text-align: right;
}
#lead{
	padding:40px 0 50px 0;
	line-height: 2;
	font-size: 1.6rem;
	color:#333;
	width: 1000px;
	margin:0 auto;
	background:url(../img/lead_bg.png) repeat 0 0;
}
#lead b{
	font-size: 4rem;
}
h2,h3,h4{
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.5em;
	line-height: 1;
	text-align: center;
	margin:30px auto;
	padding:0 0;
	width:800px;
}
#youkou h2,#judge2 h3{
	background-color:#007;
	padding:5px;
}
#overview{
	width:800px;
	margin:80px auto 0;
	padding:0;
	position: relative;
}
#overview dl{
	font-size: 1.6rem;
	line-height: 1.3;
	width: 560px;
	margin:0 auto;
	padding:0;
}
#overview dl:after{
	display: block;
	content:'';
	clear:both;
}
#overview dt{
	width: 70px;
	float: left;
	clear:right;
	font-weight: bold;
	margin-bottom: 3em;
	text-align: right;
	padding-right: 10px;
}
#overview dd{
	width:417px;
	float: left;
	margin-bottom: 3em;
	border-left: 3px solid #C9BC9C;
	padding-left: 30px
}
#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 auto;
	background:url(../img/bg_btn.png) no-repeat 0 0;
	height: 19px;
	width: 375px;
}
#forform:hover{
	opacity: 0.7;
	color:#ddd;
}
#judge{
	width:800px;
	margin:0 auto;
}
#judge:after{
	content: '';
	clear: both;
	display: block;
}
figure{
	float: right;
}
figure img{
	float: left;
}
figure figcaption{
	width:530px;
	float: left;
	display: block;
	font-size: 14px;
	margin-left: 10px;
	line-height: 1.5;
}
figure figcaption b{
	display: block;
	margin-bottom: 1em;
	font-size: 16px;
}
dd figure:after{
	display: block;
	content: '';
	clear: both;
}
#past{
	margin:80px auto 0 auto;
	padding:30px 0 80px 0;
	background-color: #C9BC9C;
}
#past h4{
	background-color: #fff;
	color:#333;
	padding:10px 0;
}
#pasthead{
	margin: 0 auto 60px auto;
	position: relative;
	background: url(../img/bg_past_iwate.jpg) no-repeat 0 0;
	width: 800px;
	height: 283px;
	padding-top: 30px;
}
#pasthead ul{
	margin-top: 0;
	font-size: 21px;
	font-family: serif;
	margin-left: 330px;
	list-style-type: none;
	font-weight: bold;
}
#pasthead ul li{
	margin-bottom: 24px;
}
/*#pasthead ul li#hokkaido{
	background: url(../img/bg_list_hokkaido.png) no-repeat left top;
}
#pasthead ul li#aomori{
	background: url(../img/bg_list_aomori.png) no-repeat left center;
}
#pasthead ul li#akita{
	background: url(../img/bg_list_akita.png) no-repeat left center;
}
#pasthead ul li#iwate{
	background: url(../img/bg_list_iwate.png) no-repeat left center;
}
*/
#pasthead ul li a{
	text-decoration: none;
	color:#333;
	transition: 0.3s;
}
#pasthead ul li a:hover{
	color:#999;
}

#past h5{
	background:url(../img/contesthead.png) no-repeat scroll 0 0;
	width:478px;
	height:59px;
	margin:0 auto 20px ;
	font-size: 2rem;
	text-align: center;
	color:#333;
	padding: 35px 0 0 30px;
}
#works{
	width: 800px;
	margin:0 auto;
}
#works:after{
	display: block;
	content: '';
	clear: both;
}
#past .essey{
	width:580px;
	padding-top: 2em;
	margin:0 auto;
}
#past .essey h6{
	color:#333;
	font-size: 2rem;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
#past .essey h6 i{
	font-style: normal;
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
#past .essey .work{
	font-size: 1.4rem;
	line-height: 1.8;
}
#past section#secondwork{
	margin-left:40px;
}

aside{
	background-color: #ddd;
	margin: 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;
}



