@charset "UTF-8";

/** PC・スマホ共通 **/

/*フッターリンクカラー*/
.footer a, .footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
}
.footer a:active,
.footer a:hover {
	color: #FFF;
}
.footer a:focus {
	color: #FFF;
}


/** under 767px **/

@media screen and (max-width: 767px) {

.footer {
	width:100%;
	background: #12abef;
}
.footer-inner {
	width: 86%;
	text-align: center;
	margin: 0 auto;
	padding: 9.6% 0 12.2%;
}
.footer-inner p {
	font-size:12px;
	line-height:1.8;
}

.footer a, .footer a:link {
	text-decoration: none;
}

}


/** over 768px **/

@media screen and (min-width: 768px) {

.footer {
	width:100%;
	background: #12abef;
}
.footer-inner {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 70px 0 120px;
}
.footer-inner p {
	font-size:12px;
	line-height:1.5;
}

}
