@charset "utf-8";

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


/* Stylesheet Document */

@media all {

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

	body.news {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.news #main div.date {
		border-bottom: 1px dotted #DFD8CC;
		margin-bottom: 28px;
		margin-top: -20px;
		padding: 14px 0 14px 0;
		text-align: right;
	}

	body.news #main div.date ul {
		list-style-type: none;
		margin-bottom: 0;
	}

	body.news #main div.date ul li {
		border-right: 1px solid #DFD8CC;
		display: inline;
		margin-right: 6px;
		padding-right: 10px;
	}

	body.news #main div.paragraph {
		font-size: 120%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 18px;
		padding-right: 18px;
	}

	body.news #main ul.button.single li a:hover {
		background-color: #605440;
	}

}