@charset "UTF-8";
/* CSS Document */

footer{
	width: 100%;
	text-align: center;
	bottom: 0;
	position: relative;
	text-decoration: none;
	margin: 0 auto;
}

footer .link{
	background-color: #eeeeee;
}

footer ul li{
	margin: 0 10px;
	display: inline-block;
}

footer p{
	background-color: #91c82c;
	padding: 10px 0;
	font-size: 12px;
	color: #ffffff;
}

.link1{
	padding-top: 10px;
}

.link2{
	padding: 5px 0 10px;
}

.link1 a{
	font-size: 16px;
	color: #000000;
}

.link2 a{
	font-size: 14px;
	color: #000000;
}

.top_btn{
	position: absolute;
	right: calc(50% - 384px);
	top: 0px;
}

.top_btn img{
	width: 40px;
}
.sns{
	width: 768px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	padding: 50px 0 20px 0;
}

.fb_iframe_widget_fluid{
	display: block;
}
/*
@media (max-width: 1020px) and (min-width: 800px) {
	.top_btn{
		right: 7.5%;
	}
	.sns{
		width: 85%;
	}
}
*/
@media (max-width: 800px) and (min-width: 300px) {
	.top_btn{
		right: 5%;
	}
	.sns{
		width: 90%;
	}
	.fb-share-button ,.fb_iframe_widget, .fb_iframe_widget_fluid{
		top: -3px;
	}
	footer ul li{
		display: block;
		width: 100%;
		margin: 5px 0 0 0;
	}
}