#footBannerArea {
	margin-top: 30px;
}
#footBannerArea .footBannerInner{
	margin: 0 auto;
	width: 960px;
	}
#footBannerArea h3 {
	background-color: #bf0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px;
}
#footBannerArea ul {
	padding-top: 15px;
}
#footBannerArea ul li {
	width: 175px;
	margin-right: 21px;
	margin-bottom: 15px;
	float: left;
}
#footBannerArea ul li:nth-child(5n) {
	margin-right: 0px;}
#footBannerArea ul li dt {
	width: 175px;
	height: 75px;
	}
#footBannerArea ul li dt img {
	width: 100%;
	height: auto;
	box-sizing:border-box;
}
#footBannerArea ul li dd {
	margin-top: 10px;
	line-height: 1.2em;
	font-size:12px;
}
/* sp用
=========================================*/
@media only screen and (max-width: 640px) {
#footBannerArea {
	margin-top: 30px;
}
#footBannerArea .footBannerInner{
	margin: 0 auto;
	width: 100%;
}
#footBannerArea ul {
	width: 98%;
	margin: 0 auto;}
#footBannerArea ul li {
	width: 49%;
	margin-bottom: 15px;
	float: left;
	margin-right: 0%;
}
#footBannerArea ul li:nth-child(5n) {
	margin-right: 0%;}
#footBannerArea ul li:nth-child(2n) {
	margin-right: 0% !important;
	float: right;
}
#footBannerArea ul li dt {
	width: 100%;
	height: auto;
	}
}