/* page-top2 */

#back-top2 {
	position: fixed;
	bottom: 0px;
	right: 20px;
	margin-left: 78%;
}
#back-top2 a {
	width: 100px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#back-top2 a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top2 span {
	width: 100px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: #eae5e3 url(../../images/up_kikki_a.gif) no-repeat center center;
	/* rounded corners */
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
 
     /* transition */
     -webkit-transition: 1s;
     -moz-transition: 1s;
     transition: 1s;
}
#back-top2 a:hover span {
	background: #eae5e3 url(../../images/up_kikki_b.gif) no-repeat center center;
	 -webkit-transform: rotate(720deg) scale(1.0);
     -moz-transform: rotate(720deg) scale(1.0);
     transform: rotate(720deg) scale(1.0);
     opacity:1.0;
}
