@charset "utf-8";
/* CSS Document */

/*--▼共通フッター#footerCommon#--*/
.footerCommon{
	width:100%;
	padding:2% 2% 5%;
	background: #607D8B;
	color: #555;
	line-height:1;
	box-sizing:border-box;
}
.footerCommon ul{
	margin:0 0 8px;
	padding:0;
	border:0;
	font-size:100%;
	overflow:hidden;
	list-style:none;
}
.footerCommon ul li{
	display:list-item;
	width:48%;
	margin:1%;
	padding:1.5% 1%;
	background: #f2f2f2;
	border:0;
	border-radius:2px;
	font-size:100%;
	text-align:center;
	box-sizing:border-box;
	float:left;
}
.footerCommon ul li a{
	color:#555;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background: unset;
	border: 0;
	border-radius: 0;
	box-shadow: unset;
	display: contents;
}
.footerCommon p{
	color: #fff;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background: unset;
	line-height: normal;
	margin: auto;
}