@charset "UTF-8";

#event article{
	margin-bottom:20px;
}

#event article:last-child{
	margin-bottom:0;
}

#event article a{
	display:block;
	color:#000;
}

#event article div.inner{
	box-sizing: border-box;
	padding:10px;
	border-radius:5px;
	
	background-color:#fff;
	color:#000;
}

#event article div.summary{
	margin-bottom:10px;
}

#event article div.summary p.period{
	font-size:0.8rem;
	line-height:20px;
	color:#444;
	
	margin-bottom:5px;
}

#event article div.summary p.period:before{
	content:"開催期間：";
}

#event article div.summary h4{
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:bold;
	
	margin-bottom:5px;
	
	box-sizing: border-box;
	padding-left:15px;
	
	position: relative;
}

#event article div.summary h4:before{
	display:block;
	content:"";
	
	width:5px;
	height:25px;
	
	background-color:#000;
	
	position: absolute;
	top:5px;
	left:2.5px;
}

#event article div.post-content{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	width:100%;
}

#event article p.thumbnail{
	width:100%;
	
	margin-bottom:10px;
}

#event article p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}
