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