@charset "UTF-8";
/* Content Stylesheet
================================= */


/* お知らせ・更新履歴 */
@media only screen,print and ( min-width: 641px ) {
	#news dl {
		min-height:5em;  
		max-height:8em;  

		overflow-y:auto;
	}
	#log dl {
		min-height:5em;  
		max-height:8em;  

		overflow-y:auto;
	}
	

}

	.excol {
		display:none;
	}
@media only screen,print and ( max-width: 480px ) {
	.excol {
		display:none;
	}
}

