@charset "utf-8";
.logbox{
  width : 100%;
  height : 400px;
  overflow : auto;
  border : 0px solid;
  vertical-align : top;
  text-align : left;
  padding-left : 0px;
  padding-top : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
.divdate{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : left;
  color : white;
  padding-left : 20px;
  border-left-style : none;
  font-weight : bold;
  letter-spacing : 4px;
  font-size : 90%;
  width : 50%;
  background-image : linear-gradient(to right, rgba(49, 82, 85, 0.6), rgba(255, 255, 255, 0));
}
.divinfo{
  position: relative;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 10px;
  margin-bottom : 30px;
  border-left-style : none;
  background-image : linear-gradient(to right, rgba(49, 82, 85, 0.6), rgba(255, 255, 255, 0));
}
.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*/

}