/*****イベント・フェア CSS*****/

/***イベント内容の枠囲み***/
.event-naiyo {  
	border: #df0072 solid 1px; 
	margin: 15px; 
	}

/***イベント内容の見出し3***/
.event-naiyo h3 {  
	line-height: 1.6em; 
	}

/***特別なイベント***/
.special {  
	background: #df0072; 
	color: #fff; 
	font-size: larger; 
	line-height: 1.3em; 
	padding: 0.5em; 
	border:  #df0072 ridge 3px; 
	}