@charset "utf-8";

/*監視カメラページのフッターにあるグローバルメニュー用のCSS*/

.footerGnavWrapper {
	background-color: #ebeef0;
	z-index: 10;
}
.footerGNav {
	width: 950px;
	margin: 0 auto;
	padding: 25px 20px;
}
.ftgnWrapper {
	display: flex;
	text-align: left;
}
.ftgnWrapper > div {
	flex-basis: 33.3%;
}
.ftgnWrapper a {
	display: block;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	margin-left: 8px;
}
.ftgnWrapper a:hover {
	text-decoration: underline;
}

.ftgnWrapper a:before {
	content: url(/business/images_global/n_ic_ftGnav.png);
	margin-right: 10px;
}
.ftgnWrapper p + p {
	margin-top: 15px;
}

