@charset "utf-8";

/*
	* Name: news.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.news {
	}


	/* ========================================
	   * 個別設定 - 記事詳細 -
	======================================== */

	body.news.article #main div.topimage > img {
		max-height: 300px;
		max-width: 100%;
		width: auto;
	}

	body.news.article #sidebar nav.sidebar {
		display: block;
	}

	body.news.article #main table.information tr > td > p,
		body.news.article #main table.contact tr > td > p {
			margin-bottom: 0;
	}

}