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

#page { /* position　基準　親要素 */
position:fixed;
}
#page_top { /* ボタン */
    position:fixed;
    bottom:0px;
	margin-left:0px;
}
/* 基準値までスクロールしていないとき */
#page_top.bottomsmall {　
    position:fixed;
    bottom:0px;
}
/* 基準値までスクロールしたとき */
#page_top.bottomlage {
    position:fixed;
    bottom:0px;
}


/* 基準値までスクロールしたとき */
#close {
    margin-bottom:0px;
	margin-left:12px;
}



