@charset "UTF-8";

#event div.content{
	padding:10px;
}

#event article{
	background-color:#fff;
	color:#444;
	padding:10px;
	margin-bottom:20px;
	border-radius:5px;
}

#event article p.thum{
	margin-bottom:10px;
}

#event article img{
	max-width:100%;
	vertical-align:bottom;
}

#event article p.ttx{
	font-size:1.2rem;
	line-height:1.75em;
	font-weight:bold;
	color:#c00;
}