	/** メニュー **/
	#menu {
		position:fixed;
		margin: 0 auto;
		padding: 0;
		border: 0 none;
		bottom: 0;
		z-index: 100;
		width: 100%;
		height: 53px;
	}
		#menu #footerNav {
			width: 100%;
			height: 100%;
			background: #001c46;
			padding: 1px 0px;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
			#menu #footerNav ul{
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				margin: 0 auto;
				padding: 0;
				border: 0 none;
				width: 318px;
				height: 53px;
				list-style: none;
			}
				#menu #footerNav ul > li {
	width:53px;
	height:53px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/common/btn_footermenu.png);
	background-size: 53px 318px;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
					/*margin-left:2px;*/
				}
				#menu #footerNav ul > li:hover {
					background-image: url('../images/common/btn_footermenu-ov.png');
				}
				#menu #footerNav ul > li.select {
					background-image: url('../images/common/btn_footermenu-active.png');
				}
				#menu #footerNav ul > li.ready {
					background-image: url('../images/common/btn_footermenu-ready.png');
				}				
				li:nth-of-type(2) {									
				background-position:0px -53px;
}

				li:nth-of-type(3) {					
				background-position:0px -106px;
}

				li:nth-of-type(4) {					
				background-position:0px -159px;
}

				li:nth-of-type(5) {					
				background-position:0px -212px;
}

				li:nth-of-type(6) {					
				background-position:0px -265px;
}
