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

/*============================
#page_top
ページの先頭へ戻る
============================*/
#page_top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
	display: none;
}
#page_top a {
    display: block;
    background: #e47399;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    text-decoration: none;
    color: #ffffff;
    /* border: 3px solid #ffffff; */
    transition: all 0.3s, all 0.3s;
}
#page_top a:hover {
	background: #f26e1b;
}