@charset "utf-8";

/*
	* Name: archives.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 領域設定 - レイアウト -
	    - 01. 領域設定 - ID指定 -
	    - 07. 領域設定 - Main -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	#archives {
	}

	#archives footer {
		border-top: 4px solid #242622;
	}


	/* ========================================
	   * 01. 領域設定 - ID指定 -
	======================================== */

	#archives #contents {
		background-image: url("../../../img/pc/archives/bg_border.gif");
		border-bottom: 1px solid #D4D4D4;
		border-top: 1px solid #D4D4D4;
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */

	#archives #main h3 {
		border-bottom-color: #242622;
	}

	#archives #main h3 span {
		background-image: url("../../../img/pc/archives/icon_circle_archives.png");
	}

	#archives #main ul.formButton.btnSingle,
		#archives #main ul.formButton.btnSingle a.button {
			width: 280px;
	}

}