
/* 問い合わせ先 */
address {
	background: #eeeeee;
	padding: 1.5em 2.0em;
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
	font-style: normal;
	margin-top: -30px;
	text-align: center;
	line-height: 1.8;
}

address .address {
	margin-bottom: 1em;
    font-size: 13px;
}

address .remarks {
	font-size: 11px;
}

address .remarks a {
	text-decoration: underline;
}

address .remarks a:hover {
	text-decoration: none;
	color: #ff6c6c;
}



/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
	background: #bfbfbf;
	font-size: 10px;
}

footer .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.8em 25px 1.4em;
}

footer .footerNav {
	float: left;
}

footer .footerNav li {
	display: inline-block;
	vertical-align: middle;
}

footer .footerNav li::after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 1px;
	height: 1em;
	margin: 0 1em;
	background: #555;
}

footer .footerNav li:last-child::after {
	display: none;
}

footer p {
	float: right;
}
footer .clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


