@charset "utf-8";

/*==========================================
File name: footer-pc.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

/* ***** 必須設定 ************************ */

#footer {
	min-width: 1080px;
}

#footer_inner{
	width: 1080px;
	height: 110px;
	position:relative;
}


/* *************************************** */

#f_menu_pc{
	text-align:center;
	font-size:90%;
}


#f_menu_pc ul {
	clear:both;
	overflow:hidden;
}

#f_menu_pc li {
	float:left;
	border-bottom:#9FA0A0 solid 2px;
	padding-bottom:5px;
}

#f_menu_pc li+li{
	margin-left:40px;

}

#f_menu_pc a{
	color:#000;
}

#f_menu_pc a:hover{
	color:#000;
	padding-bottom:5px;
	border-bottom:#8DC21F solid 2px;
}


.f_logo{
	position:absolute;
	left: 0;
	top: 75px;
}

.f_logo img{
	width: 285px;
	height: auto;
}

.f_ad{
	position: absolute;
	left: 290px;
	top: 92px;
	font-size: 90%;
}

.f_tel{
	position: absolute;
	right: 0;
	top: 40px;
}

.f_tel img{
	width: 230px;
	height: auto;
}

.f_tel_smp{
	display:none;
}

.contact_thanks .container-footer{
	height: 400px;
}
