@charset "utf-8";

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

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

#footer {
	position: absolute;
	bottom: 0;
}

.footer_upper{
}

.footer_bottom{
	margin-bottom: 30px;
}


#footer_inner{
	text-align: left;
	position: relative;
	width: 1080px;
}

#container-footer{
	height: 600px;/* footerの高さを入れる */
}

#footer .w-half .area_01{
	width: 500px;
	float: left;
}
#footer .w-half .area_02{
	width: 536px;
	float: right;
}

#footer .w-half .area_02 h2{
	margin-bottom: 15px;
}

#footer .w-half .area_02 .element_01,
#footer .w-half .area_02 .element_02{
	width: 260px;
}

#footer .w-half .area_02 .element_01{
	float: left;
}

#footer .w-half .area_02 .element_02{
	float: right;

}

