@charset "utf-8";

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

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

#footer {
	min-width: 1080px;
}
.footer_in{
	width:1080px;
	margin:0 auto;}


.footer_in_l{
	width:49%;
	float:left;}

.footer_in_r{
	width:49%;
	float:right;}



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


#f_menu_pc ul {
	float:left;
}

#f_menu_pc li + li {
	margin-top:3px;
}





.f_menu_right{
	margin-left:80px;}
