@charset "utf-8";
.divdate{
  text-align : left;
  color : #ff5706;
  background-image : url(../img_common/infodate.png);
  padding-left : 65px;
  border-left-style : none;
  background-repeat : no-repeat;
  background-position : left center;
  border-top-left-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  border-right-width : 0px;
  border-right-style : none;
  height : 45px;
  padding-top : 8px;
  padding-bottom : 0px;
}
.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*/

}