#ChangeSpNavi_tap{
	position: fixed !important;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index:999;
	height: 45px;
	width: 45px;
	overflow: hidden;
	background-image: url(icon_white.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: 0px 0px;
	
	display: none;
}
#ChangeSmartphoneNavigation{
	width:100%;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:888;
	
	display: none;
}
#ChangeSmartphoneNavigation ul li{
	background-color: #3F3F3F;
	margin-bottom:1px;
  list-style: none;
}
#ChangeSmartphoneNavigation a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	font-size:120%;
	padding:8px;
}

.csnav_close img{
	width:35px;
	height:auto;
}

/* All */
@media screen and (min-width:320px) and (max-width: 959px){
	#ChangeSpNavi_tap{
		display:block;
	}
}