@charset "utf-8";

.title {
font-size:2.4rem;
}

.event{
min-width:900px;
}

.eventBody{width:880px; margin:1rem auto;}

.normaltxt {
font-size: 1rem;
}

.photo {
width:		100%;
margin:		0;
padding:	0;
position:	relative;
}
.photo img {
width:		100%;
}
.title {
width:		100%;
text-align:	center;
bottom:		24px;
margin:		0;
padding:	0;
color:		white;
text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
position:	absolute;
}
ul.flaglist span.fi {
  margin-right: 0.5em;
  border-radius: 4px;
  width: 4%;               /* 親要素に対する割合 */
  height: calc(4% * 0.75); /* フラグの4:3比率を維持 */
  min-width: 28px;           /* 極端に小さくなりすぎないよう下限指定 */
}