@charset "utf-8";

/*
	* Name: news.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 領域設定 - レイアウト -
	    - 01. 領域設定 - ID指定 -
	    - 07. 領域設定 - Main -
	  - 個別設定 - Top -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	#news {
	}

	#news footer {
		border-top: 4px solid #3081C2;
	}


	/* ========================================
	   * 01. 領域設定 - ID指定 -
	======================================== */

	#news #contents {
		background-image: url("../../../img/pc/news/bg_border.gif");
		border-bottom: 1px solid #CFE1F1;
		border-top: 1px solid #CFE1F1;
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */

	#news #main h3 {
		border-bottom-color: #3081C2;
	}

	#news #main h3 span {
		background-image: url("../../../img/pc/news/icon_circle_news.png");
	}

	#news #main h3 span.toppage {
		font-size: 130%;
	}

	#main h3 span a.title {
		position: static;
	}

	#news #main ul.list {
		margin-bottom: 2px;
	}

	#main hr.more {
		border-top: 1px dotted #DCDCDC;
		border-bottom: 0px;
		padding: 0;
		margin: 3px;
	}

	#news #main div.category ul li a {
		color: #3080C1;
	}

	#news #main div.thumbnail div.container h4 {
		background-color: #3081C2;
	}

	#news #main div.pagenation ul li a {
		color: #3081C2;
		border: 1px solid #3081C2;
	}

	#news #main div.pagenation ul li a:hover,
		#news #main div.pagenation ul li a.current,
			#news #main div.pagenation ul li a.prev,
				#news #main div.pagenation ul li a.next {
					background-color: #3081C2;
	}


	/* ========================================
	   * 個別設定 - Top -
	======================================== */

	#news.home #main div.pr {
		margin-top: -18px;
	}

}