@charset "utf-8";

/* =======================================

	lp.css
	Last Up Date 2014/03/18

 -----------------------------------------
	INDEX
 -----------------------------------------
	0. common style [base]

	1. .header_wrapper

	2. .nav_wrapper

	3. .easy1Step_container

	4. .contents_wrapper

	5. .contents_main

	6. .contents_side

	7. .footer_wrapper

	x. common style [strong]

========================================== */

.point{
	background-color:#fef15e;
	padding-left:2px;
	padding-bottom:20px;
}

.point img{
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.point img:hover{
	opacity: 0.7;
}
