/*------------------------------------------------------------
		#shortnavi
------------------------------------------------------------*/
@media screen and (max-width:640px){
	#shortnavi {
		display:none;
	}
}
@media screen and (min-width:769px){
#shortnavi {
	text-align:center;
	position:fixed;
	/*top:0;*/
	top:-57px;
	left:0;
	width:100%;
	height:50px;
	border-bottom:1px solid #fff;
	background-color:#fdf1d9;
}
*+html #shortnavi {
	text-align:center;
	position:fixed;
	/*top:0;*/
	top:-57px;
	left:0;
	width:100%;
	height:0px;
	border-bottom:1px solid #fff;
	background-color:#fdf1d9;
}
*+html #shortnaviInner {
	display:none;
}

#logo2 {
	float:left;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
#logo2 img{
	width:206px;
	height:30px;
}

	#shortnaviInner {
		margin:0 auto;
		text-align:left;
		width:980px;
		position:relative;
	}
	
		#shortnavi ul {
			float:right;
			margin: 0px;
			padding: 0px;
		}
		
			#shortnavi ul li {
				height:34px;
				float:left;
				margin: 15px 0px 0px 25px;
				padding: 0px 0px 0px 15px;
				list-style:none;
				font-size:11px;
				color:#000;
				background-image:url(../img/yajirusi.png);
				background-repeat:no-repeat;
				background-position:left 5px;
			}
		
			
				#shortnavi .gnav li a {
					color:#000;
					display:block;
				}
				#shortnavi .gnav li a:hover{color:#fd4545;
				}
				#shortnavi ul li a span{
					text-decoration:none;
				}
				
				
				
		

