@charset "utf-8";

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

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

#footer {
	width: 100%;
	clear: both;
	font-size: 85%;
	background: #EBEBEB;
	position: relative;
}

.footer_upper,
.footer_bottom{
	overflow: hidden;
}

.footer_upper{
	background: #F5F5F5;
}

.footer_bottom{
	background: #E4E4E4;
}


#footer_inner{
	margin: 0 auto;
}

#footer_inner section{
	padding: 20px 0;
	margin-bottom: 0;
}

#container-footer{
	clear: both;
}

.copyright{
	position: absolute;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 41px;
	vertical-align: middle;
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
}

.copyright p{
	margin-top: 10px;
}

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

#footer .w-half .area_02 ul{
	margin-left: 15px;
}

#footer .w-half .area_02 li{
	list-style-type: disc;
	margin-bottom:15px;
}
