/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : access
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.box_top {
	position: relative;
}
.box_top p {
	position: absolute;
	top: 100px;
	left: 10px;
}
