@charset "UTF-8";
/* CSS Document */


.frame {
}

.main {
	background-color: #FFF;
	padding-left: 25px;
}

.btfn {
	width: 278px;
	background-color: #FFF;
	float:left;
}

.btn_left {
	position:relative;
	width: 60px;
	height: 740px;
	margin: 0 auto;
	float:left;
}
.btn_back {
	position:absolute;
	bottom:340px;
}

.btn_random {
	position:absolute;
	bottom:0;
}

.btn_right {
	position:relative;
	width: 60px;
	height: 400px;
	margin: 0 auto;
	float:left;
}

.btn_next {
	position:absolute;
	bottom:0;
}





