@charset "utf-8";

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #9b7dbb;
}

#footer div{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 10px 10px;
	font-size: 75%;
	color: #FFF;
}

#footer div table {
	width: 100%;
}

#footer div table td {
	text-align: center;
}
#footer div table td span.copyright {
	display: block;
	height: 20px;
	vertical-align: bottom;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#footer div table td .contact {
	font-size: 100%;
	padding: 10px 0 15px;
}
#footer div table td .contact a {
	color: #fff;
}
#footer div table td .contact a:hover {
	text-decoration: none;
}
#fix-btn {
  position: fixed;
  right: 1rem;
  bottom: 6rem;
	z-index: 9999;
	list-style: none;
}
#fix-btn li {
	margin-top: 1rem;
}
#fix-btn a {
  display: table;
	width: 14em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 4px solid #fff;
  line-height: 1;
  padding: 0.5rem;
  background: #7344a1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#fix-btn.ex a {
	font-size: 1.25rem;
  padding: 1rem;
  background: #014099;
	border-radius: 10px;
}
/*#fix-btn.ex li:first-of-type a {
  background: #de1714;
}*/
#fix-btn a span {
  font-size: 1rem;
}
#fix-btn a img {
  width: 27px;
	margin-left: 1rem;
}
