@charset "utf-8";

#footer-ad{
	width: 80%;
	height: auto;
	float: left;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
}

/* footer
--------------------------------------------------*/
footer {
	min-width: 1000px;
	width: 100%;
	height: auto;
	float: left;
	background-color: #1D2A4E;
	color: #FFFFFF;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer a{
	color: #FFFFFF;
}

#footer {
	width: 1000px;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#footer-in{
	width: 100%;
	height: auto;
	min-height: 70px;
	float: left;
	background-image: url(../img/footer/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer-in ul{
	width: auto;
	height: auto;
	float: right;
}

#footer-in li{
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-in li a{
	color: #FFFFFF;
}

#footer-in li#contact_btn{
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-left: 0px;
	border-left: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer-in li#contact_btn a{
	width: auto;
	height: auto;
	float: left;
	padding-left: 45px;
	padding-right: 40px;
	background-color: #C30E23;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 15px center;
	background-image: url(../img/footer/mail.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	border-radius: 3px;
}




#pagetop{
	width: 50px;
	height: auto;
	float: left;
	position: fixed;
	right: 5%;
	bottom: 5%;
}

#pagetop a{
	width: 50px;
	height: 50px;
	float: left;
	background-image: url(../img/footer/up.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}




#sp_site_bnr{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:25px;
}

#sp_site_bnr img{
	width: 14%;
	height: auto;
	float: left;
	margin-left:2%;
	margin-bottom:5px;
}





@media screen and (max-width: 768px) {
	/* 479px以下用（スマートフォン用）の記述 */
#footer-ad{
	width: 80%;
	height: auto;
	float: left;
	margin-left:10%;
	margin-right:10%;
}

/* footer
--------------------------------------------------*/
footer {
	min-width: 0px;
	width: 100%;
	height: auto;
	float: left;
	background-color: #1D2A4E;
	color: #FFFFFF;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer {
	width: 96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

#footer-in{
	width: 96%;
	height: auto;
	min-height: 0px;
	float: left;
	background-image: url(../img/footer/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	margin-left: 2%;
	margin-right: 2%;
	background-size: 30% auto;
}

#footer-in ul{
	width: 100%;
	height: auto;
	float: right;
	margin-bottom: 10px;
}

#footer-in li{
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-in li a{
	color: #FFFFFF;
}

#footer-in li#contact_btn{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer-in li#contact_btn a{
	width: 100%;
	height: auto;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #C30E23;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center center;
	background-image: url(../img/footer/mail.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	border-radius: 3px;
	text-indent:-9999px;
	margin-top: 10px;
}




#pagetop{
	width: 50px;
	height: auto;
	float: left;
	position: fixed;
	right: 5%;
	bottom: 5%;
}

#pagetop a{
	width: 50px;
	height: 50px;
	float: left;
	background-image: url(../img/footer/up.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}






#sp_site_bnr{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:25px;
}

#sp_site_bnr img{
	width: 31%;
	height: auto;
	float: left;
	margin-left:2%;
	margin-bottom:5px;
}



}