@charset "utf-8";

#footer {
	background: #ff92ca;
}

#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%;
	color: #000;
	padding: 6.4% 0 12.8%;
}
#footer-inner {
	width: 92%;
	margin: 0 auto;
}

#footer #okotowari {
	width: 92%;
	font-size:12px;
	line-height:1.6;
	text-align: center;
	margin: 0 auto;
}
#footer #okotowari a {
	text-decoration: none;
}


}



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

#footer {
	width: 100%;
	color: #000;
	padding: 40px 0 80px;
}
#footer-inner {
	width: 930px;
	margin: 0 auto;
}

#footer #okotowari {
	width: 930px;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}


}
