@charset "UTF-8";

/*event
***************************************************************************/
.news_header{
	padding-bottom: 5px;
}

.news_title{
	float: left;
	font-size: 110%;
}

.news_publish{
	float: right;
	font-size: 110%;
}

.news_list dt{
	padding-top: 5px;
}

.news_list dd{
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#archive-box{
	display: none;
}


/* screens smaller than 820
*********************************/ 
@media only screen and (min-width:541px) and (max-width:820px) {

}

/* screens smaller than 540
*********************************/ 
@media only screen and (max-width:540px) {

.news_title{
	float: none;
}

.news_contents p img { width: auto !important; height: auto !important;}
.news_publish{
	float: none;
	font-size: 100%;
}

	#archive-box{
		display: block;
		background: #fff;
	}

}