@charset "utf-8";
.txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
body{
	background: url(../img/lead_bg.png) repeat-x 0 0;
}
header{
	position: relative;
	background:url(../img/bg_head_akita170818.jpg) no-repeat 0 0;
	width:1000px;
	height: 480px;
	box-shadow: 0 0 5px #fff;
}
header:after{
	content: '';
	clear: both;
	display: block;
}
#logo{
	position: relative;
	left:20px;
}
h1{
	position: relative;
	float: right;
	top:-50px;
	right: 20px;
	width: 236px;
	height: 438px;
}
#day{
	position: relative;
	right:30px;
	float: right;
	writing-mode: tb-rl;
	color:#fff;
	font-size: 14px;
}
#lead{
	padding:40px 0;
	line-height: 2;
	font-size: 1.6rem;
	color:#333;
	width: 1000px;
	margin:50px auto;
	height: 300px;
	background:#fff url(../img/bg_lead_akita.jpg)no-repeat center center;
}
#lead b{
	font-size: 4rem;
}
h2,h3{
	color: #333;
	font-size: 30px;
	letter-spacing: 0.2em;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
}
h2{
	background: url(../img/img_h.png) no-repeat left center;
	margin:30px auto;
	padding:20px 0 14px 80px;
	width:180px;	
}
#overview{
	width:600px;
	padding:30px 200px;
	margin:0 auto 40px auto;
	position: relative;
	background-color: #dcd4bf;
}
#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 #fff;
	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 auto;
	background:url(../img/bg_btn.png) no-repeat 0 0;
	height: 19px;
	width: 375px;
}
#forform:hover{
	opacity: 0.7;
	color:#ddd;
}
figure img{
	float: left;
}
figure figcaption{
	width:270px;
	float: left;
	display: block;
	font-size: 12px;
	margin-left: 10px;
	line-height: 1.3;
}
figure figcaption b{
	display: block;
	margin-bottom: 1em;
	font-size: 16px;
}
dd figure:after{
	display: block;
	content: '';
	clear: both;
}


#wait{
	background: url(../img/bg_wait_akita.png) no-repeat center center;
	text-indent: -9999px;
	width:1000px;
	height: 92px;
	margin:0 auto;
}
#pasthead{
	margin: 150px auto 40px;
	position: relative;
	background: url(../img/bg_past_akita.jpg) no-repeat 0 0;
	width: 1000px;
	height: 390px;
}
#pasthead h4{
	position: relative;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.2em;
	background-color: #000;
	margin: 1em auto;
	line-height: 1;
	text-align: center;
	padding:5px;
	width:12em;
}

#pasthead #aomori{
	float: right;
	position: relative;
	top:60px;
	right:160px;
}
#pasthead #hokkaido{
	position: relative;
	top: 20px;
	left: 100px;
}

#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: 840px;
	margin:0 auto;
}
#works:after{
	display: block;
	content: '';
	clear: both;
}
#past .essey{
	width:400px;
	
	padding-top: 2em;
	float: left;
}
#past .essey h6{
	color:#333;
	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{
	font-size: 1.4rem;
	line-height: 1.8;
}
#past section#secondwork{
	margin-left:40px;
}

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



