/* ↓↓xs用フッターボタン↓↓ */
.fotterBtn{
	z-index: 1;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: black;
	width: 100%;
	height: 67px;
	display: block;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	 opacity: 0.2;
}

#page-top {
	z-index: 2;
	position: fixed;
	bottom: 15px;
	right: 0px;
	font-size: 77%;
	display: block;
}

#page-top a {
	z-index: 2;
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 50px;
	padding: 17px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	z-index: 2;
	text-decoration: none;
	background: #999;
}

#Close-1f {
	z-index: 2;
	position: fixed;
	bottom: 15px;
	right: 215px;
	font-size: 90%;
}

#Close-1f a {
	z-index: 2;
	background: #f39700;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 50px;
	padding: 7px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#Close-1f a:hover {
	z-index: 2;
	text-decoration: none;
	background: #ffab21;
}
	
#Close-2f {
	z-index: 2;
	position: fixed;
	bottom: 15px;
	right: 110px;
	font-size: 90%;
}

#Close-2f a {
	z-index: 2;
	background: #1a7981;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 50px;
	padding: 7px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#Close-2f a:hover {
	z-index: 2;
	text-decoration: none;
	background: #ffab21;
}
/* ↑↑xs用フッターボタン↑↑ */