@charset "UTF-8";
/* CSS Document */
.txt_lesson{
padding-bottom:100px;
text-align:center;
}

.lesson_box{
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
}

.lesson_box h3{
	padding-bottom: 0px;
}

.lesson_box .price{
	padding-bottom: 13px;
}



.lesson_box ul{
	padding-bottom: 25px;
}

.lesson_box li{
float:left;
padding-right:8px;
}



.lesson_box_left{
	width:320px;
	margin-right:20px;
	background-color: #fcf9f6;
	float:left;
	background-image: url(../images/lesson_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.photo_box{
padding-bottom:22px;
}

.lesson_box_right{
	width:320px;
	background-color: #fcf9f6;
	float:right;
	background-image: url(../images/lesson_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.lesson_txt_box{
padding-right: 17px;
	padding-bottom: 60px;
	padding-left: 17px;

}

.btn_more{
padding-top:10px;

}



.products_box{
padding-right: 142px;
	padding-bottom: 70px;
	padding-left: 142px;
	text-align:center;

}



.products_box.title{
padding-top:20px;
	padding-bottom: 45px;
	text-align:center;

}



.products_box img{
	padding-bottom: 15px;

}


.products_box_left{
	width:168px;
	margin-right:35px;
	float:left;
}


.products_box_right{
	width:168px;
	float:right;
}



.gallery_box{
padding-top:15px;
}





.gallery_box li{
	float: left;
	margin-bottom:10px;
}


.gallery_box li img{
	border: 2px solid #e0aea0;
}


.gallery_box li a:hover img{
	border: 2px solid #d17b97;
	
}