@charset "utf-8";

/*#####################
フッター用CSS
================*/

#footer{
	padding-top: 15px;
	text-align: center;
}
#footer_logo{

	padding-bottom: 20px;
}
#footer #footer_bottom{
	border-top: 7px solid #007971;
}
#footer #footer_bottom .to_top a{
	display: inline-block;
	background-color: #007971;
	background-image: url(../img/top/to_top_arrow.png);
	background-position: 58px center;
	background-repeat: no-repeat;
	border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 65px 5px 75px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#footer #footer_bottom .to_top a:hover{
	text-decoration: none;
	background-color: #65C160;
}
#footer #footer_bottom .footer_nav{
	padding: 20px 0 15px;
}
#footer #footer_bottom .footer_nav ul li{
	display: inline-block;
	padding: 0 10px;
}
#footer #footer_bottom .footer_nav ul li a{
	color: #007971;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../img/base/footer_link_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#footer #footer_bottom #copyright{
	font-size: 10px;
	letter-spacing: 0.05em;
}


#footersp{
	padding-top: 1px;
	text-align: center;
}
#footer_logosp{

	padding-bottom: 15px;
}
#footersp #footer_bottomsp{
	border-top: 7px solid #007971;
}
#footersp #footer_bottomsp .to_top a{
	display: inline-block;
	background-color: #007971;
	background-image: url(../img/top/to_top_arrow.png);
	background-position: 58px center;
	background-repeat: no-repeat;
	border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 65px 5px 75px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#footersp #footer_bottomsp .to_top a:hover{
	text-decoration: none;
	background-color: #65C160;
}
#footersp #footer_bottomsp .footer_nav{
	padding: 20px 0 15px;
}
#footersp #footer_bottomsp .footer_nav ul li{
	display: inline-block;
	padding: 0 10px;
}
#footersp #footer_bottomsp .footer_nav ul li a{
	color: #007971;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../img/base/footer_link_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#footersp #footer_bottomsp #copyright{
	font-size: 10px;
	letter-spacing: 0.05em;
}

