@charset "shift-jis";
#nav {
	background: url(../images/bg_nav.jpg) no-repeat;
	padding: 30px 0;
	height: 36px;
	margin: 25px 0 0;
}
#nav li {
	width: 35px;
	height: 36px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
	vertical-align: top;
}
#nav li.year1950 {
	margin-left: 52px;
}
#nav li.year1960 {
	margin-left: 55px;
}
#nav li.year1970 {
	margin-left: 55px;
}
#nav li.year1980 {
	margin-left: 54px;
}
#nav li.year1990 {
	margin-left: 56px;
}
#nav li.year2010 {
	margin-left: 54px;
}
#nav li a {
	display: block;
	width: 35px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#history {
	background: url(../images/bg_history.png) repeat-x top #fbf6e6;
	padding-bottom: 30px;
}
#history li {
	vertical-align: bottom;
}
#history li h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 116%;
	margin-bottom: 10px;
}
#history li#year1950 {
	height: 119px;
}
#history li#year1960 {
	height: 124px;
}
#history li#year1970 {
	height: 124px;
}
#history li#year1980 {
	height: 124px;
}
#history li#year1990 {
	height: 124px;
}
#history li#year2010 {
	height: 125px;
}
#history dt,
#history dd {
	float: left;
}
#history dd {
	width: 550px;
	padding: 30px 60px 0 10px;
}
.award {
	color: #694913;
	font-weight: bold;
}
.mb30 {
	margin-bottom: 30px;
}
@media (max-width:640px){

	#history {
		background: #fbf6e6;
		margin: 0 -2%;
		padding-bottom: 0;
	}
	#history li {
		height: auto!important;
		border-bottom: 1px solid #f0e1b7;
	}
	#history li:last-child {
		border-bottom: none;
	}
	#history li.years {
		background: #fbf6e6; /* Old browsers */
		background: -moz-linear-gradient(top, #fbf6e6 0%, #f6f0dd 70%, #f2eacf 80%, #f2eacf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f0dd), color-stop(70%,#f6f0dd), color-stop(80%,#f2eacf), color-stop(100%,#f2eacf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fbf6e6 0%,#f6f0dd 70%,#f2eacf 80%,#f2eacf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fbf6e6 0%,#f6f0dd 70%,#f2eacf 80%,#f2eacf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fbf6e6 0%,#f6f0dd 70%,#f2eacf 80%,#f2eacf 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fbf6e6 0%,#f6f0dd 70%,#f2eacf 80%,#f2eacf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6e6', endColorstr='#f2eacf',GradientType=0 ); /* IE6-9 */
		padding: 3% 2% 5%;
	}
	#history li.years img {
		max-width: 35%!important;
		width: auto!important;
		max-height: 76px;
	}
	#history dt{
		width: 32%;
		padding: 5% 2%;
	}
	#history dt img{
		width: 96%;
	}
	#history dd {
		width: 62%;
		padding: 7% 2% 5% 0;
	}

	.ftlink {
		width: 96%;
		margin: 0 auto;
	}
}