	/* スクロールボタン */

    #btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #74809a;
    }

    #btn:hover {
		color: #fff;
		background: #576074;
	}

	a.scroll-btn {
        background-color: #74809a;
        color: white;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0px;
	}

	a.scroll-btn:hover {
        background-color: #576074;
	}
		
    .admin_btn {
        background-color: #74809a;
        color: white;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0px;
    }