@charset "utf-8";

footer {
	width:100%;
}

.footer-menu{
	width:100%;
	background:#E5E5E5;
}

.footer-menu nav{
	width:950px;
	margin:0 auto;
	text-align:center;
}

.footer-menu ul{
    	padding: 8px 0;
}

.footer-menu ul li{
	display:inline;
	margin:0 50px;
	text-align:center;
}

.footer-menu ul li a{
	font-size:16px;
	color:#000;
}

.footer-top{
	width:950px;
	margin:0 auto;
	border-bottom:solid 1px #E5E5E5;
	text-align:right;
}
.footer-top p{
	padding:10px 0;
	font-size:10px;
}

.footer-top p a{
	color:#000;
	font-size:14px;
}

.footer-bottom{
	width:950px;
	margin:10px auto;
	padding:10px 0 10px 20px;
	overflow:hidden;
}

.footer-bottom-left{
	float:left;
}

.footer-bottom-right{
	float:right;
}


.footer-bottom-right p a{
	padding: 7px 15px 5px;
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color:#000;
}

/*メディアクエリ設定*/
@media screen and (max-width:959px) {
	..footer-top,
	.footer-bottom,
	.footer-menu nav{
		width:100%;
	}
	
	.footer-bottom-left{
		float:left!important;
		padding-top:5px;
	}
	
}

/*メディアクエリ設定*/
@media screen and (max-width:768px) {
	.footer-menu {
		width: 95%;
		margin: 0 auto;
	}
	.footer-menu nav,.footer-top,.footer-bottom{
		box-sizing: border-box;
		width:100%;
	}
	.footer-top,.footer-bottom{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*メディアクエリ設定 スマートフォン・タブレット縦*/
@media screen and (max-width:768px) {
	footer{
		padding-bottom:90px;
	}
	.footer-bottom-left{
		float:none;
		text-align:center;
	}
	.footer-menu ul{
		padding:20px 0;
		margin-left:50px;
	}
	.footer-menu ul li{
		display:block;
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.footer-bottom-left{
		float:none !important;
	}
	.footer-bottom-right.pc{
		display:block !important;
	}
	.footer-bottom-right{
		float:none;
		padding-top:10px;
		width:100%;
		text-align:center;
	}
	.footer-bottom-right p a{
		text-decoration:underline !important;
		border:none;
	}

}
