/*--------------------*
.fortune_type_group
*--------------------*/
#main_bdy_left .fortune_type_group .section_bdy{background:transparent;margin-bottom:10px;}
#main_bdy_left .fortune_type_group .section_ftr{background:transparent;padding-bottom:5px;}
#main_bdy_left .fortune_type_group .section_hdr{background:transparent;}
#main_bdy_left .fortune_type_group H3{
  height:30px;
  padding:7px 0 5px 30px;
  font-size:1.1em;
  color:#ffffff;
}
#main_bdy_left .fortune_type_group DL{
  margin: 12px auto 0;
  display:table;
  width: calc(90% + 16px);
}
#main_bdy_left .fortune_type_group DD{
  display:table-cell;
  width:88%;
}
#main_bdy_left .fortune_type_group DL DD .detail_txt{
  border-collapse:separate;
  border-spacing:8px 4px;
  display:table;
  width:100%;
}
#main_bdy_left .fortune_type_group DL DD .detail_txt A{
  width: 16%;
  display:table-cell;
  background-color:#fff ;
  text-decoration: none;
  border-radius:5px;
  color:#1F2121;;
  margin-left:12px;
  padding:8px 4px;
  text-align:center;
  font-size: 13px;
  box-shadow: 0 0 8px rgb(0 0 0 / 5%);
}
