@charset "utf-8";

/*
	* Name: news.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.news {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.news #main div.title {
		margin: 0 0 22px 0;
	}

	body.news #main div.title h4 {
		border-bottom: 1px solid #000000;
		color: #000000;
		font-size: 80%;
		margin-bottom: 8px;
		position: relative;
	}

	body.news #main div.title h4:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	body.news #main div.title h4 span {
		bottom: 0;
		display: block;
		float: left;
		position: absolute;
	}

	body.news #main div.title h4 span + br {
		display: none;
	}

	body.news #main div.title h4 a {
		font-size: 12px;
		margin-bottom: 4px;
	}

	body.news #main div.title ul.news {
		background-color: inherit;
		margin-left: 20px;
		padding: 0;
	}

	body.news #main div.title ul.news li {
		margin-right: 0px;
	}

	body.news #main h5 {
		margin-bottom: 70px;
	}

}