@charset "utf-8";



/*--------------------------------------------
　■［フッター］
--------------------------------------------*/

div#footer {
	padding: 30px 0 30px 0;
	margin: 0;
	width: auto;
	position: relative;
	color: #d2e3af;
	font-size: 13px;
}

div#footer a {
	color: #fff;
}

div#footer div#footer-contents {
	padding: 0;
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

div#footer ul#footer-navi {
	padding: 0;
	margin: 0;
	width: 40%;
	float: right;
	text-align: right;
}

div#footer ul#footer-navi li {
	display: inline-block;
	border-right: 1px solid #d2e3af;
	padding: 0 20px;
}

div#footer ul#footer-navi li a {
	color: #fff;
}

div#footer p#footer-copy {
	padding:0px;
	margin: 0;
	width: 40%;
	float: left;
}

div#footer div#footer-copy p.footer-cinet {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 93px;
	height: 39px;
	right: 0;
	top: 0;
}

p#topofpage {
	padding: 60px 0 0 0;
	margin: 0;
	width: 60px;
	height: 0;
	overflow: hidden;
	background-image: url(../img/btn_topofpage.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}


/*--------------------------------------------
■［レスポンシブ］
--------------------------------------------*/

@media screen and (max-width: 768px) {

	div#footer ul#footer-navi {
		margin: 0 0 1em 0;
		width: auto;
		float: none;
		text-align: center;
		line-height: 1.5;
	}

	div#footer ul#footer-navi li:last-child {
		border-right: none;
		padding: 0 1em;
	}

	div#footer p#footer-copy {
		padding: 0;
		margin: 0;
		width: auto;
		float: none;
		text-align: center;
		line-height: 1.5;
	}

	p#topofpage {
		padding: 40px 0 0 0;
		width: 40px;
		background-size: contain;
	}

}