@charset "utf-8";
.divdate{
  font-size : 90%;
  font-weight : bold;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  background-image : linear-gradient(to left, #e6fff9, #91eebf);
  width : 20%;
  padding-left : 5px;
  padding-right : 5px;
  box-shadow : 5px 5px 2px #666666;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color : #397950;
}
.divinfo{
  position: relative;
  padding-top : 20px;
  padding-left : 20px;
  margin-bottom : 40px;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.divinfo:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/

}