@charset "utf-8";

@media print, screen and (max-width: 768px){
footer.rsp {
	color: #000000;
	border-top: 1px solid #d3d3d3;
  background:#ffffff;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}

footer li {
  list-style:none;
}

footer.rsp .fnav ul li a {
  display:block;
  padding:18px 15px;
  border-bottom: 1px solid #d3d3d3;
  background-image:url(../images/footer/sp_arrow.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:28px 13px;
  font-size:14px;
  text-decoration:none !important;
  color:#000000 !important;
}

footer.rsp .fnav ul li a img,
footer.rsp .fnav ul li.cs img {
  display:none;
}

footer.rsp .fnav ul li.cs {
	display:block;
  padding:18px 15px;
  border-bottom: 1px solid #d3d3d3;
  background-image:url(../images/footer/cs.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:auto 10px;
  font-size:14px;
  text-decoration:none !important;
  color:#000000 !important;
}

footer.rsp .fnav ul {
  margin-bottom:20px;
}

footer.rsp .catalog {
  text-align:center;
  margin-bottom:20px;
}
footer.rsp .catalog a {
	display: inline-block;
}

footer.rsp .catalog img {
  width:290px;
  height:auto;
}

footer.rsp .unav {
  margin-bottom:15px;
  padding:0 15px;
}

footer.rsp .unav ul li a {
  display:block;
  width:100%;
  padding:11px 15px;
  box-sizing:border-box;
  background-image:url(../images/footer/sp_arrow.png);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:28px 13px;
  border:1px solid #d3d3d3;
  margin-bottom:10px;
}

footer.rsp .unav ul li:last-child a {
  margin:0;
}

footer.rsp .unav ul li a img {
  height:37px;
  width:auto;
}

footer .logoArea {
  position:relative;
  width:100%;
  height:53px;
  border-top:1px solid #e8e8e8;
}

footer .flogo {
  position:absolute;
  bottom:15px;
  right:15px;
}

footer .flogo img {
  height:23px;
  width:auto;
}

footer .fcopy {
  position:absolute;
  bottom:15px;
  left:15px;
  color:#999999;
  font-size:8px;
}
}