@charset "utf-8";
.divdate{
  padding-top : 15px;
  font-weight : bold;
  text-align : center;
  color : black;
  border-top-style : none;
  width : 140px;
  background-image : url(../img_common/infodate1.png);
  background-repeat : no-repeat;
  background-position : center center;
  height : 58px;
  font-size : 16px;
}
.divinfo{
  position: relative;
  padding-top : 10px;
  padding-left : 100px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #ffffff;
}
.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*/

}