.Panel1{
	margin-left: 70px;
	margin-right: 50px;
	font-size: 0.9em;
}
.hana1{
	float: right;
	margin-left: 20px;
	margin-top: -10px;
}
.heart1{
	float: right;
	margin-left: 20px;
	margin-top: -10px;
}
.practice1{
	height: 200px;
	}
.practice2{
	height: 250px;
	}
.practice3{
	height: 250px;
	}
.practice1 img{
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    width: 150px;heigh:auto;
    vertical-align: bottom;
}
.practice2 img{
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
    -ms-transition:all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

    width: 200px;heigh:auto;
    vertical-align: bottom;
}
.practice1 img:hover{
	width: 50%;height: auto;
}
.practice2 img:hover{
	width: 63%;height: auto;
}
