@charset "utf-8";
.divdate{
  padding-top : 10px;
  padding-bottom : 3px;
  width : 200px;
  background-position : 0px 0px;
  color : #cc0000;
  border-radius: 5px 5px 0px 0px;
  background-color : rgba(244, 244, 244, 0.9);
  text-align : left;
  font-size : 16px;
  font-weight : bold;
  padding-left : 20px;
  font-family: 'Raleway', sans-serif;
}
.divinfo{
  position: relative;
  padding-top : 15px;
  padding-left : 6%;
  padding-bottom : 15px;
  border-radius : 0px 5px 5px;
  color : #585858;
  background-color : rgba(244, 244, 244, 0.9);
  padding-right : 2%;
  margin-bottom : 20px;
  font-weight : bold;
  background-image : url(../img_common/yaji.png);
  background-repeat : no-repeat;
  background-position : 2% center;
  border-top-width : 0px;
  border-top-style : none;
  text-align : left;
}
.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*/


  background-color : black;
  color : white;
}