@charset "UTF-8";
/* CSS Document */

/* News page */

/* news */
.info_box {
	border: solid 0px;
	width: 100%; max-width: 850px;
	margin: 0 auto;
  margin-top: 40px;
}
.divdate {
	text-align: center;
	width: 170px;
  font-family: 'Roboto', sans-serif;
	padding: 4px 7px 4px 7px;
  margin-top: 28px;
	background: 0px top no-repeat;
  font-weight : bold;
  color: #FFFFFF;
  border-radius: 0.3rem;
  background-color: #bf4447;
}
.divinfo {
	text-align: left;
	padding: 15px 10px 20px 15px;
  margin-left: 0px;
  overflow: visible;
	border-bottom: 1px #B57C7E solid;
  color: #000000;
}
.divinfo {
  position: relative;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.divinfo:hover{
  color: #E90A3C;
  background-color: rgba(241,232,210,0.35);
}