@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 {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	#select {
	}

	#select footer {
		border-top: 4px solid #3081C2;
	}


	/* ========================================
	   * 01. 領域設定 - ID指定 -
	======================================== */

	#select #contents {
		background-image: url("../../../img/pc/select/bg_border.gif");
		border-bottom: 1px solid #EFE2BA;
		border-top: 1px solid #EFE2BA;
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */

	#select #main h3 {
		border-bottom-color: #CA9A0C;
	}

	#select #main h3 span {
		background-image: url("../../../img/pc/select/icon_circle_select.png");
	}

	#select #main div.category ul li a {
		color: #B41B00;
	}

	#select #main div.thumbnail div.container h4 {
		background-color: #CA9A0C;
	}

	#select #main div.pagenation ul li a {
		color: #CA9A0C;
		border: 1px solid #CA9A0C;
	}

	#select #main div.pagenation ul li a:hover,
		#select #main div.pagenation ul li a.current,
			#select #main div.pagenation ul li a.prev,
				#select #main div.pagenation ul li a.next {
					background-color: #CA9A0C;
	}

}
