@charset "UTF-8";


#entryHeader{
	background:none;
}
#entryContent{
	background-color:#baa6ff;
}

#fortune{
	position:relative;
	width:360px;
	margin:0 auto;
	padding-top:40px;
	background:url(../fortune/img/title.png) 50% 0 no-repeat;
}

#fortuneImg{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	overflow:hidden;
}

#fortune .txt{
	font-size:24px;
	line-height:1.4em;
	font-weight:600;
	margin-top:20px;
}

#fortune table{
	margin:22px 0 !important;
	width:100% !important;
}
#fortune tr{
	height:29px;
}
#fortune td{
	border:#362b2c 1px solid;
}
#fortune td.ctg{
	text-align:center;
	width:93px;
	background-color:#fff;
}
#fortune td.ctg img{
	position:relative;
}
#fortune td.star{
	padding-left:16px;
	background-color:#ddd3ff;
	font-size:22px;
	line-height:1.6em;
}

#fortune .share{
	margin:16px -20px 80px 0;
	padding-top:30px;
	background:url(../fortune/img/share.png) 45% 0 no-repeat;
	overflow:hidden;
	display:none;
}
#fortune .share .btn{
	float:left;
	margin-right:20px;
}

#fortune .tohpBtn{
	position:relative;
	top:auto;
	right:auto;
	width:130px;
	margin:16px auto;
	margin-bottom:80px;
	display:block;
}

#morebox #fortune .share{
	display:block;
}
#morebox #fortune .tohpBtn{
	display:none;
}