@charset "UTF-8";

/* last update 2015.03.19 */

/** 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%;
}
.footer-inner {
	width:96%;
	text-align: center;
	margin: 0 auto;
	padding: 4% 0 6%;
}
.footer-inner p {
	font-size:12px;
	line-height:1.6;
}

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

}


/** over 768px **/

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

.footer {
	width:100%;
}
.footer-inner {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 42px 0 60px;
}
.footer-inner p {
	font-size:12px;
	line-height:1.5;
}

}
