@charset "utf-8";

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

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

#footer {
	width: 100%;
	clear: both;
	background: #F5ECD3;
}

#footer_inner{
	margin: 0px auto;
	padding:20px 0;
}

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



.f_copy{
	padding:10px 0;
	text-align:center;
	background:#8DC21F;
	color:#FFF;
	font-size:80%;}
