@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	height: 100%;
	min-width: 980px;
	-webkit-text-size-adjust: none;
}
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 980px;
	min-height: 100%;
	background: #1a1712;
}

#container {
	padding-top: 250px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-property: padding-top;
	-moz-transition-property: padding-top;
	-webkit-transition-property: padding-top;
}
#headCont.active ~ #container {
	padding-top: 135px;
}
.index #container {
	z-index: 0;
	position: relative;
	padding-bottom: 180px;
}
.index #main {
	color: #fff;
	width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 54px 0 95px;
	text-align: center;
	background: rgba(0,0,0,0.6);
}
.index #main h2 {
	margin-top: 78px;
}
.index #main #copy {
	font-size: 24px;
	margin: 74px 0 59px;
}
.index #main #text {
	font-size: 15px;
	line-height: 25px;
}

a {
	color: #a0a0a0;
	text-decoration: none;
}
a > img {
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
a:hover > img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.index #bgCont {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: auto;
	background: no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.index #bgCont.active {
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-property: padding-top;
	-moz-transition-property: padding-top;
	-webkit-transition-property: padding-top;
}
.index #bgCont.bottom {
	position: absolute;
}
.index #bgCont ~ * {
	position: relative;
	z-index: 0;
}

#goTop {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 135px 0 47px;
}
.index #goTop {
	padding: 0;
	height: 0;
}
.index #goTop a {
	position: relative;
	top: -63px;
}
#goTop a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #8e9917;
	border-left: 1px solid #8e9917;
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	margin-right: 15px;
	vertical-align: top;
	position: relative;
	transform: rotate(45deg);
	top: 5px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.index #goTop a:before {
	border-color: #000;
}
#goTop a:hover:before {
	top: 0;
}
#goTop img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: alpha(opacity=100) !important;
	vertical-align: top;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#headCont {
	width: 100%;
	height: 250px;
	min-width: 980px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	background: rgba(56,50,39,1);
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-property: height background-color;
	-moz-transition-property: height background-color;
	-webkit-transition-property: height background-color;
}
#headCont.active {
	height: 135px;
	background: rgba(56,50,39,1);
}
#headCont.active.slideUp {
	top: -135px;
}
#headCont header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#headCont header:after {
	content: "";
	display: block;
	clear: both;
}
#headCont h1 {
	width: 100%;
	height: 92px;
	padding: 16px 0 34px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#headCont.active h1 {
	height: 0;
	width: 68px;
}
#headCont nav {
	float: right;
	width: 100%;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#headCont.active nav {
	width: 780px;
	padding-top: 10px;
}
#headCont nav ul.main {
	width: 780px;
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	vertical-align: top;
}
#headCont nav .main > li {
	position: relative;
	float: left;
}
#headCont nav .main > li:hover .sub {display: block;}
#headCont nav .main > li + li {
	margin-left: 65px;
}
#headCont nav li#headMenu01{width: 161px;}
#headCont nav li#headMenu02{width: 106px;}
#headCont nav li#headMenu03{width: 90px;}
#headCont nav li#headMenu04{width: 77px;}
#headCont nav li#headMenu05{width: 86px;}
#headCont nav li .sub{
	display: none;
	position: absolute;
	z-index: 10000;
	padding-top: 28px;
	background-image: url(../images/submenu_arrow.png);
	background-repeat: no-repeat;
}
#headCont nav li#headMenu01 .sub{
	left: -83px;
	background-position: 160px 21px;
}
#headCont nav li#headMenu02 .sub{
	left: -107px;
	background-position: 156px 21px;
}
#headCont nav li#headMenu03 .sub{
	left: -459px;
	background-position: 502px 21px;
}
#headCont nav li .sub ul{
	padding: 20px;
	background: #fff;
}
#headCont nav li .sub ul:after{
	content: "";
	display: block;
	clear: both;
}
#headCont nav li#headMenu01 .sub ul{width: 583px;}
#headCont nav li#headMenu02 .sub ul{width: 281px;}
#headCont nav li#headMenu03 .sub ul{width: 885px;}
#headCont nav li .sub li{
	float: left;
	width: 130px;
	padding-right: 10px;
	border-right: solid 1px #a0a0a0;
	margin-right: 10px;
}
#headCont nav li .sub li:last-of-type{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
#headCont #headIcon {
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 0;
}
#headCont #headIcon li {
	float: left;
}
#headCont #headIcon li + li {
	margin-left: 20px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footCont {
	background: #393228;
	padding-bottom: 73px;
}
#footCont footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#footCont a:hover {
	text-decoration: underline;
}
#footCont nav {
	padding: 50px 0 66px;
}
#footCont #footNav {
	width: 100%;
	display: table;
	font-size: 14px;
	line-height: 28px;
	table-layout: fixed;
	border-left: 1px solid #a0a0a0;
}
#footCont #footNav > li {
	padding-left: 60px;
	display: table-cell;
	border-right: 1px solid #a0a0a0;
}
#footCont #footNav dl {
	margin-bottom: 20px;
}
#footCont #footNav dt,
#footCont #footNav p {
	font-weight: bold;
	padding-left: 17px;
	background: url(../images/icon_foot.gif) no-repeat left 7px;
}
#footCont #footNav dd {
	padding-left: 17px;
}
#footCont #footNav .home {
	margin-top: 20px;
}

#footCont #footInfo {
	overflow: hidden;
}
#footCont #footInfo #footLogo {
	float: left;
}
#footCont #footInfo address {
	font-size: 14px;
	line-height: 21px;
	padding: 8px 0 23px 134px;
}
#footCont #footInfo #copyright {
	font-size: 12px;
	padding-left: 134px;
}
#footCont #footIcon {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}
#footCont #footIcon li {
	float: left;
}
#footCont #footIcon li + li {
	margin-left: 20px;
}