@charset "utf-8";
/* CSS Document */

/* ------------------------
	header
------------------------ */
#header {
	position:fixed;
	height:140px;
	width:100%;
	top:0;
	z-index:3100;
	background-image: url(../image/bg_01.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
}
#header div {
	max-width: 1600px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#header h1 {

}
#header h1 a {

}
#header h1 a:hover {
	opacity:.7;
}
#header nav {
	width:100%;

}
#header nav ul:nth-child(1) {
	float:right;
}
#header nav ul:nth-child(1) li {
	float:left;
}


#header nav ul:nth-child(2) {
	position:absolute;
	right:140px;
}
#header nav ul:nth-child(2) li {
	padding:10px 0 0 0;
}
#header nav ul:nth-child(2) li a {
	text-indent:-9999px;
	display:block;
	height:15px;
}
#header nav ul:nth-child(2) li:nth-child(1) a {width:71px;background:url(../img/nav_08.png) no-repeat 0 0;}
#header nav ul:nth-child(2) li:nth-child(2) a {width:130px;background:url(../img/nav_09.png) no-repeat 0 0;}
#header nav ul:nth-child(2) li a:hover {
	opacity:.7;}


#header nav ul:nth-child(3) {
	display:block;
	width:210px;
	float:right;
}
	
#header nav ul:nth-child(3) li {
	float:right;
}
#header nav ul:nth-child(3) li a {
	text-indent:-9999px;
	display:block;
	height:60px;
}

/*#header nav ul:nth-child(3) li:nth-child(1) a {width:100px;background:url(../img/btn_raijyo.png) no-repeat 0 0;}*/
#header nav ul:nth-child(3) li:nth-child(1) a {width:160px;background:url(../img/btn_siryo.png) no-repeat 0 0;}
#header nav ul:nth-child(3) li a:hover,
#header nav ul:nth-child(3) li.hv a {background-position:0 -60px;}


#header nav p {
	float:right;
}
#header nav p a {
	text-indent:-9999px;
	display:block;
	width:160px;
	height:60px;
	background:url(../img/btn_siryo.png) no-repeat 0 0;
}
#header nav p a:hover {background-position:0 -60px;}
#header p.btn_menu {
	display:none;
}


@media screen and (max-width: 1024px){
#header {
	position:fixed;
	height:120px;
	width:100%;
	top:0;
	background-image: url(../image/bg_01.jpg);
	z-index:3100;

}

#header nav {
	display:none;
	position:absolute;
	top:120px;
	background-image: url(../image/bg_01.jpg);
	z-index:3200;
	border-top:solid 1px #ddd;
}
#header nav ul:nth-child(1) {
	display:block;
	width:100%;
	float:none;
	border-bottom:top 1px #ddd;
}
#header nav ul:nth-child(1) li {
	float:none;
	width:100%;
	font-size: 24px;
}
#header nav ul:nth-child(1) li a {
	text-indent:inherit;
	display:block;
	height:70px;
	line-height:30px;
	color:#111;
	border-bottom:solid 1px #ddd;
	width:auto !important;
	background:none !important;
	padding:0 50px 0 auto;
	text-decoration:none;

}

#header nav ul:nth-child(2) {
	position:static;
	right:auto;
}
#header nav ul:nth-child(2) li {
	padding:0;
}
#header nav ul:nth-child(2) li a {
	text-indent:inherit;
	display:block;
	height:30px;
	line-height:30px;
	color:#111;
	border-bottom:solid 1px #ddd;
	
	width:auto !important;
	background:none !important;
	padding:0 0 0 20px;
	text-decoration:none;
}
#header nav ul:nth-child(2) li:nth-child(1) a {width:81px;background:url(../img/nav_08.png) no-repeat 0 0;}
#header nav ul:nth-child(2) li:nth-child(2) a {width:150px;background:url(../img/nav_09.png) no-repeat 0 0;}
#header nav p {
	float:none;
	position:static;
	top:auto;
	right:auto;
}
#header nav p a {
	text-indent:inherit;
	display:block;
	height:30px;
	line-height:30px;
	color:#111;
	border-bottom:solid 1px #ddd;
	
	width:auto !important;
	background:none !important;
	padding:0 0 0 20px;
	text-decoration:none;
}
#header nav p a:hover {background-position:0 0;}
#header p.btn_menu {
	position:fixed;
	right:15px;
	top:50px;
	display:block;
	cursor:pointer;
	z-index:3300;
}
#header p.btn_menu:before {
	position:fixed;
	z-index:3250;
	display:block;
}
}

