@charset "utf-8";
/* CSS Document */

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 8000;
    display: none;
    line-height:120%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ"," Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic"," sans-serif";
    background:#ff7b97;
    display: block;
    z-index: 0;
}

.backtotop a {
	display: block;
	color: #fff;
	padding: 3px 6px;
	margin: 0 0 0 5px;;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.backtotop a:before {
	content: "∧";
	margin-right5px;
}

.clearfix{
	clear:both;
}

/* ----------これからPC向けの変更を行います！------------------------------------------ */
@media screen and (min-width: 651px) {
/* ------------------------------------------------------------------------------- */
.backtotop{
	bottom: 40px;
}
}