@charset "utf-8";
.divdate{
  padding-top : 10px;
  padding-bottom : 10px;
  text-align : left;
  padding-left : 10px;
  font-weight : bold;
  letter-spacing : 4px;
  font-size : 90%;
  padding-right : 10px;
  width : 50%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-image : linear-gradient(to right, rgba(230, 230, 230, 0.6) 0%, white 40%, rgba(255, 255, 255, 0) 80%);
  color : #14144c;
}
.divinfo{
  position: relative;
  margin-bottom : 20px;
  padding-top : 20px;
  background-image : linear-gradient(to right bottom, #b9b3b0, rgba(255, 255, 255, 0) 20%);
  padding-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e8e8e8;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.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;
}
.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*/

}