@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

#fortune_main {
    background: url(../img/fortune/back.jpg) no-repeat;
	background-position: center top;
	height: 450px;
	text-align: center;
}

#fortune_main .box_1 {
	clear: both;
	height: 48px;
	padding: 40px 92px 0px 92px;
}

#fortune_main .box_2 {
	clear: both;
	height: 48px;
	padding: 11px 34px 0px 34px;
}

#fortune_main .box_3 {
	clear: both;
	height: 48px;
	padding: 36px 11px 0px 11px;
}

#fortune_main .box_4 {
	clear: both;
	height: 48px;
	padding: 40px 27px 0px 27px;
}

#fortune_main .box_5 {
	clear: both;
	height: 48px;
	padding: 20px 88px 0px 88px;
}

#fortune_main .box_6 {
	clear: both;
	height: 48px;
	padding: 0px 190px 0px 190px;
}
.left {
	float: left;
}

.right {
	float: right;
}

#result_bottom {
	padding-top: 19px;
	width: 375px;
	margin: 0px auto;
}

#result_bottom p {
	float: left;
}

#result_bottom .btn_r {
	padding-right: 40px;
}

.tarot_btn p {
	text-align: center;
}

