@charset "UTF-8";

/*  jquery.exfixed.js
------------------------------ */
#sample{
	position:fixed;
	width:40%;
	height:40%;
	right:10%;
	bottom:10%;
	}
