@charset "UTF-8";

/* フッター */



/* SMP */

@media screen and (max-width: 768px){
	
footer {
	width: 100%;
	color: #FFFFFF;
	clear: both;
	padding: 6% 0 21.4% 0;
	background-color: #e4e4ff;
}

footer ul {
	text-align: center;
	margin: 0 0 1% -3%;
	font-size: 100%;
}

footer li {
	margin: 0 0 0 1%;
	padding: 0 0 0 1%;
	display: inline;
	color: #808080;
}

small {
	text-align: center;
	display: block;
	clear: both;
	background-color: #551d90;
	font-size: 100%;
	padding: 3% 0 3% 0;
	margin-top: 2%;
}

	
/* 下固定メニュー */
#page-top_sp {
    position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	padding: 0;
}


}


/* PC */
@media screen and (min-width: 769px){
	
footer {
	width: 750px;
	color: #FFFFFF;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 3% 0 160px 0;
	background-color: #e4e4ff;
}

footer ul {
	text-align: center;
	margin: 0 0 1% -3%;
	font-size: 100%;
}

footer li {
	font-size: 160%;
	margin: 0 0 0 1%;
	padding: 0 0 0 1%;
	display: inline;
	color: #808080;
}

small {
	text-align: center;
	display: block;
	clear: both;
	background-color: #551d90;
	font-size: 140%;
	padding: 15px 0 12px 0;
	margin-top: 2%;
}

	
	
/* 下固定メニュー */

#page-top_pc {
    position: fixed;
	width: 750px;
	bottom: 0;
	z-index: 1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.page-top_pc_s {
	margin: 0 -210px;
}

#page-top_pc a {
	width: 100%;
    height: 160px;
    background: url("../images/floating.png") no-repeat;
    display: block;
    text-indent: -9999px;
	background-size: contain;
}

#page-top_pc a:hover {
	background-image: url("../images/floating_r.png");
}		
	
	
	
/* 下固定メニュー 

#page-top_pc {
    position: fixed;
	width: 750px;
	bottom: 0;
	z-index: 1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}

	.rollover-button {
      position: relative;
      display: inline-block;
      width: 100%;  /* 画像の幅 */
  /*    height: 155px;  /* 画像の高さ */
  /*    overflow: hidden;
    }

 /*   .rollover-button img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      transition: opacity 0.3s ease;
      display: block;
    }

    .rollover-button img.hover {
      opacity: 0;
    }

    .rollover-button:hover img.hover {
      opacity: 1;
    }

    .rollover-button:hover img.default {
      opacity: 0;
    }
	
	*/
	

}