@charset "utf-8";
#header_wrap{
	width:100%;
	overflow:hidden;
	background:url(/images/bg_backgroung.jpg) repeat;
}
#header_wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background:#ddd;
	position:fixed;
	top: 0;
	z-index:9997;
}
#member{
	width:100%;
	background:#ddd;
	position:fixed;
	z-index:9998;
	height:30px;
	left:0;
	top:0;
}
#member div{
	width:1040px;
	margin:0 auto;
	line-height:30px;
}
.header_login{
	float:right;
}
.header_login li{
	float:left;
	margin-left:5px;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	padding-top:3px;
	line-height: 2;
}
.header_login li a:hover{
	background:#FFF;
	display:block;
	height:24px;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.header_login li img{
	vertical-align:top;
}
.header_login li strong{
	font-size:12px;
	text-decoration:underline;
	margin:0 3px;
	vertical-align:baseline;
}
#header{
	height: 185px;
	width:1040px;
	margin:0 auto;
	text-shadow:0 1px 0 #fff;
	overflow:hidden;
}
#header h1 {
	font-size: 14px;
	padding: 5px 0;
	position: fixed;
	z-index: 9999;
	top: -1px;
	color:#000;
	text-shadow:none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:1040px;
}
#header .logo{
    max-width: 280px;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.header_reserve a{
	max-width: 410px;
	position: fixed;
	right: 0;
	top: 0;
    background: #000;
    display: block;
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 9999;
    padding: 20px 25px;
}
.header_reserve a span{
	display: block;
	font-size: 12px;
	letter-spacing: 0;
}
#gnavi{
	width:100%;
	height: 86px;
	background: url(/images/bg_gnavi.png) repeat-x;
	transition: all 400ms 0s ease;
}
#gnavi.mini {
    padding: 0;
    text-align: center;
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration: 1s;
    animation-name: logo_anime;
    animation-duration: 1s;
}
ul.header_main{
	width:1040px!important;
	margin:0 auto;
	overflow:hidden;
}
ul.header_main li{
	float:left;
}
#gnavi.mini .home_navi img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#header_sub{
	display:none;
	position:absolute;
	z-index:3;
	width: 100%;
	background: url(/images/bg_subnavi.png) bottom repeat-x;
}
ul.header_sub{
	width:953px;
	margin:0 auto;
}
ul.header_sub li{
	float:left;
	border-right:1px solid #424242;
	margin:5px 0;
	position:relative;
}
ul.header_sub li:nth-child(1){
	border-left:1px solid #424242;
}
ul.header_sub li a {
	color: #fff;
	width: 135px;
	display: block;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
ul.header_sub li a:before{
	content: " ";
	background:url(/images/ico_sprites.png) no-repeat left -25px;
	width:10px;
	height:10px;
	display:inline-block;
}
@media screen and (max-width:1280px){
	.header_reserve a{
		padding: 20px;
	}
}
@media screen and (max-width: 1250px){
	.header_reserve a{
		position: absolute;
    	top: 30px;
    	z-index: 1;
	}
}
@media screen and (max-width: 1040px){	
	.mdevice #header_sub{
		background: #0000009c;
	}
}