@charset "utf-8";

/*
	* Name: reporter.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 領域設定 - レイアウト -
	    - 01. 領域設定 - ID指定 -
	    - 07. 領域設定 - Main -
	  - 個別設定 - Top -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	#reporter {
	}

	#reporter footer {
		border-top: 4px solid #147EB8;
	}


	/* ========================================
	   * 01. 領域設定 - ID指定 -
	======================================== */

	#reporter #contents {
		background-image: url("../../../img/pc/reporter/bg_border.gif");
		border-bottom: 1px solid #D6E8F1;
		border-top: 1px solid #D6E8F1;
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */

	#reporter #main h3 {
		border-bottom-color: #147EB8;
	}

	#reporter #main h3 span {
		background-image: url("../../../img/pc/reporter/icon_circle_reporter.png");
	}

	#reporter #main div.linklist h4 {
		border-bottom-color: #147EB8;
	}

	#reporter #main div.article div.paragraph table tr th {
		width: auto;
	}

	#reporter #main div.articlelist ul.list {
		margin-left: 8px;
	}

	#reporter #main ul.articlelist li div.infoarea h4 a,
		#reporter ul.articlelist li div.infoarea span.date {
			color: #147EB8;
	}

	#reporter #main div.blog ul.articlelist h4 a {
		color: #147EB8;
	}

	#reporter #main div.comment ul li div.userinfo span.name {
		color: #147EB8;
	}

	#reporter #main div.comment ul.button li {
		border-bottom: none;
		margin-bottom: 0;
	}

	#reporter #main div.flip {
		border-top: 1px solid #F0F0F0;
		padding-top: 14px;
	}

	#reporter #main div.pagenation ul li a {
		color: #147EB8;
		border: 1px solid #147EB8;
	}

	#reporter #main div.pagenation ul li a:hover,
		#reporter #main div.pagenation ul li a.current,
			#reporter #main div.pagenation ul li a.prev,
				#reporter #main div.pagenation ul li a.next {
					background-color: #147EB8;
	}


	/* ========================================
	   * 個別設定 - Top -
	======================================== */

	#reporter.home #main div.pr {
		margin-top: -36px;
	}


}