@charset "utf-8";
.divdate{
  padding-top : 10px;
  font-weight : bold;
  text-align : left;
  color : #d00068;
  background-image : linear-gradient(to right, rgba(239, 186, 194, 0.6), rgba(255, 255, 255, 0));
  padding-left : 20px;
  background-repeat : no-repeat;
  background-position : right center;
  width : 275px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #d85468;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d85468;
  padding-bottom : 5px;
  font-size : 14px;
  border-top-left-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
.divinfo{
  position: relative;
  padding-top : 10px;
  padding-left : 20px;
  margin-bottom : 30px;
}
.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*/

}