.chirashiwaku {
  border: 1px solid #ccc;
  padding: 2%;
}
.textright {
  text-align: right;
}

img.chirashiwaku {
  width: 96%;
}

#eventmousikomi {
  margin: 1em auto;
  width: 94%;
}
#eventmousikomi img {
  margin: 1em auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.eventmousikomi a {
  color: #fff;
  text-decoration: none;
  width: 90%;
  margin: 1em auto;
  padding: 2%;
  font-size: 1.2em;
  display: block;
  background-color: #e2a800;
  border-right: 2px solid #b78a08;
  border-bottom: 2px solid #b78a08;
  text-shadow: 1px 2px 3px #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  text-align: center;
}

.eventmousikomi a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width : 1024px) {

  .eventmousikomi a {
    font-size: 1.4em;
  }
}
