@charset "UTF-8";
/*
..........................................................
..........................................................

Footer.css

..........................................................
..........................................................
*/
.footer-edge {
    width: 100%;
	height: 60px;
	background: url(../media/2675/bg_menu_pc_180deg.png) top center repeat-x;
	background-size: auto 200px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	display: none;
}
	@media screen and (max-width:940px) {
		.footer-edge {
			height: 40px;
			background: url(../media/2674/bg_menu_sp_180deg.png) top center repeat-x;
			background-size: auto 100px;
		}
	}
footer {
    width: 100%;
	height: 100px;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 80%;
    color: #fff;
    text-align: center;
}
.foot-menu {
	width: 100%;
	text-align: center;
}
.foot-menu li {
	display: inline-block;
	margin-right: 15px;
}
.foot-menu li:last-child  {
	margin-right: 0;
}
footer span {
		display: block;
}