.table-radius{
  border:none;
  border-spacing: 0;
  border-collapse: separate;
}

.table-radius td{
  padding: 10px 10px;
  color: #000;
#  font-weight:bold;
  line-height:25px;
}

.table-radius tr:first-child :first-child{
  border-top-left-radius: 10px;
}
.table-radius tr:first-child :last-child{
  border-top-right-radius: 10px;
}
.table-radius tr:last-child :first-child{
  border-bottom-left-radius: 10px;
}
.table-radius tr:last-child :last-child{
  border-bottom-right-radius: 10px;
}

.eat_month{
  width:900px;
  margin:0 auto;
  padding:0;
  height:0px;
  position: relative;
}

.eat_month_in{
  position: absolute;
  left:70px;
  top:150px;
}

.eat_month_pic{
  position: absolute;
  top: 320px;
  left: 120px;
  display:none;
}

.down_pic{
  width:900px;
  margin:0 auto;
  padding:0;
  height:0px;
  position: relative;
}
.down_pic_in{
  position: absolute;
  top: -320px;
  left: 0px;
}
